Stateful Core
The Stateful Core provides a robust framework for managing persistent state in AI environments, enabling long-running sessions, conversation history, and complex stateful interactions.Overview
The stateful system provides:- Persistent State: State that survives across sessions
- State Serialization: Save and load environment state
- State Versioning: Track state changes over time
- Atomic Updates: Ensure state consistency
- State Synchronization: Multi-instance state management
Generated Documentation
Detailed API documentation is available for:- StatefulEnvironment - Main stateful environment class
- EnvToolCall - Tool calling in environments