Skip to main content

ContextSnapshot

Defined in the models module.
A snapshot of the current context state. Used for monitoring and debugging.

Properties

timestamp
str
No description available.
session_id
str
No description available.
agent_name
str
No description available.
model_name
str
No description available.
budget
Optional
No description available.
ledger
Optional
No description available.
utilization
float
No description available.
system_prompt_content
str
No description available.
rules_content
str
No description available.
skills_content
str
No description available.
memory_content
str
No description available.
tools_schema_content
str
No description available.
history_content
List
No description available.
warnings
List
No description available.
  • to_dict: Convert to dictionary for JSON serialization.