yao/openapi/setting
Max 194faac9b7 feat(agent): enhance sandbox V2 initialization and role management
- Refactored the initSandboxV2 function to return a structured result, consolidating the runner, computer, configuration, cleanup function, loading message ID, and roles into a single return type.
- Updated the Stream method to utilize the new sandboxV2InitResult structure, improving clarity and reducing complexity in handling sandbox initialization.
- Introduced role management enhancements, allowing for pre-resolved role connectors to be passed through the request, streamlining connector resolution during execution.
- Adjusted various components to support the new roles structure, ensuring consistent handling across the agent's sandbox operations.
- Added logging for connector resolution and role management, improving diagnostics and traceability during sandbox execution.
- Updated .gitignore to include tools/TOOL-REGISTRATION.md for better project organization.
2026-05-03 19:11:29 +08:00
..
cloud.go feat(search): refactor builtinSearch to utilize websearch tool and enhance context handling 2026-05-02 19:58:03 +08:00
cloud_model_cache_test.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
cloud_presets.yml feat(setting): implement cloud settings endpoints and owner verification 2026-04-28 21:20:43 +08:00
llm.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
mcp.go feat(mcp): add MCP server management endpoints 2026-04-29 14:53:00 +08:00
promotions.yml feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00
sandbox.go feat(sandbox): add sandbox management endpoints and data structures 2026-04-29 18:47:38 +08:00
search.go feat(search): add search provider endpoints and data structures 2026-04-29 11:29:03 +08:00
search_presets.yml feat(search): add search provider endpoints and data structures 2026-04-29 11:29:03 +08:00
setting.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
smtp.go fix(smtp): update address formatting in SMTP connection functions 2026-04-29 18:57:36 +08:00
smtp_presets.yml feat(smtp): add SMTP configuration and management endpoints 2026-04-29 12:21:19 +08:00
system.go feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00
types.go feat(sandbox): add sandbox management endpoints and data structures 2026-04-29 18:47:38 +08:00