yao/agent/context
Max a96946d8bb Refactor Assistant context handling to improve options management
- Updated the Assistant methods to accept an Options parameter, enhancing flexibility in context management.
- Removed the Connector field from the context and related structures, transitioning to a more streamlined options-based approach.
- Adjusted various tests to accommodate the new options handling, ensuring comprehensive coverage of the updated functionality.
- Enhanced the Create and Next hooks to return options alongside responses, improving the overall usability of the API.
- Cleaned up deprecated fields and improved context initialization for better maintainability.
2025-12-04 10:43:32 +08:00
..
authorized_test.go Refactor context initialization and enhance tool call handling 2025-11-30 16:40:45 +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 Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
context_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
interfaces.go Refactor message handling to support individual message lifecycle events 2025-11-26 19:03:47 +08:00
interrupt.go Refine interrupt handling and streamline completion request validation 2025-11-24 12:01:43 +08:00
interrupt_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
jsapi.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
JSAPI.md Implement EndBlock method and enhance message lifecycle management 2025-11-30 15:09:27 +08:00
jsapi_helpers.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
jsapi_mcp.go Remove deprecated agent_test.go and mcp package files; refactor context and trace handling for improved functionality. 2025-11-28 19:26:33 +08:00
jsapi_mcp_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
JSAPI_OUTPUT.md Enhance streaming and grouping functionality in Assistant 2025-11-26 11:00:52 +08:00
jsapi_output_test.go Refactor context initialization and enhance tool call handling 2025-11-30 16:40:45 +08:00
jsapi_release_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
jsapi_stress_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
jsapi_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
mcp.go Remove deprecated agent_test.go and mcp package files; refactor context and trace handling for improved functionality. 2025-11-28 19:26:33 +08:00
mcp_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
message.go Implement thread-safe message and block metadata storage 2025-12-01 08:35:38 +08:00
message_events_test.go Refactor context initialization and enhance tool call handling 2025-11-30 16:40:45 +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 Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
openapi_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
options.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
output.go Enhance Assistant functionality with improved content handling and debugging 2025-12-03 21:35:54 +08:00
RESOURCE_MANAGEMENT.md Remove deprecated agent_test.go and mcp package files; refactor context and trace handling for improved functionality. 2025-11-28 19:26:33 +08:00
stack.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
stack_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
types.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
types_llm.go Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
utils.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00