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