yao/agent/assistant
Max ef49827faf Refactor message handling for improved streaming and event management
- Updated message structures to replace 'StreamStartData' and 'StreamEndData' with 'EventStreamStartData' and 'EventStreamEndData' for better clarity and consistency.
- Introduced 'EventMessageStartData' and 'EventMessageEndData' to represent individual message lifecycle events, enhancing the granularity of message tracking.
- Refactored the 'streamState' and 'groupTracker' to utilize the new message structures, improving the organization and handling of streaming events.
- Enhanced the context management by integrating an ID generator for unique message identifiers, facilitating better tracking of message sequences.
- Updated documentation and tests to reflect the new message structures and ensure proper functionality across the system.
2025-11-26 18:30:43 +08:00
..
handlers Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
hook Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
agent.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
agent_interrupt_test.go Refactor interrupt handling and enhance logging in Assistant and Context components 2025-11-21 20:52:10 +08:00
agent_test.go Update Go module dependencies and enhance assistant context management 2025-11-15 10:05:57 +08:00
api.go Refactor connector settings to model capabilities 2025-11-17 09:45:54 +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 connector settings to model capabilities 2025-11-17 09:45:54 +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 Update ModelCapabilities to support flexible vision input handling 2025-11-17 10:59:46 +08:00
utils.go Refactor assistant handling and storage integration 2025-11-07 11:20:59 +08:00