yao/agent/assistant/hook
Max 0fe0843b43 Refactor agent and assistant structure for improved clarity and performance
- Removed deprecated API and vision components, streamlining the agent's architecture.
- Updated the Load function to utilize a new agentDSL variable, enhancing the management of assistant capabilities.
- Enhanced context handling by introducing a message metadata store for thread-safe operations, improving message tracking and management.
- Refactored context methods to eliminate deprecated fields, ensuring cleaner and more maintainable code.
- Improved documentation and comments throughout the codebase to clarify changes and enhance developer understanding.
2025-11-30 11:47:25 +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 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