mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-01 08:23:40 +00:00
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.
7 lines
369 B
TypeScript
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";
|