multi-step-agent-ca89
Our first multi-step agent
Save and test the current draft here. Publishing marks the test-ready version live.
Configure shared agent inputs and the ordered execution steps.
[
{
"name": "meetingNotes",
"description": "Raw meeting notes to be analyzed.",
"required": false,
"schema": {
"type": "string"
}
}
]Derived from the first sub-agent in the execution order.
[
{
"name": "email",
"description": "A concise professional follow-up email based on the structured meeting summary.",
"required": false,
"schema": {
"type": "string"
}
}
]Derived from the final sub-agent in the execution order.
Configure governance, evaluation criteria, and release gate references.
No evaluation criteria configured.
Promotion gates will be configured in a future production promotion release.
No promotion gates configured.
Run the selected draft with an ad-hoc payload or a saved test case.
{
"type": "object",
"properties": {
"email": {
"type": "string"
}
},
"additionalProperties": false
}No test result has been run yet.