Chore: Removed some stubbed out legacy code that has since been replaced

This commit is contained in:
2025-12-19 18:07:30 -05:00
parent cc7be09678
commit 01475b1e5b
26 changed files with 488 additions and 8939 deletions
+11
View File
@@ -0,0 +1,11 @@
Feature: AutoDebug graph JSON parsing
As a developer
I want AutoDebugAgent to parse structured LLM responses
So that fixes and validation results are captured correctly
Scenario: AutoDebugAgent parses JSON outputs from provided LLM
Given a custom auto debug LLM yields JSON responses
When I run the auto debug agent graph with sample state
Then the provided LLM instance should be used
And the fix JSON should populate the current fix
And the validation JSON should mark the fix as valid