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.

Span

Defined in the obs module.
AI Agent Represents a span in a trace.

Properties

span_id
str
No description available.
trace_id
str
No description available.
name
str
No description available.
parent_span_id
Optional
No description available.
start_time
float
No description available.
end_time
Optional
No description available.
attributes
Dict
No description available.
status
str
No description available.

Source

View on GitHub

praisonaiagents/obs/__init__.py at line 30