Skip to main content

SpanKind

Defined in the trace module.
Rust AI Agent SDK Kind of span.

Fields

NameTypeDescription
Internalvariant-
operationvariant-
InternalvariantInternal operation
LLMvariant-
callvariant-
LlmvariantLLM call
Toolvariant-
callvariant-
ToolvariantTool call
Agentvariant-
executionvariant-
AgentvariantAgent execution
Workflowvariant-
executionvariant-
WorkflowvariantWorkflow execution
Memoryvariant-
operationvariant-
MemoryvariantMemory operation
Networkvariant-
APIvariant-
callvariant-
NetworkvariantNetwork/API call
Customvariant-
CustomvariantCustom

Source

View on GitHub

praisonai/src/trace/mod.rs at line 0