hermes-agent/docs
teknium1 c77f3da0ce Cherry-pick 6 bug fixes from PR #76 and update documentation
Code fixes (run_agent.py):
- Fix off-by-one in _flush_messages_to_session_db skipping one message per flush
- Add clear_interrupt() to 3 early-return paths preventing stale interrupt state
- Wrap handle_function_call in try/except so tool crashes don't kill the conversation
- Replace fragile `is` identity check with _flush_sentinel marker for memory flush cleanup
- Fix retry loop off-by-one (6 attempts not 7)
- Remove redundant inline `import re`
2026-02-27 03:21:49 -08:00
..
agents.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
cli.md Enhance CLI documentation and functionality for session resumption 2026-02-25 23:04:08 -08:00
llm_client.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
message_graph.md Moved "architecture" dir to "docs" for clarity 2026-01-30 07:54:51 +00:00
messaging.md Cherry-pick 6 bug fixes from PR #76 and update documentation 2026-02-27 03:21:49 -08:00
skills_hub_design.md refactor: update tool registration and documentation 2026-02-21 21:03:40 -08:00
tools.md refactor: update tool registration and documentation 2026-02-21 21:03:40 -08:00