yao/neo
Max 83bdab3499 feat: Enhance context management and agent functionality in SUI
- Added support for assistant ID in context handling to improve user-specific interactions.
- Updated asset metadata in bindata.go to reflect recent changes in modification times.
- Enhanced the Agent class in libsui/agent.ts with improved type definitions for the Call method, ensuring better type safety and clarity in asynchronous operations.
- Improved event handling in the Agent class to manage message completion more effectively.
2025-05-06 19:24:06 +08:00
..
assistant feat: Improve error handling and result processing in Assistant API 2025-04-29 20:35:27 +08:00
context feat: Enhance context management and agent functionality in SUI 2025-05-06 19:24:06 +08:00
message refactor: Improve asynchronous message processing in WriteMessageAsync 2025-04-27 12:19:54 +08:00
rag Update Go version and dependencies; enhance Neo API functionality 2025-01-02 13:06:36 +08:00
store Update error message for missing assistant data in GetAssistant method 2025-03-21 18:36:59 +08:00
vision Enhance Vision module with flexible prompt handling and comprehensive tests 2025-01-06 11:43:31 +08:00
api.go feat: Enhance context management and agent functionality in SUI 2025-05-06 19:24:06 +08:00
api_test.go Refactor Neo DSL tests and API structure by removing unused handlers, enhancing conversation management, and implementing new test cases for prompts, chat messages, and history saving. Introduce custom response recorder for improved testing and mock AI for simulating responses. 2024-12-13 11:17:00 +08:00
hooks.go Enhance Neo API assistant with improved message handling and hook support 2025-01-29 16:05:36 +08:00
load.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
load_test.go [add] Neo (70%) 2023-04-30 14:21:45 +08:00
neo.go refactor: Rename BeginAt and EndAt fields for consistency in message handling 2025-04-16 16:40:45 +08:00
neo_test.go Enhance Neo API and conversation management by adding support for server-sent events (SSE) in chat handling, improving error messaging with structured responses, and refactoring assistant creation logic. Update conversation settings to utilize a new assistant model and implement context management improvements for better performance. Additionally, streamline the DSL structure and enhance test coverage for chat functionalities. 2024-12-13 17:51:13 +08:00
process.go Add support for field selection in assistant filtering 2025-01-31 11:02:31 +08:00
process_test.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00
types.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00