Files
All-in-one-Financial-Analysis/.agent/manifest.json
T
whitesmoke-sketch e5b6500ff2 docs: Add AI agent documentation and navigation hub
- Create  directory for AI coding agents and new developers
- Add  as the main navigation hub and entrypoint
- Add project context files: , , , , ,
- Add development guidelines and architecture decisions: ,  (including 429 error handling and 10-year DCF logic)
2026-02-14 22:51:03 +09:00

19 lines
538 B
JSON

{
"project_name": "10-K Financial Analyzer Dashboard",
"version": "1.0.0",
"description": "A hybrid architecture application unifying qualitative LLM-driven insights and quantitative financial valuation.",
"author": "shawnkim1997",
"entrypoint": "app.py",
"components": [
"10-K Text Extraction & LLM Summarizer",
"10-Year 2-Stage DCF Valuation Model",
"Top-down Industry Comparables Analyzer"
],
"technologies": [
"Python",
"Streamlit",
"Gemini 2.0 Flash",
"yfinance",
"BeautifulSoup"
]
}