This repository features AI agents and workflows that use large language models (LLMs) to automate everyday busy people tasks.
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.
- ⚙ 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.
-
Clone the repository
git clone https://github.com/jondoescoding/awesome-ai-agents.git
-
Navigate to the desired project directory
cd awesome-ai-agents/ai_agents/aave_agents
-
Install the required dependencies
pip install -r requirements.txt
-
Follow the project-specific instructions in each project's
README.md
file to set up and run the app.
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.