get_stock_debate
Conducts a 3-round AI debate on a stock symbol, where agents read each other's arguments and may revise verdicts. Returns final consensus and influence graph.
Instructions
3-round sequential debate: AI agents read each other's arguments and rebut.
Unlike get_stock_brief (parallel analysis), this runs a live debate: Round 1 - Each agent analyses independently Round 2 - Each agent reads all other Round 1 verdicts and can change mind Round 3 - Final lock-in with closing statement
Watch for "minds_changed" - when agents flip verdict mid-debate, it signals a complex setup worth closer attention.
Also returns "debate_edges" - who influenced whom - consumable by the AgentBattle canvas visualisation.
Args: symbol: NSE stock symbol (e.g. RELIANCE, TCS, HDFCBANK)
Returns JSON with: - rounds: {round1, round2, round3} - full transcript - debate_edges: [{from, to, type, text}] - influence graph - minds_changed: how many agents revised their verdict - final_consensus: {signal, strength, votes, note}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |