putnam-market-scan-agent-bfeb
Produce a market scan, scored analogs, challenge review, and consulting-style deliverable for a research brief.
Save and test the current draft here. Publishing marks the test-ready version live.
Configure shared agent inputs and the ordered execution steps.
[
{
"name": "researchQuestion",
"description": "research_question",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "researchObjective",
"description": "objective",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "researchTargetTopic",
"description": "target_topic",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "researchGeography",
"description": "geographies",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "researchExtraNotes",
"description": "extra_notes",
"required": true,
"schema": {
"type": "string"
}
}
]Derived from the first sub-agent in the execution order.
[
{
"name": "finalDeliverable",
"description": "FinalDeliverable",
"required": true,
"schema": {
"type": "object",
"properties": {},
"additionalProperties": true
}
}
]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": {
"finalDeliverable": {
"type": "object",
"properties": {},
"additionalProperties": true
}
},
"required": [
"finalDeliverable"
],
"additionalProperties": false
}No test result has been run yet.