Learning Path
Use this path when reviewing the project from scratch.
1. Start With The Problem
Read the home page and Sprint 1. The key idea is that financial research is not a single-source question-answering task. Analysts need company filings, macro context, structured financial data, internal policy guidance, and traceable evidence.
2. Understand The Data Layers
Read these concepts:
3. Understand The Agent Layer
Read LangGraph Orchestrator, then read Chat Request Lifecycle. These pages explain how one user question turns into a security check, route decision, agent execution, trace, and final response.
4. Understand Reliability
Read:
5. Prepare The Interview Narrative
Read Sprint 10 and the repository docs:
docs/architecture-pack.mddocs/risk-register.mddocs/cost-estimate.mddocs/demo-script.mddocs/interview-talking-points.md
6. Read Code While Learning
Use the Source Map after each concept page. The source map links directly to GitHub line ranges for the implementation areas discussed in the site.
Recommended pattern:
- Read the concept page
- Open the linked source lines
- Run the related API command from the example
- Answer the exercise prompts
- Practice the interview drill out loud