mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
- environments/gsm8k_agent_env.py: Math reasoning with Python REPL tool - Subclasses HermesAgentBaseEnv (proper tools= parameter, not ICL) - Uses ATROPOS_SERVER_* env vars from .env - Hermes tool call parser, configurable per model - Math verification via math_verify with string fallback - Tested: process mode works, both trajectories scored 1.0 - Updated memory bank with consolidation plan: - environments/ is the canonical env system (proper tool calling) - atropos/backends/ kept as sandbox infrastructure - atropos/agent/ and atropos/envs/agent_env.py marked for removal |
||
|---|---|---|
| .. | ||
| configs | ||
| tool_call_parsers | ||
| __init__.py | ||
| agent_loop.py | ||
| gsm8k_agent_env.py | ||
| hermes_base_env.py | ||
| hermes_swe_env.py | ||
| patches.py | ||
| terminal_test_env.py | ||
| tool_context.py | ||