Expand description
Output validation and generate-check-retry loop.
Validates LLM-generated code for structural correctness (expected names present, balanced delimiters, no leftover stubs) and retries on failure.
Enums§
- Implement
Error - Errors from the implementation pipeline.
Functions§
- implement_
with_ retry - Run the implement-check-retry loop.
- strip_
fences - Strip markdown code fences if the LLM wraps the output in them.
- validate_
output - Validate generated code for structural correctness.