feat: add Codex Bridge tool

This commit is contained in:
wangrenzhu 2026-04-24 21:49:08 +08:00
parent 5a1c599412
commit c2af91273c
3 changed files with 1012 additions and 3 deletions

View file

@ -53,7 +53,7 @@ _HERMES_CORE_TOOLS = [
# Clarifying questions
"clarify",
# Code execution + delegation
"execute_code", "delegate_task",
"execute_code", "delegate_task", "codex_bridge",
# Cronjob management
"cronjob",
# Cross-platform messaging (gated on gateway running via check_fn)
@ -193,6 +193,12 @@ TOOLSETS = {
"includes": []
},
"codex_bridge": {
"description": "Run local Codex tasks through Codex app-server JSON-RPC without mailbox files",
"tools": ["codex_bridge"],
"includes": []
},
# "honcho" toolset removed — Honcho is now a memory provider plugin.
# Tools are injected via MemoryManager, not the toolset system.
@ -253,7 +259,7 @@ TOOLSETS = {
"browser_vision", "browser_console", "browser_cdp", "browser_dialog",
"todo", "memory",
"session_search",
"execute_code", "delegate_task",
"execute_code", "delegate_task", "codex_bridge",
],
"includes": []
},
@ -281,7 +287,7 @@ TOOLSETS = {
# Session history search
"session_search",
# Code execution + delegation
"execute_code", "delegate_task",
"execute_code", "delegate_task", "codex_bridge",
# Cronjob management
"cronjob",
# Home Assistant smart home control (gated on HASS_TOKEN via check_fn)