Multi-agent trading analysis with debate-style decision making, adapted from TradingAgents
Edit arena configuration (JSON). Changes write to YAML file — restart to apply.
Data sources bound to this arena. Agents access these via ReAct tool calls.
| Source Name | Adapter | Module | Parameters | Used By |
|---|---|---|---|---|
| investing_analysis | fomo2_analysis | fomo2 | — | fundamentals_analyst |
| strategy_analysis | fomo2_analysis | fomo2 | — | market_analyst |
| news_digest | fomo2_analysis | fomo2 | — | news_analyst |
| news_items | fomo2_items | fomo2 | — | sentiment_analyst, news_analyst |
| social_sentiment | fomo2_stream | fomo2 | — | sentiment_analyst |
| knowledge_base | fomo2_knowledge | fomo2 | — | sentiment_analyst, news_analyst, fundamentals_analyst |
| nlp_enrichment | fomo2_enrichment | fomo2 | — | sentiment_analyst |
| market_bars | questdb | trtools2 | — | market_analyst |
| market_quotes | questdb | trtools2 | — | market_analyst |
| fundamentals_data | questdb | trtools2 | — | fundamentals_analyst |
| indicators | technical | trtools2 | — | market_analyst |
| live_bars | trtools2_live | trtools2 | — | market_analyst |
| strategy_signals | trtools2_signals | trtools2 | — | market_analyst |
| web_search | web_search | web | — | news_analyst, fundamentals_analyst |
| insider_transactions | sec_filings | web | — | news_analyst, fundamentals_analyst |