Spaces:
Sleeping
Sleeping
| { | |
| "start": "BigAGIResolutionAgent", | |
| "steps": [ | |
| { | |
| "name": "Initialize IssueMemory", | |
| "component": "IssueMemory" | |
| }, | |
| { | |
| "name": "User Input", | |
| "component": "BigAGIResolutionAgent" | |
| }, | |
| { | |
| "name": "Process Input", | |
| "component": "BigAGIResolutionAgent", | |
| "condition": { | |
| "Issue": "IssueResolutionChain", | |
| "Feature": "FeatureImplementationChain" | |
| } | |
| }, | |
| { | |
| "name": "Update IssueMemory", | |
| "component": "IssueMemory" | |
| }, | |
| { | |
| "name": "Present Output", | |
| "component": "BigAGIResolutionAgent" | |
| } | |
| ] | |
| } |