Skip to main content

RunMeta

Defined in the journal module.
AI Agent Durable metadata that binds the three stores under one run_id. checkpoint_id links to the files store (checkpoints/) so a resume can restore the workspace to the last checkpoint before replaying.

Properties

str
No description available.
str
No description available.
str
No description available.
str
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
float
No description available.
float
No description available.
Dict[str, Any]
No description available.

Source

View on GitHub

praisonaiagents/runtime/journal.py at line 140