Spaces:
Sleeping
Sleeping
File size: 601 Bytes
f2d8451 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
{
"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"
}
]
} |