Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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