yao/agent/assistant/hook
Max a0483bac5d Refactor Assistant streaming logic and remove MCP hook
- Simplified the Stream method by extracting capability initialization into a separate function, improving readability and maintainability.
- Enhanced error handling by centralizing trace logging for failures and history tracking.
- Removed the MCP hook implementation as it was no longer needed, streamlining the codebase.
- Updated agent trace handling to ensure consistent logging of agent output and errors.
2025-11-29 09:13:18 +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
done.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
failback.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +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
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 Enhance testing and context management in assistant operations 2025-11-14 12:38:03 +08:00
types.go Refactor Assistant methods and context handling for improved functionality 2025-11-13 09:26:45 +08:00