Environment Core
The Environment Core provides the foundational framework for creating and managing AI agent environments within the synth-ai ecosystem.Overview
The environment system enables:- Agent Interaction: Structured interfaces for AI agents
- State Management: Persistent and ephemeral state handling
- Task Definition: Framework for defining AI tasks and objectives
- Reproducibility: Deterministic environment execution
- Observation/Action: Standard observation-action loops
Generated Documentation
Detailed API documentation is available for:- StatefulEnvironment - Core stateful environment class
- EnvToolCall - Environment tool calling