yao/agent/caller
Max 639f0c59fc feat(assistant): add hot-reload functionality for assistants and enhance gRPC metadata handling
- Implemented AssistantReloadFunc to enable hot-reloading of assistants after deployment, improving deployment flexibility.
- Enhanced gRPC authProvider to include workspace and sandbox IDs from incoming context metadata, enriching the authentication context.
- Updated tools to support new agent-related functionalities, including listing, downloading, deploying, and connecting agents.
- Expanded system tools documentation to include new agent commands, ensuring comprehensive guidance for users.
2026-05-13 14:52:32 +08:00
..
caller.go feat(assistant): add hot-reload functionality for assistants and enhance gRPC metadata handling 2026-05-13 14:52:32 +08:00
context.go Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +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 Remove TUI support from start command 2026-03-06 20:55:57 +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 fix(tests): reduce timeout in TestProcessCall_Timeout_Short to 1 second 2026-05-01 15:37:17 +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