mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-03 02:11:48 +00:00
If tool_args_raw is not valid JSON at all (e.g. parser/provider passed
through a plain string like ls), normalize it into {command: ...} for
terminal or {input: ...} for other tools instead of dropping args.
|
||
|---|---|---|
| .. | ||
| configs | ||
| tool_call_parsers | ||
| __init__.py | ||
| agent_loop.py | ||
| gsm8k_agent_env.py | ||
| hermes_base_env.py | ||
| hermes_swe_env.py | ||
| patches.py | ||
| swe_smith_oracle_env.py | ||
| terminal_test_env.py | ||
| tool_context.py | ||