yao/agent/assistant/hook
Max 3bfd40b701 Refactor Assistant's Stream method to support Next hook responses
- Updated the Stream method to return a flexible final response, accommodating both standard and Next hook responses.
- Introduced NextProcessContext to encapsulate context for processing Next hook responses, enhancing clarity and maintainability.
- Removed deprecated Done and Failback hooks, streamlining the hook management process.
- Enhanced error handling and logging for improved traceability during streaming operations.
2025-11-29 22:52:06 +08:00
..
create.go Enhance testing and context management in assistant operations 2025-11-14 12:38:03 +08:00
create_bench_test.go Enhance testing and context management in assistant operations 2025-11-14 12:38:03 +08:00
create_mem_test.go Enhance memory leak tests and performance reporting in stress tests 2025-11-28 21:09:27 +08:00
create_nested_test.go Enhance testing and context management in assistant operations 2025-11-14 12:38:03 +08:00
create_test.go Enhance testing and context management in assistant operations 2025-11-14 12:38:03 +08:00
goroutine_leak_test.go Enhance memory leak tests and performance reporting in stress tests 2025-11-28 21:09:27 +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's Stream method to support Next hook responses 2025-11-29 22:52:06 +08:00
next_test.go Refactor Assistant's Stream method to support Next hook responses 2025-11-29 22:52:06 +08:00
realworld_next_test.go Refactor Assistant's Stream method to support Next hook responses 2025-11-29 22:52:06 +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 Enhance memory leak tests and performance reporting in stress tests 2025-11-28 21:09:27 +08:00
script.go Refactor Assistant's Stream method to support Next hook responses 2025-11-29 22:52:06 +08:00
types.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00