Add request-scoped plugin lifecycle hooks

This commit is contained in:
kshitijk4poor
2026-04-05 23:31:29 -07:00
committed by Teknium
parent dce5f51c7c
commit 9e820dda37
6 changed files with 169 additions and 6 deletions
+2
View File
@@ -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",
}