yao/agent/assistant/hook
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
..
create.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
create_bench_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
create_mem_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
create_nested_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
create_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
goroutine_leak_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
hook.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00
next.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
next_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
realworld_next_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
REALWORLD_PERFORMANCE_REPORT.md Enhance memory leak tests and performance reporting in stress tests 2025-11-28 21:09:27 +08:00
realworld_stress_test.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
script.go Refactor agent and assistant structure for improved clarity and performance 2025-11-30 11:47:25 +08:00
types.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00