yao/tools
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
..
docs fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
mcps fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
proc fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
prompts feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
skills feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
webfetch fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
websearch fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
skills.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
skills_test.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
tools.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00