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.

OptimizationEvent

Defined in the manager module.
AI Agent Record of an optimization event.

Properties

timestamp
str
No description available.
event_type
OptimizationEventType
No description available.
strategy
Optional
No description available.
tokens_before
int
No description available.
tokens_after
int
No description available.
tokens_saved
int
No description available.
messages_affected
int
No description available.
details
Dict
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/context/manager.py at line 218