EdgeChains VS awesome-ai-agents

Compare EdgeChains vs awesome-ai-agents and see what are their differences.

EdgeChains

EdgeChains.js Typescript/Javascript production-friendly Generative AI. Based on Jsonnet. Works anywhere that Webassembly does. Prompts live declaratively & "outside code in config". Kubernetes & edge friendly. Compatible with OpenAI GPT, Gemini, Llama2, Anthropic, Mistral and others (by arakoodev)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
EdgeChains awesome-ai-agents
12 16
289 6,757
4.8% 17.6%
9.4 9.3
4 days ago 10 days ago
JavaScript
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

EdgeChains

Posts with mentions or reviews of EdgeChains. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-15.

awesome-ai-agents

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-05-07.
  • 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
    Hey everyone! I'm the CEO of the company that built this SDK.

    We're a company called E2B [0]. We're building and open-source [1] secure environments for running untrusted AI-generated code and AI agents. We call these environments sandboxes and they are built on top of micro VM called Firecracker [2].

    You can think of us as giving small cloud computers to LLMs.

    We recently created a dedicated SDK for building custom code interpreters in Python or JS/TS. We saw this need after a lot of our users have been adding code execution capabilities to their AI apps with our core SDK [3]. These use cases were often centered around AI data analysis so code interpreter-like behavior made sense

    The way our code interpret SDK works is by spawning an E2B sandbox with Jupyter Server. We then communicate with this Jupyter server through Jupyter Kernel messaging protocol [4].

    We don't do any wrapping around LLM, any prompting, or any agent-like framework. We leave all of that on users. We're really just a boring code execution layer that sats at the bottom that we're building specifically for the future software that will be building another software. We work with any LLM. Here's how we added code interpreter to the new Llama-3 models [5].

    Our long-term plan is to build an automated AWS for AI apps and agents.

    Happy to answer any questions and hear feedback!

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev

    [2] https://github.com/firecracker-microvm/firecracker

    [3] https://e2b.dev/docs

    [4] https://jupyter-client.readthedocs.io/en/latest/messaging.ht...

    [5] https://github.com/e2b-dev/e2b-cookbook/blob/main/examples/l...

  • 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
  • We're building a list of open-source AI agents. How has been your experience with them?
    1 project | /r/coding | 24 Jun 2023
  • We made a comprehensive list of popular AI agents out there
    1 project | /r/aipromptprogramming | 23 Jun 2023

What are some alternatives?

When comparing EdgeChains and awesome-ai-agents you can also consider the following projects:

autogen - A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap

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

langchain - ⚡ Building applications with LLMs through composability ⚡ [Moved to: https://github.com/langchain-ai/langchain]

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

txtai - 💡 All-in-one open-source embeddings database for semantic search, LLM orchestration and language model workflows

bondai

langchain - 🦜🔗 Build context-aware reasoning applications

malmo - Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:

dspy - DSPy: The framework for programming—not prompting—foundation models

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