Awesome-ai-agents Alternatives

Similar projects and alternatives to awesome-ai-agents

  1. ollama

    Get up and running with Llama 3.3, Phi 4, Gemma 2, and other large language models.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. AutoGPT

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

  4. llama_index

    LlamaIndex is the leading framework for building LLM-powered agents over your data.

  5. haystack

    AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.

  6. semantic-kernel

    Integrate cutting-edge LLM technology quickly and easily into your apps

  7. Voyager

    An Open-Ended Embodied Agent with Large Language Models (by MineDojo)

  8. JARVIS

    JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf

  9. autogen

    A programming framework for agentic AI πŸ€– PyPi: autogen-agentchat Discord: https://aka.ms/autogen-discord Office Hour: https://aka.ms/autogen-officehour

  10. vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

  11. code-interpreter

    Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app

  12. EdgeChains

    EdgeChains.js is Full-Stack GenAI library. Front-end, backend, apis, prompt management, distributed computing. All core prompts & chains are managed declaratively in jsonnet (and not hidden in classes)

  13. llama-recipes

    16 awesome-ai-agents VS llama-recipes

    Scripts for fine-tuning Meta Llama with composable FSDP & PEFT methods to cover single/multi-node GPUs. Supports default & custom datasets for applications such as summarization and Q&A. Supporting a number of candid inference solutions such as HF TGI, VLLM for local or cloud deployment. Demo apps to showcase Meta Llama for WhatsApp & Messenger.

  14. babyagi-asi

    BabyAGI: an Autonomous and Self-Improving agent, or BASI

  15. e2b-cookbook

    Examples of using E2B

  16. autogluon

    Fast and Accurate ML in 3 Lines of Code

  17. Auto-GPT

    1 awesome-ai-agents VS Auto-GPT

    Discontinued An experimental open-source attempt to make GPT-4 fully autonomous. [Moved to: https://github.com/Significant-Gravitas/AutoGPT]

  18. AgentVerse

    πŸ€– AgentVerse πŸͺ is designed to facilitate the deployment of multiple LLM-based agents in various applications, which primarily provides two frameworks: task-solving and simulation

  19. ToRA

    ToRA is a series of Tool-integrated Reasoning LLM Agents designed to solve challenging mathematical reasoning problems by interacting with tools [ICLR'24].

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better awesome-ai-agents alternative or higher similarity.

awesome-ai-agents discussion

Log in or Post with

awesome-ai-agents reviews and mentions

Posts with mentions or reviews of awesome-ai-agents. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-04.
  • AIM Weekly for 04Nov2024
    29 projects | dev.to | 4 Nov 2024
    🌐 Composed Image Retrieval πŸ“Ž Intro to Multimodal LLama 3.2 πŸ› οΈ Multi Agent Concierge πŸ’» RAG with Langchain Granite, Milvus 🫢 Download content βœ… Transformer Replacement? πŸ€– vLLM for runing models 🌐 Amphion πŸ“ Autogluon πŸš™ Notebook LLama like Google's Notebook LLM 🫢 Monocle2ai for tracing GenAI app code LFA&D Project πŸ€– Bee Agent Framework βœ… LLama RFP Response ▢️ GenAI Script πŸ‘½ Simular AI Agent S 🦾 DrawDB with AI ✨ Ollama with LLama 3.2 Vision!!!! Preview πŸš• Powerful RAG Checker πŸ“Š SQL Generator πŸ’» Role of LLMs 🐍 Document Extraction πŸ•ΆοΈ Open Source Vector DB Reddit πŸ” The Practical Guide to Self Hosting LLM 🦾 Stagehand Controller πŸ•ΆοΈ Understanding HNSWLIB 🐍 Best practices in RAG πŸ’» Enigma Agent πŸ“ Langchain, Ollama, Phi3 for Function Calling πŸ”‹ Compass Judger πŸ“ Princeton NLP SimPO πŸ” Princeton NLP ProLong πŸ”‹ Princeton NLP HELMET 🧐 Ollama Cheatsheet πŸš• Princeton NLP CopyCat πŸ“Š Princeton NLP Shp πŸ•ΆοΈ Can LLM Solve Hard Github Issues πŸ“ Enabling Large Language Models to Generate Text with Citations πŸ”‹ Princeton NLP CharXiv πŸ“Š Awesome AI Agents List 🦾 Nomic’s Matryoshka text embedding model
  • Has Anthropic Claude just wiped out an entire industry?
    2 projects | dev.to | 27 Oct 2024
  • Open-source secure sandboxes for AI code execution
    4 projects | news.ycombinator.com | 7 May 2024
  • Llama 3 with Function Calling and Code Interpreter
    3 projects | dev.to | 25 Apr 2024
    # TODO: Get your Groq AI API key from https://console.groq.com/ GROQ_API_KEY = "" # TODO: Get your E2B API key from https://e2b.dev/docs E2B_API_KEY = "" # Or use 8b version # MODEL_NAME = "llama3-8b-8192" MODEL_NAME = "llama3-70b-8192" SYSTEM_PROMPT = """you are a python data scientist. you are given tasks to complete and you run python code to solve them. - the python code runs in jupyter notebook. - every time you call `execute_python` tool, the python code is executed in a separate cell. it's okay to multiple calls to `execute_python`. - display visualizations using matplotlib or any other visualization library directly in the notebook. don't worry about saving the visualizations to a file. - you have access to the internet and can make api requests. - you also have access to the filesystem and can read/write files. - you can install any pip package (if it exists) if you need to but the usual packages for data analysis are already preinstalled. - you can run any python code you want, everything is running in a secure sandbox environment""" tools = [ { "type": "function", "function": { "name": "execute_python", "description": "Execute python code in a Jupyter notebook cell and returns any result, stdout, stderr, display_data, and error.", "parameters": { "type": "object", "properties": { "code": { "type": "string", "description": "The python code to execute in a single cell.", } }, "required": ["code"], }, }, } ]
  • Show HN: Open-source SDK for creating custom code interpreters with any LLM
    5 projects | news.ycombinator.com | 19 Apr 2024
  • List of open-source AI assistants
    1 project | news.ycombinator.com | 7 Nov 2023
  • List of AI Agents
    1 project | news.ycombinator.com | 27 Oct 2023
  • Overview: AI Assembly Architectures
    17 projects | /r/AI_Agents | 4 Oct 2023
    github.com/awesome-ai-agents
  • List of Awesome AI Agents like AutoGPT and BabyAGI / Many open-source Agents with code included!
    6 projects | /r/singularity | 12 Aug 2023
    Github: https://github.com/e2b-dev/awesome-ai-agents and https://github.com/EmbraceAGI/Awesome-AGI
  • Show HN: A list of open-source AI agents
    1 project | news.ycombinator.com | 24 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic awesome-ai-agents repo stats
18
12,890
8.0
9 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com