Skip to content

lribeirodsa/ai-agent-service

 
 

Repository files navigation

🧠 AI Agents Collection - Built with CrewAI

Welcome to the AI Agents Collection!
This repository contains a series of mini-projects showcasing practical AI agents built with CrewAI.

Each folder inside this repository is a self-contained agent project, with its own goal, logic, and flow — designed to demonstrate real-world applications of autonomous agents.


📂 Projects Overview

Agent Description
coinbase_agent Automates tasks related to Coinbase, such as retrieving cryptocurrency data or executing flows.
compliance_agent Focuses on regulatory and compliance analysis, helping businesses stay aligned with rules.
data_analysis_agent Assists with data exploration, generating insights from raw datasets autonomously.
pdf_knowledge_agent Extracts and searches information from PDF documents efficiently.
query_database_agent Automates database queries, fetching or analyzing data without manual SQL writing.
researcher_writer_agent Gathers information from multiple sources and generates well-structured written reports.
sales_pipeline_agent Assists in building and managing a sales pipeline by analyzing leads and opportunities.
travel_agency_agent Helps plan trips, book tickets, and offer travel recommendations based on user preferences.

📺 YouTube Walkthroughs

I have walkthrough videos for some of these projects! Check them out:


🚀 How to Run

Each agent is a separate project. To run any agent:

  1. Clone this repository:

    git clone https://github.com/caio-moliveira/REPO.git
    cd YOUR-REPO
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Run the agent:

    python main.py

Make sure you have your CrewAI keys and environment variables set up as needed for the project.


🛠 Technologies Used


📚 Inspiration

This project was built to showcase how powerful, modular, and practical CrewAI can be when applied to solve real-world problems.
Each agent is built with reusability, scalability, and simplicity in mind — allowing you to learn from or extend them for your own use.


⭐️ Contributions

Contributions are welcome!
Feel free to open Issues or PRs if you want to add improvements, fixes, or new agent ideas.


📬 Contact

If you have any questions, feel free to reach out via:

  • LinkedIn: Your LinkedIn
  • GitHub Issues
  • YouTube Comments (on the walkthrough videos)

About

AI Agent robot that is able to connect to your database and answers your questions about the data at the same time that generates the query for the answe!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%