This repository contains a collection of AI agents developed using Fetch.ai technology, including uAgent, Agentverse, and DeltaV. Each agent is designed to perform specific tasks such as finding job listings, providing details about hackathons and events, recommending professional profiles, and retrieving vehicle details including challan information.
- Job Finder Agent
- Hackathons and Events Agent
- Profile Recommendations Agent
- Vehicle Micro Agents with Challan Details
- Getting Started
- Contributing
- License
The Job Finder Agent assists users in finding job listings based on a provided job description. It utilizes the LinkedIn Data API to fetch relevant job details and provide them to the user.
- Search for jobs using keywords.
- Retrieve job details including title, company, location, and posting date.
The Hackathons and Events Agent helps users discover upcoming events, hackathons, and meetups based on provided event descriptions and locations.
- Search for events using keywords and location.
- Retrieve event details including name, date, community, and registration link.
The Profile Recommendations Agent provides recommendations for professional profiles based on a provided profile description. It uses the LinkedIn Data API to fetch and display profile details.
- Search for professional profiles using keywords.
- Retrieve profile details including name, title, location, and summary.
The Vehicle Micro Agents retrieve details about vehicles using their registration numbers. This includes comprehensive information such as owner details, vehicle specifications, and challan details.
- Fetch vehicle details using registration numbers.
- Retrieve owner information, vehicle specifications, insurance details, and challan information.
The uAgent Library, the library behind the agents:
uAgents
- python library for uagents src.
Build and deploy agents with Agentverse.ai; a hosting and agent management platform.
Agentverse↗️
- the platform for building production ready AI agents.
Chat with AI Agents using DeltaV; the gateway to the AI-Engine:
DeltaV↗️
- Enjoy a simple web interface to chat with AI agents as part of DeltaV
Essential reading:
Create an agent↗️
- A simple guide to get you moving quicklyWhat is AI Engine↗️
- Our AI multi-model system, utilising LLMs.What is Fetch.ai↗️
- Our tech stack and ecosystem.
- Python 3.8 or higher
uagents
libraryrequests
libraryrapid api
- Clone the repository:
git clone https://github.com/gautammanak1/Fetch.ai-agents.git cd Fetch.ai-agents
- Install the required Python packages:
pip install -r requirements.txt
- Running the Agents To run any of the agents, execute the following command:
python <agent_filename>.py
We welcome contributions to improve and expand the functionality of these agents. Please fork the repository, create a new branch, and submit a pull request with your changes.