Agent Interactions README
How to use agent APIs programmatically from this dashboard backend.
- Discover contract: call
GET /api/agent/specs for endpoint and strategy metadata.
- Get suggestion: call
POST /api/agent/suggest with payload {"symbol": "RELIANCE.NS"}.
- Use market context: combine
/api/market/overview, /api/market/history/{symbol}, and /api/market/depth/{symbol}.
- Execution loop: map agent output to your own executor or environment runner (no UI-side trade execution required).