yao/agent/robot/manager
Max 5f4f51e806 Add Robot E2E Tests and Update Makefile and Workflows
- Introduced a new `unit-test-robot-e2e` target in the Makefile to run end-to-end tests for the robot API, requiring real LLM calls and specific environment setup.
- Updated the `pr-test.yml` and `unit-test.yml` workflows to include a dedicated job for Robot E2E Tests, ensuring proper execution in CI with necessary services and dependencies.
- Enhanced the TODO.md to reflect the completion of various E2E test flows, marking them as done and outlining future integration with OpenAPI.
- Refactored context handling in several test files to utilize `context.Background()` for improved clarity and consistency in execution context.
2026-01-19 11:16:33 +08:00
..
integration_clock_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_concurrent_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
integration_control_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_event_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_human_test.go Enhance Integration Tests with Cache Verification 2026-01-15 17:39:03 +08:00
integration_test.go Refactor Executor Architecture and Update Documentation 2026-01-16 15:27:46 +08:00
manager.go Add Robot E2E Tests and Update Makefile and Workflows 2026-01-19 11:16:33 +08:00
manager_test.go Enhance Manager and Trigger Functionality 2026-01-15 10:43:44 +08:00