yao/cmd/agent
Max 6ea982f027 Implement Agent-Driven Input and Dry-Run Mode in Test Framework
- Added support for generating test cases using agents and scripts through the new `LoadFromAgent` and `LoadFromScript` methods in the loader.
- Enhanced the `RunTests` method to handle different input sources, including agent-driven and script-based test case generation.
- Introduced a `--dry-run` flag to allow users to preview generated test cases without executing them.
- Updated relevant documentation in DESIGN_V2.md and TODO_V2.md to reflect the new features and implementation status.
2025-12-26 10:53:11 +08:00
..
agent.go Enhance File Handling and Input Parsing in Test Framework 2025-12-25 11:50:58 +08:00
test.go Implement Agent-Driven Input and Dry-Run Mode in Test Framework 2025-12-26 10:53:11 +08:00