mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 01:21:43 +00:00
Add a new hooks system allowing users to run custom code at key lifecycle points in the agent's operation. This includes support for events such as `gateway:startup`, `session:start`, `agent:step`, and more. Documentation for creating hooks and available events has been added to `README.md` and a new `hooks.md` file. Additionally, integrate step callbacks in the agent to facilitate hook execution during tool-calling iterations. |
||
|---|---|---|
| .. | ||
| agents.md | ||
| cli.md | ||
| hooks.md | ||
| llm_client.md | ||
| message_graph.md | ||
| messaging.md | ||
| skills_hub_design.md | ||
| slash-commands.md | ||
| tools.md | ||