hermes-agent/environments
Shannon Sands 4619d1c8ef Port SWE-smith-oracle env to HermesAgentBaseEnv
New: environments/swe_smith_oracle_env.py
- Subclasses HermesAgentBaseEnv (proper tools= parameter, multi-model parsers)
- Uses ToolContext.terminal() for pytest verification
- Supports tool_pool_mode flag for sandbox backends
- Reads ATROPOS_SERVER_* env vars from .env
- No dependency on atropos/agent/ or atropos/envs/agent_env.py
2026-02-10 02:45:04 +00:00
..
configs Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm) 2026-02-07 09:17:16 +00:00
tool_call_parsers Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm) 2026-02-07 09:17:16 +00:00
__init__.py Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm) 2026-02-07 09:17:16 +00:00
agent_loop.py Enhance async tool execution and error handling in Hermes agent for Atropos integration 2026-02-08 05:00:47 +00:00
gsm8k_agent_env.py Add GSM8k agent env using proper HermesAgentBaseEnv (not ICL) 2026-02-10 01:45:07 +00:00
hermes_base_env.py Add sandbox pool support to HermesAgentBaseEnv 2026-02-10 02:26:31 +00:00
hermes_swe_env.py Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm) 2026-02-07 09:17:16 +00:00
patches.py Enhance async tool execution and error handling in Hermes agent for Atropos integration 2026-02-08 05:00:47 +00:00
swe_smith_oracle_env.py Port SWE-smith-oracle env to HermesAgentBaseEnv 2026-02-10 02:45:04 +00:00
terminal_test_env.py Enhance async tool execution and error handling in Hermes agent for Atropos integration 2026-02-08 05:00:47 +00:00
tool_context.py Enhance async tool execution and error handling in Hermes agent for Atropos integration 2026-02-08 05:00:47 +00:00