FinWell is a decentralized AI copilot that empowers users to manage their stock portfolio, crypto assets, and health insurance decisions—all through a conversational agent network built using uAgents, ChatProtocol, and ASI1 Mini LLM.
Whether you’re planning investments or understanding insurance eligibility based on your symptoms, FinWell brings it all together—intelligently.
| Domain | Agent File(s) | Purpose |
|---|---|---|
| Stocks & Equity | analyst_agent.py, news_agent.py |
Stock research & news sentiment analysis |
| Crypto & Wallets | solana_wallet_agent, token-sentiment-tracker |
Solana balance + Crypto market outlook |
| Health & Insurance | collector_agent.py, analyser_agent.py, insurance_agent.py, asi1_wrapper_agent.py |
Symptom analysis & plan recommendation |
| Central Routing | main_cli_agent.py, advisor_agent.py |
Routes user queries to relevant agents |
FinWell/
│
├── advisor/
│ └── advisor_agent.py
├── cli/
│ └── main_cli_agent.py
├── crypto/
│ ├── solana_wallet_agent/
│ └── token-sentiment-tracker/
├── health/
│ ├── collector_agent.py
│ ├── analyser_agent.py
│ ├── insurance_agent.py
│ ├── asi1_wrapper_agent.py
│ └── main.py
├── shared/
│ └── chat_model.py
├── stocks/
│ ├── analyst_agent.py
│ └── news_agent.py
└── README.md
The following FinWell agents are publicly accessible on AgentVerse for decentralized communication:
| Agent Name | Role Description | AgentVerse Profile |
|---|---|---|
stock_analyst_agent |
Performs deep equity research and ratio-based valuation analysis | View Profile |
news_summariser |
Fetches and summarizes sentiment from the latest stock news articles | View Profile |
solana_wallet_agent |
Fetches real-time wallet balance and transaction data from Solana | View Profile |
solana_token_sentiment_agent |
Tracks market sentiment and token-level insights for Solana assets | View Profile |
collector_agent |
Collects user symptoms for medical triage | View Profile |
analyser_agent |
Evaluates symptoms and prepares health analysis memos | View Profile |
asi1_wrapper_agent |
Interfaces with ASI1 Mini LLM to provide smart coordination and query resolution | View Profile |
insurance_agent |
Recommends personalized insurance plans based on user profile and analysis | View Profile |
git clone https://github.com/Kavinesh11/FinWell.git
cd FinWellPlace .env files in relevant directories, including:
ASI_LLM_KEYfor ASI1 wrapperASI_KEYfor analyst/news agents
pip install -r requirements.txt(Each agent may have its own requirements.txt; consolidate as needed)
python cli/main_cli_agent.pypython health/main.py
python health/collector_agent.py
python health/analyser_agent.py
python health/insurance_agent.py
python health/asi1_wrapper_agent.pypython stocks/analyst_agent.py
python stocks/news_agent.pypython crypto/solana_wallet_agent/agent.py
python crypto/token-sentiment-tracker/agent.pyYou can register agents (e.g., Solana or Token Tracker) to AgentVerse for public communication.
"FinWell is a decentralized personal finance & wellness agent network that helps users manage stock investments, crypto portfolios, and health coverage through intelligent, autonomous agents. Powered by Fetch.ai’s uAgents framework, ChatProtocol, and ASI1 Mini LLM, it delivers conversational access to expert insights across domains—making your financial and wellness decisions smarter, faster, and fully connected."
Let FinWell guide your financial and wellness journey.
