Skip to content

garroshub/smart_money_planner_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Money Planner Agent

License: MIT Live Demo GitHub Repo stars Discussions

Enterprise-level agentic framework for multi-account financial planning and strategy orchestration.

Business Scenario

Financial teams and advisors often need to assess clients across multiple account types (cash, debt, investments) and produce consistent plans. Manual workflows make it difficult to build a clear, unified client profile when data is spread across many accounts.

This project addresses that gap by producing a structured planning workflow with auditable calculations, strategy comparison, and executive-style recommendations.

Core Value

  • Unified client snapshot across account categories
  • Deterministic planning engine for reproducible outputs
  • Side-by-side strategy comparison with assumptions and risk notes
  • Executive-ready output: KPIs, charts, recommendation, narrative

Modes

  • rules: deterministic parsing and deterministic planning
  • agent: Gemini-powered intent parsing and report generation, with deterministic planning logic

Demo and Local Run

GitHub Pages (static)

Rules mode runs in-browser. Agent mode uses curated presets.

python -m http.server --directory docs 8000

Open: http://localhost:8000

Streamlit (local)

python -m pip install -r requirements.txt
python -m streamlit run app/streamlit_app.py

Use .env to configure Gemini:

GEMINI_API_KEY=YOUR_GEMINI_API_KEY_HERE
GEMINI_MODEL=gemini-3-flash-preview

Star History

Star History Chart

License

MIT License.

About

Enterprise-level agentic framework for multi-account financial planning and strategy orchestration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages