yao/agent/assistant
Max 02e813af0b Update Dependencies and Enhance Agent Context with Forked Context Support
- Updated `logrus` dependency from v1.9.3 to v1.9.4 and `golang.org/x/sys` from v0.38.0 to v0.40.0 for improved functionality and security.
- Introduced a `Fork` method in the agent context to create child contexts for concurrent agent and LLM calls, preventing race conditions on shared state during batch operations.
- Enhanced the `Orchestrator` methods to utilize forked contexts, ensuring independent execution of agent calls without interference.
2026-01-25 20:32:02 +08:00
..
handlers Enhance chat buffer and streaming message handling 2025-12-09 18:08:12 +08:00
hook Update Memory Leak Test Thresholds to 20KB 2025-12-22 11:42:08 +08:00
agent.go Refactor Assistant Stream and Content Handling for Improved Context Management 2025-12-27 19:36:31 +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 Update Dependencies and Enhance Agent Context with Forked Context Support 2026-01-25 20:32:02 +08:00
build.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +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 Refactor Knowledge Base Collection Initialization and Document Retrieval 2026-01-10 12:38:42 +08:00
chat_test.go Refactor Chat Test Cases for Knowledge Base Initialization 2026-01-10 13:00:58 +08:00
history.go Enhance Message Filtering in LLM Context Conversion 2025-12-30 16:06:20 +08:00
history_test.go Refactor history loading tests and context management 2025-12-11 15:32:06 +08:00
llm.go Refactor Assistant Stream and Content Handling for Improved Context Management 2025-12-27 19:36:31 +08:00
load.go Refactor Content Processing and Enhance Search Functionality 2025-12-29 14:26:48 +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 Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
load_system.go Enhance Assistant Configuration with RobotPrompt Support 2026-01-22 18:55:30 +08:00
load_test.go Update Test Assertions for System Agents Naming Consistency 2025-12-16 17:59:38 +08:00
mcp.go Enhance assistant initialization and context management 2025-12-11 15:17:17 +08:00
mcp_test.go Enhance context handling in MCP tests and JS API 2025-12-05 20:20:21 +08:00
next.go Refactor buildStandardResponse for Consistency in Code Style 2025-12-28 20:28:50 +08:00
permission.go Enhance Assistant stream functionality and remove history handling 2025-12-08 10:28:26 +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 Refactor Content Processing and Enhance Search Functionality 2025-12-29 14:26:48 +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 Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +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 Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +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 Enhance Search Functionality with Keyword Extraction and Intent Detection 2025-12-18 20:16:56 +08:00
utils.go Refactor Content Processing and Enhance Search Functionality 2025-12-29 14:26:48 +08:00