- Add your API keys in Settings
- Install dependencies:
cd backend pip install -r requirements.txt - Run the backend:
uvicorn main:app --reload - Open
frontend/index.htmlin your browser
- Market Analyst Agent → ReAct pattern
- Research Agent → Tool Use pattern
- Critic Agent → Reflection pattern
- Orchestrator → Dispatches all agents, synthesizes final report
Replace the API_URL in frontend/index.html to your n8n Webhook URL.