Add exec-server MVP startup and surface seams

This commit is contained in:
starr-openai
2026-04-04 14:32:43 -07:00
parent 4fd5c35c4f
commit e4cc738a5c
14 changed files with 610 additions and 69 deletions

View File

@@ -85,6 +85,9 @@ pub use responses_api::dynamic_tool_to_responses_api_tool;
pub use responses_api::mcp_tool_to_deferred_responses_api_tool;
pub use responses_api::mcp_tool_to_responses_api_tool;
pub use responses_api::tool_definition_to_responses_api_tool;
pub use tool_config::BuiltinToolCoverage;
pub use tool_config::BuiltinToolName;
pub use tool_config::BuiltinToolSurface;
pub use tool_config::ShellCommandBackendConfig;
pub use tool_config::ToolUserShellType;
pub use tool_config::ToolsConfig;