mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
docs(backend): add cross-cutting test location explanation to dry_run_loop_test.py
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
"""Prompt regression tests AND functional tests for the dry-run verification loop.
|
||||
|
||||
NOTE: This file lives in test/copilot/ rather than being colocated with a
|
||||
single source module because it is a cross-cutting test spanning multiple
|
||||
modules: prompting.py, service.py, agent_generation_guide.md, and run_agent.py.
|
||||
|
||||
These tests verify that the create -> dry-run -> fix iterative workflow is
|
||||
properly communicated through tool descriptions, the prompting supplement,
|
||||
and the agent building guide.
|
||||
|
||||
Reference in New Issue
Block a user