Understanding the different types of spans in AgentOps
Span Kind | Description |
---|---|
SESSION | The root container for all activities in a single execution of your workflow |
AGENT | Represents an autonomous entity with specialized capabilities |
WORKFLOW | A logical grouping of related operations |
OPERATION | A specific task or function performed by an agent |
TASK | Alias for OPERATION, used interchangeably |
LLM | An interaction with a language model |
TOOL | The use of a tool or API by an agent |
auto_instrument=True
(the default):