Zorro Agent Atropos Environments
Guide for building RL environments in the zorro-agent repo that integrate with the Atropos training framework.
Architecture Overview
Atropos BaseEnv (atroposlib/envs/base.py)
└── ZorroAgentBaseEnv (environments/zorro_base_env.py)
├── Handles agent loop orchestration
├── Handles tool resolution per group
├── Handles ToolContext for reward verification
└── YOUR ENVIRONMENT (environments/your_env.py)
[Description truncada. Veja o README completo no GitHub.]