Skip to content

A collection of awesome web2 and web3 AI agents and workflows using OpenAI compatible LLMs.

License

Notifications You must be signed in to change notification settings

jondoescoding/awesome-ai-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Twitter

🌟 Awesome AI Agents & Workflows

This repository features AI agents and workflows that use large language models (LLMs) to automate everyday busy people tasks.

🛠 Agents vs Workflows

Workflows are systems where LLMs and tools are orchestrated through predefined code paths.

Agents, on the other hand, are systems where LLMs dynamically direct their own processes and tool usage, maintaining control over how they accomplish tasks.

🤔 Why Awesome AI Agents & Workflows?

  • ⚙ Discover practical and creative ways that AI can be applied across different domains, from your inbox to creating unique content.
  • 🥽 Dive into apps that combine LLMs from OpenAI, OpenRouter, Groq, and open-source alternatives.
  • 🎓 Learn from well-documented projects and contribute to the growing open-source ecosystem of LLM-powered agents and workflows.

🚀 Getting Started

  1. Clone the repository

    git clone https://github.com/jondoescoding/awesome-ai-agents.git
  2. Navigate to the desired project directory

    cd awesome-ai-agents/ai_agents/aave_agents
  3. Install the required dependencies

    pip install -r requirements.txt
  4. Follow the project-specific instructions in each project's README.md file to set up and run the app.

🤝 Contributing to Open Source

If you have any new apps to add/improvements/ideas, please create a new submit a pull request.

Issues? Submit them here: GitHub Issue

Make sure to follow the existing project structure and include a detailed README.md for each new app.