yao/neo
Max fdf71f4cfd Update Go version and dependencies; enhance Neo API functionality
- Bump Go version from 1.22.2 to 1.23 for improved performance.
- Update dependencies in go.mod and go.sum, including:
  - github.com/PuerkitoBio/goquery to v1.10.1
  - github.com/dchest/captcha to v1.1.0
  - github.com/evanw/esbuild to v0.24.2
  - github.com/fatih/color to v1.18.0
  - github.com/fsnotify/fsnotify to v1.8.0
  - github.com/spf13/cobra to v1.8.1
  - github.com/stretchr/testify to v1.10.0
  - github.com/xuri/excelize/v2 to v2.9.0
- Introduce RAG (Retrieval-Augmented Generation) initialization in the Neo API, enhancing assistant capabilities.
- Refactor workflows to use Go 1.23 for testing and CI processes, ensuring compatibility with the latest features.
2025-01-02 13:06:36 +08:00
..
assistant Refactor assistant loading and initialization in Neo API 2025-01-01 17:34:17 +08:00
message Refactor message handling and enhance file reading capabilities in Neo API 2024-12-31 16:01:48 +08:00
rag Update Go version and dependencies; enhance Neo API functionality 2025-01-02 13:06:36 +08:00
store Enhance assistant management and API functionality in Neo 2025-01-01 16:48:06 +08:00
api.go Enhance assistant management and API functionality in Neo 2025-01-01 16:48: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
context.go Enhance NewContext function to include ChatID parameter for improved context management 2024-12-12 20:21:02 +08:00
hooks.go Add chat detail and mentions handling in Neo API 2024-12-16 17:36:02 +08:00
load.go Update Go version and dependencies; enhance Neo API functionality 2025-01-02 13:06:36 +08:00
load_test.go [add] Neo (70%) 2023-04-30 14:21:45 +08:00
neo.go Refactor assistant loading and initialization in Neo API 2025-01-01 17:34:17 +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 Refactor conversation management and migrate to store-based architecture in Neo API 2025-01-01 10:43:05 +08:00
process_test.go Enhance assistant filtering and management in Neo API 2024-12-29 17:30:33 +08:00
types.go Update Go version and dependencies; enhance Neo API functionality 2025-01-02 13:06:36 +08:00