feat(tools): add terminal output transform hook

This commit is contained in:
sjz-ks 2026-04-15 15:31:23 +08:00 committed by Teknium
parent 9d7aac7ed2
commit 2081b71c42
5 changed files with 243 additions and 2 deletions

View file

@ -54,6 +54,7 @@ logger = logging.getLogger(__name__)
VALID_HOOKS: Set[str] = {
"pre_tool_call",
"post_tool_call",
"transform_terminal_output",
"pre_llm_call",
"post_llm_call",
"pre_api_request",