HealthConnect AI — Intelligent Healthcare Assistant Powered by Autonomous Agents
HealthConnect is a CLI-based, AI-driven healthcare assistant that helps users check symptoms, manage medications, and inquire about appointments. Built entirely on the Fetch.ai Agentverse ecosystem, it uses specialized autonomous agents to handle health-related queries and return intelligent, context-aware responses powered by the ASI-1 Mini language model.
What It Does
HealthConnect allows users to:
- Check symptoms and receive AI-generated medical advice
- Get medication reminders or clarify dosage instructions
- Book or manage appointments through natural language prompts
Each request is routed to the appropriate agent, which communicates with Fetch.ai’s ASI-1 Mini LLM to generate relevant and actionable replies.
Technology Stack
- Fetch.ai Agentverse — Autonomous agent deployment and mailbox-based communication
- ASI-1 Mini LLM — Fetch.ai’s inference agent that powers all intelligent responses
- Python with the uAgents SDK — Used to build all agents and the CLI
- Command-Line Interface (CLI) — A minimal, responsive user experience without a frontend framework
Architecture Overview
app.py– CLI agent that receives user input and routes queriessymptom_agent.py– Handles health-related symptomsmedication_agent.py– Manages medication-related interactionsappointment_agent.py– Helps with appointment scheduling- All routing agents forward structured prompts to ASI-1 Mini, then send the AI-generated response back to the CLI
Real-World Applications
HealthConnect can be integrated into:
- Telehealth workflows and clinical onboarding flows
- Virtual assistants and home healthcare bots
- Pharmacy reminder systems or healthcare Q&A bots
- Lightweight agents for triaging in clinics or insurance providers
Why It Matters
HealthConnect makes healthcare information more accessible by:
- Offering 24/7 conversational access to health support
- Reducing dependency on traditional web interfaces or staff intervention
- Making AI-driven healthcare insights available on any device with a terminal
Built For
Fetch.ai Hackathon 2025
Empowering developers to build intelligent, autonomous agents for real-world use cases.
Built With
- agentverse
- fetchai
- llm
- python
Log in or sign up for Devpost to join the conversation.