A personal research project exploring how multi-agent AI architectures can be applied to Indian equity markets — combining real-time market data, fundamental analysis, technical signals, and risk modelling into a coordinated intelligence layer.
Built with Claude Code as the agentic backbone, Google Colab as the compute environment, and XTS APIs for live market connectivity. This is an exploration of applied AI engineering — not financial advice.
A four-layer pipeline: live market data ingestion → specialised AI agents → orchestration → decision output. Each agent operates independently and reports to a central orchestrator.
Each agent has a narrow focus and a well-defined context window. They communicate through structured outputs to a central orchestrator that synthesises a final recommendation.
Technology choices driven by accessibility, cost, and production-readiness — designed to be portable from a Colab notebook to a cloud deployment.
24 years of quality engineering applied to AI system design — the same discipline, a new domain.