Agentic AI ex-US equity evaluator (LangGraph+Gemini)
# Multi-Agent International Equity Analysis System
This repository is a multi-agent international equity research system. It can analyze single tickers, run broader screening pipelines, and optionally reconcile saved results against an Interactive Brokers portfolio through either a CLI workflow or a local Flask dashboard.
You need Python 3.12+, Poetry, and at least one working LLM API key. A Gemini key is the minimum practical setup; optional data-provider keys improve coverage and reliability.
[](https://www.python.org/downloads/)
[](https://opensource.org/licenses/MIT)
[](https://github.com/langchain-ai/langgraph)
## What This Repo Covers
- Multi-agent international equity analysis for individual tickers
- Structured markdown reports and charts
- Screening pipeline for broader exchange-wide discovery
- Optional IBKR portfolio reconciliation and watchlist handling
- Optional local Flask dashboard for portfolio and refresh monitoring
## Architecture
This is not a single prompt wrapped in a CLI. The runtime fans out work across specialist agents, applies deterministic validation before debate, then routes the surviving analysis into valuation, risk, and portfolio decision stages.
```mermaid
graph TB
Start(["User: Analyze TICKER"]) --> Dispatcher{"Parallel<br/>Dispatch"}
Dispatcher --> MarketAnalyst["Market Analyst<br/>(Technical)"]
Dispatcher --> SentimentAnalyst["Sentiment Analyst<br/>(Social)"]
Dispatcher --> NewsAnalyst["News Analyst<br/>(Events)"]
Dispatcher --> JuniorFund["Junior Fundamentals<br/>(API Data)"]
Dispatcher --> ForeignLang["Foreign Language<br/>(Native Sources)"]
Dispatcher --> LegalCounsel["Legal Counsel<br/>(Tax & Reg)"]
Dispatcher --> ValueTrap["Value Trap Detector<br/>(Governance)"]
Dispatcher -.-> AudiGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.