mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
- Added new environments for reinforcement learning, including `HermesSweEnv` for software engineering tasks and `TerminalTestEnv` for inline testing. - Introduced `ToolContext` for unrestricted access to tools during reward computation. - Updated `.gitignore` to exclude `wandb/` directory. - Enhanced `README.md` with detailed architecture and usage instructions for Atropos environments. - Added configuration files for SWE and terminal test environments to streamline setup. - Removed unnecessary compiled Python files from `__pycache__`. |
||
|---|---|---|
| .. | ||
| configs | ||
| tool_call_parsers | ||
| __init__.py | ||
| agent_loop.py | ||
| hermes_base_env.py | ||
| hermes_swe_env.py | ||
| terminal_test_env.py | ||
| tool_context.py | ||