{"id":31581485,"url":"https://github.com/ant1-dev/wealthagent","last_synced_at":"2026-05-05T19:32:35.190Z","repository":{"id":316937404,"uuid":"1065002229","full_name":"Ant1-dev/WealthAgent","owner":"Ant1-dev","description":"Learn and adapt with WealthAgent an agent powered financial learning platform!","archived":false,"fork":false,"pushed_at":"2025-09-30T00:52:33.000Z","size":3469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T07:26:48.756Z","etag":null,"topics":["agents","angular","flask","gemini","google-adk","google-cloud"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ant1-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T22:32:24.000Z","updated_at":"2025-09-30T00:57:23.000Z","dependencies_parsed_at":"2025-09-28T17:18:56.931Z","dependency_job_id":null,"html_url":"https://github.com/Ant1-dev/WealthAgent","commit_stats":null,"previous_names":["ant1-dev/pathfinder-ai","ant1-dev/agentwealth","ant1-dev/wealthagent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Ant1-dev/WealthAgent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ant1-dev%2FWealthAgent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ant1-dev%2FWealthAgent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ant1-dev%2FWealthAgent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ant1-dev%2FWealthAgent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ant1-dev","download_url":"https://codeload.github.com/Ant1-dev/WealthAgent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ant1-dev%2FWealthAgent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526223,"owners_count":26001327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","angular","flask","gemini","google-adk","google-cloud"],"created_at":"2025-10-05T21:58:55.681Z","updated_at":"2025-10-05T21:58:57.010Z","avatar_url":"https://github.com/Ant1-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Understanding Agents\n\nAI-powered financial literacy platform built with multi-agent architecture for Shell Hacks 2025.\n\n\u003cimg src=\"./frontend/public/landingPage.png\"\u003e\n\n## What It Does\n\nPersonalized financial education through four AI agents that assess knowledge, create learning paths, track progress, and deliver content. Users complete an assessment and receive a customized curriculum covering investment basics, risk management, portfolio building, retirement planning, and budgeting.\n\n## Architecture\n\n```\nFrontend (Angular) → Assessment Agent → Planning Agent → Progress Agent → Content Agent\n                              ↓\n                       SQLite Database\n```\n\n**Agent Ports:**\n- Assessment: 8000\n- Planning: 8001  \n- Progress: 8002\n- Content: 8003\n\n\u003cimg src=\"./frontend/public/agentActivity.png\"\u003e\n\n## Tech Stack\n\n**Frontend:** Angular 19, TypeScript, Auth0  \n**Backend:** Python 3.13, Google ADK, Gemini 2.0, Flask, SQLite\n\n## Setup\n\n### Backend\n```bash\ncd backend\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n\n# Add GOOGLE_API_KEY to .env\n# Add GOOGLE_GENAI_USE_VERTEXAI=FALSE\n\n# Set up CORS\npython3 cors_wrapper.py\n\n# Start agents (separate terminals)\n./run.sh\n\n# To terminate agents\n./stop.sh\n```\n\n### Frontend\n```bash\ncd frontend\nnpm install\n# Configure Auth0 in auth.config.ts\nng serve\n```\n\n\u003cimg src=\"./frontend/public/learningPage.png\"/\u003e\n\n## Usage\n\n1. Sign in with Auth0\n2. Complete financial literacy assessment\n3. Receive personalized learning path\n4. Progress through 6 modules with interactive content\n5. Track completion and earn certificates\n\n## Project Structure\n\n```\n├── frontend/src/app/\n│   ├── agent-dashboard/\n│   ├── learning-page/\n│   ├── assessment/\n│   └── agent.service.ts\n└── backend/\n    ├── assessment_agent/\n    ├── planning_agent/\n    ├── progress_agent/\n    ├── content_delivery_agent/\n    └── shared/db_service.py\n```\n\n## Key Features\n\n- Conversational assessment\n- Risk tolerance profiling\n- Adaptive learning paths\n- Real-time progress tracking\n- Interactive quizzes\n- Step-by-step lessons\n\n## Built With\n\nShellHacks 2025 - 36 hour hackathon\n\n\u003cimg src=\"./frontend/public/demoPhoto.jpg\" style=\"width: 100%; height: auto\"/\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant1-dev%2Fwealthagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fant1-dev%2Fwealthagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fant1-dev%2Fwealthagent/lists"}