yao/agent/caller
Max fa30898dee fix(tests): reduce timeout in TestProcessCall_Timeout_Short to 1 second
- Updated the timeout parameter in the TestProcessCall_Timeout_Short test to 1 second to ensure it accurately reflects expected behavior during LLM round-trip execution.
- This change aims to improve the reliability of the test by aligning the timeout with realistic processing times.
2026-05-01 15:37:17 +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
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