Files
openclaw/src/plugin-sdk/agent-harness.ts
Jason (Json) 1e0062b44a feat: add Codex hosted web search (#93446)
Adds Codex as a selectable hosted web-search provider, routes native Codex search safely across model overrides, and isolates bounded hosted-search workers from configured tools.\n\nVerification: focused post-merge regression suite passed 202/202 tests on exact head 23824af49a.
2026-06-16 00:38:16 -06:00

7 lines
369 B
TypeScript

// Public agent harness surface for plugins that replace the low-level agent runtime.
// Keep model/vendor-specific protocol code in the plugin that registers the harness.
export * from "./agent-harness-runtime.js";
export { createOpenClawCodingTools } from "../agents/agent-tools.js";
export { resolveWebSearchToolPolicy } from "../agents/web-search-tool-policy.js";