mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 15:01:34 +08:00
Add request-scoped plugin lifecycle hooks
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user