Add request-scoped plugin lifecycle hooks

This commit is contained in:
kshitijk4poor 2026-03-29 12:26:44 +05:30 committed by Teknium
parent dce5f51c7c
commit 9e820dda37
6 changed files with 169 additions and 6 deletions

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",
}