mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
- Added support for tracking partial results and tool error counts in batch processing. - Implemented filtering of corrupted entries during batch file combination based on valid tool names. - Updated terminal tool to improve command execution and error handling, including retry logic for transient failures. - Refactored model tools to use a simple terminal tool with no session persistence. - Improved logging and error messages for invalid API responses and tool calls. - Introduced chunked processing for large content in web tools to manage size limitations effectively. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| image_generation_tool.py | ||
| mixture_of_agents_tool.py | ||
| simple_terminal_tool.py | ||
| terminal_tool.py | ||
| vision_tools.py | ||
| web_tools.py | ||