Welcome to Fetch Agents – a collection of AI-driven autonomous agents built using the uAgents Framework by Fetch.AI! 🌍 These agents are designed to interact, learn, and automate processes seamlessly.
This repository contains three smart AI agents, each serving a unique purpose:
| 🤖 Agent Name | 🌟 Description | 🔗 Project Link |
|---|---|---|
| 📚 Smart Tutor | An AI tutor agent that provides educational assistance to students in various subjects. | Smart Tutor |
| 🏥 Doctor Appointment | A medical assistant agent that helps patients book appointments with specialized doctors. | Doctor Appointment |
| 🌙 Dream Interpreter | A dream analysis agent that interprets users' dreams. | Dream Interpreter |
- Clone the Repository ⬇️
git clone https://github.com/Fatumayattani/fetch_agents.git cd fetch_agents - Install Dependencies using Poetry 🎭
poetry install
- Activate the Virtual Environment 🚀
poetry shell
- Run an Agent ⚡
python tutor.py # Example: Running Tutor Agent
We 💖 open-source! Anyone is free to contribute to this repository. Whether it's fixing bugs, adding new features, or enhancing existing agents, your help is always appreciated.
- Fork this repo 🍴
- Create a new branch (
git checkout -b feature-branch) 🌱 - Make your changes & commit (
git commit -m "Awesome new feature") 🎨 - Push to your fork (
git push origin feature-branch) 🚀 - Submit a Pull Request 🤝
🔥 Adding more AI-powered agents 🤖
⚡ Improving agent-to-agent communication 📡
📈 Expanding real-world use cases 🌍
💼 Twitter/X: @fatumayattani
✉️ Email: fyattani@gmail.com
🚀 Let's build the future of AI-powered agents together!