yao/agent/caller
Max af981dc0b0 Update dependencies and enhance logging in the Assistant module
- Add new indirect dependencies including various Charmbracelet packages for improved UI handling.
- Enhance logging in the Assistant module by adding tool completion and start logging for better traceability of tool calls.
- Modify context handling in the RequestLogger to support a stack-based assistant ID management, improving the logging structure for agent requests.
- Implement event service integration for better trace management and debugging capabilities.
2026-02-23 19:22:31 +08:00
..
caller.go Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
context.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
integration_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
jsapi.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
jsapi_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
orchestrator.go Update dependencies and enhance logging in the Assistant module 2026-02-23 19:22:31 +08:00
orchestrator_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00
process.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
process_e2e_test.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
process_test.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
sandbox_integration_test.go Fix SystemPrompt passing and Claude CLI stream-json parsing 2026-01-31 15:07:40 +08:00
types.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
types_test.go Enhance Agent Context with JSAPI Initialization and Message Handling 2026-01-25 19:42:56 +08:00