yao/agent/assistant
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
..
handlers chore(dependencies): update Go module dependencies to latest versions 2026-04-13 23:43:17 +08:00
hook Update Memory Leak Test Thresholds to 20KB 2025-12-22 11:42:08 +08:00
agent.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
agent_interrupt_test.go Enhance assistant initialization and context management 2025-12-11 15:17:17 +08:00
agent_next_test.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
assistant.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
build.go feat(workspace): add workspace ID retrieval and integration into environment configuration 2026-04-13 14:47:08 +08:00
build_content.go Enhance PDF and Content Processing with New File Handling Features 2025-12-29 15:20:38 +08:00
build_mcp_test.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
build_prompts_test.go Enhance assistant initialization and context management 2025-12-11 15:17:17 +08:00
build_test.go Enhance assistant initialization and context management 2025-12-11 15:17:17 +08:00
cache.go Enhance Assistant Search Functionality and Cache Management 2025-12-16 16:44:35 +08:00
cache_test.go Refactor Assistant cache tests and enhance cache functionality 2025-12-05 19:49:44 +08:00
chat.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
chat_test.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
history.go Enhance history management in assistant with improved message filtering and conversion 2026-03-02 12:00:20 +08:00
history_test.go Enhance history management in assistant with improved message filtering and conversion 2026-03-02 12:00:20 +08:00
llm.go Refactor Assistant Stream and Content Handling for Improved Context Management 2025-12-27 19:36:31 +08:00
load.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
load_merge_test.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
load_process_test.go Refactor Assistant cache tests and enhance cache functionality 2025-12-05 19:49:44 +08:00
load_store_test.go Add dependencies management to Assistant model and related functionalities 2026-03-02 14:42:59 +08:00
load_system.go feat(agent): implement tool loop processing and enhance error handling 2026-05-02 21:42:55 +08:00
load_system_test.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00
load_test.go feat(sandbox/v2): enhance V2 sandbox integration and testing 2026-03-10 01:13:17 +08:00
loop.go feat(agent): implement tool loop processing and enhance error handling 2026-05-02 21:42:55 +08:00
mcp.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
mcp_test.go Enhance context handling in MCP tests and JS API 2025-12-05 20:20:21 +08:00
next.go Implement Agent-to-Agent Call Enhancements and Context Management 2026-01-26 18:14:34 +08:00
permission.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +08:00
sandbox.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00
sandbox_debug_test.go Enhance Sandbox Integration and CI Workflow for AI Tests 2026-01-30 17:41:06 +08:00
sandbox_e2e_test.go Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
sandbox_integration_test.go Update sandbox integration tests and enhance JSON field parsing 2026-02-24 11:16:45 +08:00
sandbox_test.go Implement MCP Configuration and Tool Integration for Sandbox 2026-01-30 19:57:31 +08:00
sandbox_v2.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
scripts.go Implement Script Testing Framework and Enhance Test Context Management 2025-12-21 10:44:59 +08:00
scripts_process_test.go Refactor Assistant cache tests and enhance cache functionality 2025-12-05 19:49:44 +08:00
scripts_test.go Implement authorized script execution and enhance context handling 2025-12-08 11:42:01 +08:00
search.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
search_auth_db.go Refactor Authorization Functions and Update Tests 2025-12-20 15:02:01 +08:00
search_auth_integration_test.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
search_auth_kb.go Refactor Authorization Functions and Update Tests 2025-12-20 15:02:01 +08:00
search_auto_disabled_test.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
search_auto_full_test.go fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
search_auto_hook_disable_test.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
search_auto_keyword_test.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
search_auto_web_test.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
source.go Add GetStorage function and enhance loadSource logic 2025-12-02 16:54:57 +08:00
trace.go Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
types.go Remove OpenAI API references from Assistant struct and initialization 2026-02-12 19:47:06 +08:00
utils.go Refactor Content Processing and Enhance Search Functionality 2025-12-29 14:26:48 +08:00