ActionEvent
Defined in the protocol module.AI Agent Lightweight action trace event. Represents a single action in the agent execution trace. Designed for minimal memory footprint and fast serialization.
Properties
str
No description available.
float
No description available.
str
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional
No description available.
Optional[str]
No description available.
Optional[float]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Dict[str, Any]
No description available.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary, excluding None values.
- to_json: Convert to JSON string.
Source
View on GitHub
praisonaiagents/trace/protocol.py at line 33
