yao/agent/assistant
Max 9c97035cc6 Refactor Assistant methods and context handling for improved functionality
- Updated the Stream method to return a structured response, including create, done, and completion hooks.
- Introduced new methods for managing message history and building LLM requests, enhancing modularity.
- Refactored the Script type to utilize a new hook structure, improving code organization.
- Removed the obsolete hooks file to streamline the codebase.
- Enhanced context types with additional fields for better integration with LLM models.
2025-11-13 09:26:45 +08:00
..
hook Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
agent.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
api.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
assistant.go Refactor store imports and update store initialization logic 2025-11-07 18:27:43 +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
call.go Refactor context handling in agent API and assistant methods 2025-11-10 17:30:53 +08:00
hooks.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
load.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
load_test.go Refactor to decouple attachments, RAG, and AI assistant components. 2025-11-06 19:09:44 +08:00
object.go Refactor context handling in agent API and assistant methods 2025-11-10 17:30:53 +08:00
plan.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
tool.go Refactor store imports and update store initialization logic 2025-11-07 18:27:43 +08:00
types.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
utils.go Refactor assistant handling and storage integration 2025-11-07 11:20:59 +08:00