yao/agent/context
Max f2099babd9 Update Go module dependencies and enhance assistant context management
- Upgraded Go version to 1.25 and updated several dependencies, including `testify` to v1.11.1 and added new indirect dependencies for JSON schema validation.
- Refactored the assistant's context management to utilize a new `context.Uses` structure, improving the handling of vision, audio, search, and fetch configurations.
- Enhanced the assistant's request building process to support new response formats, including JSON schema validation, ensuring better integration with various tools and services.
2025-11-15 10:05:57 +08:00
..
chat.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
chat_test.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
context.go Enhance context handling and metadata management in assistant operations 2025-11-14 08:41:40 +08:00
context_test.go Refactor completion request handling in context tests 2025-11-11 16:23:22 +08:00
interfaces.go Update Go module dependencies and enhance assistant context management 2025-11-15 10:05:57 +08:00
jsapi.go Enhance context handling and metadata management in assistant operations 2025-11-14 08:41:40 +08:00
jsapi_test.go Enhance context handling and metadata management in assistant operations 2025-11-14 08:41:40 +08:00
message.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
message_test.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
openapi.go Enhance context handling and metadata management in assistant operations 2025-11-14 08:41:40 +08:00
openapi_test.go Enhance context handling and metadata management in assistant operations 2025-11-14 08:41:40 +08:00
stack.go Refactor context and assistant methods for improved stack management and resource cleanup 2025-11-12 11:24:25 +08:00
stack_test.go Refactor context and assistant methods for improved stack management and resource cleanup 2025-11-12 11:24:25 +08:00
types.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
types_llm.go Update Go module dependencies and enhance assistant context management 2025-11-15 10:05:57 +08:00
utils.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00