(self, test_config_file: str)
| 199 | return prompt, action |
| 200 | |
| 201 | def reset(self, test_config_file: str) -> None: |
| 202 | pass |
| 203 | |
| 204 | |
| 205 | def construct_agent(args: argparse.Namespace) -> Agent: |
nothing calls this directly
no outgoing calls
no test coverage detected