yao/agent/assistant
Max 57724b20db Refactor Assistant script loading and management
- Updated the script loading process to load both hook scripts and other scripts from the src directory, improving organization and clarity.
- Introduced a new `Scripts` field in the Assistant struct to store additional scripts, enhancing the flexibility of script management.
- Removed deprecated script loading functions and streamlined the loading logic to ensure better maintainability and performance.
- Adjusted the handling of timestamps for script updates, ensuring accurate tracking of script modifications.
2025-12-05 18:10:07 +08:00
..
handlers Enhance Assistant functionality with improved content handling and debugging 2025-12-03 21:35:54 +08:00
hook Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
agent.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
agent_interrupt_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
agent_next_test.go Refactor Assistant's Stream method to support Next hook responses 2025-11-29 22:52:06 +08:00
assistant.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
build.go Enhance assistant prompt handling with new preset and global prompt controls 2025-12-02 16:24:22 +08:00
build_content.go Enhance Assistant methods with options parameter for improved context management 2025-12-04 12:03:00 +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 Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
build_test.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
cache.go ⚠️ BREAKING: Removed the Studio package and renamed Neo to Agent. Configuration file path changed from neo/neo.yml to agent/agent.yml. 2025-11-06 18:13:54 +08:00
cache_test.go Refactor to decouple attachments, RAG, and AI assistant components. 2025-11-06 19:09:44 +08:00
history.go Refactor MCP server configuration and enhance Assistant functionality 2025-11-29 10:04:19 +08:00
llm.go Enhance Assistant methods with options parameter for improved context management 2025-12-04 12:03:00 +08:00
load.go Refactor Assistant script loading and management 2025-12-05 18:10:07 +08:00
load_store_test.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
load_test.go Refactor Assistant script handling to use HookScript 2025-12-05 14:45:09 +08:00
mcp.go Add MCP hook override functionality in Assistant tests and implementation 2025-11-29 20:45:39 +08:00
mcp_test.go Enhance Assistant's message building and completion options handling 2025-11-29 11:08:42 +08:00
next.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
scripts.go Refactor Assistant script loading and management 2025-12-05 18:10:07 +08:00
scripts_test.go Refactor Assistant script loading and management 2025-12-05 18:10:07 +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 Refactor Assistant script loading and management 2025-12-05 18:10:07 +08:00
utils.go Refactor assistant handling and storage integration 2025-11-07 11:20:59 +08:00