yao/agent/caller
Max 342c2f11a3 Refactor agent call handling and enhance request structures
- Update `forceSkipForSubAgent` to respect caller's `skip.output` setting, allowing for silent internal worker agent execution.
- Refactor error handling in `callAgentWithContext` to utilize a new `NewResult` function for consistent result construction.
- Introduce `ProcessCallRequest` structure for improved agent call parameters, including a default timeout constant for process calls.
2026-02-14 11:30:20 +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 Refactor agent call handling and enhance request structures 2026-02-14 11:30:20 +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