mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(tools): add terminal output transform hook
This commit is contained in:
parent
9d7aac7ed2
commit
2081b71c42
5 changed files with 243 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue