whatisgithub

What is avernet?

inclusionai/avernet — explained in plain English

Analysis updated 2026-05-18

231PythonAudience · developerComplexity · 4/5LicenseSetup · moderate

In one sentence

Open infrastructure that lets many AI agents and humans work together as one coordinated organization instead of separately.

Mindmap

mindmap
  root((Avernet))
    What it does
      Agent coordination
      Shared memory
      Identity and permissions
      Execution infrastructure
    Tech stack
      Python
      Docker
      SQLite
    Use cases
      Multi agent teams
      Bot platforms
      Organizational workflows
    Audience
      AI developers
      Platform teams
      Researchers
    Setup
      Local install script
      Manual setup
      Docker build

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Coordinate a team of AI agents so they can find each other and work on shared tasks.

USE CASE 2

Give agents persistent identity, permissions, and an audit trail across a system.

USE CASE 3

Connect existing bot platforms into one shared collaboration network.

USE CASE 4

Build agent apps and workflows on top of a shared coordination layer.

What is it built with?

PythonDockerSQLite

How does it compare?

inclusionai/avernetcybersunil/llmvaulthellogithub-team/hydra
Stars231231231
LanguagePythonPythonPython
Setup difficultymoderateeasymoderate
Complexity4/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Basic features need no paid model key, but the Docker path builds the image from source so the first run can take a while.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the Apache 2.0 license.

So what is it?

Avernet is an open source platform built to help many AI agents work together inside an organization, instead of each one operating alone. Think of it as shared infrastructure that lets agents and people connect, coordinate tasks, run their work, and improve over time, all inside one system. It is currently used inside Ant Group, where it reportedly supports over 10,000 agents and bots as of early July 2026. The project starts from a simple observation: as more agents and people join a workflow, four problems tend to show up. Existing capabilities become hard to find, apparent agreement can hide real disagreement, work slows down because a human has to relay information between systems, and knowledge learned along the way does not stick around as something the organization can reuse. Avernet is built to address these four problems directly. To do that, it offers several pieces working together: an identity and permissions layer that handles who can do what and keeps an audit trail, support for running many different kinds of agent engines, containers, and services, a coordination layer where agents can find each other, form teams, and follow shared rules, and a memory and evaluation layer that lets the system keep context and get better over time. On top of these, developers can build agent apps, workflows, and other tools. Getting started involves cloning the repository and choosing one of three setup paths: an automated local install script, a manual setup for people who already have the required tools installed, or a Docker based build that runs everything in containers. None of the paths require a paid AI model key to try the basic features, though connecting a real language model lets the demo bots respond for real. The project is licensed under Apache 2.0 and is still early, described by its authors as community version 0.1, with more of its internal components planned for future release. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Help me set up Avernet locally using the singlebox.sh install script and explain what each step does.
Prompt 2
Walk me through connecting my own OpenClaw agent to Avernet using the plugin integration path.
Prompt 3
Explain how Avernet's identity and permissions layer would apply to a team of five coordinating agents.
Prompt 4
Help me configure .env.local for Avernet so I can connect a real language model instead of the demo bots.
Prompt 5
Compare Avernet's Docker source build path to its manual setup path and tell me which fits my current toolchain.

Frequently asked questions

What is avernet?

Open infrastructure that lets many AI agents and humans work together as one coordinated organization instead of separately.

What language is avernet written in?

Mainly Python. The stack also includes Python, Docker, SQLite.

What license does avernet use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the Apache 2.0 license.

How hard is avernet to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is avernet for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.