mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Add request-scoped plugin lifecycle hooks
This commit is contained in:
parent
dce5f51c7c
commit
9e820dda37
6 changed files with 169 additions and 6 deletions
|
|
@ -56,6 +56,8 @@ VALID_HOOKS: Set[str] = {
|
|||
"post_tool_call",
|
||||
"pre_llm_call",
|
||||
"post_llm_call",
|
||||
"pre_llm_request",
|
||||
"post_llm_request",
|
||||
"on_session_start",
|
||||
"on_session_end",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue