Skip to content
@ai-agent-assembly

AI agent assembly

Governance-native runtime, SDKs, and control planes for managing AI agent fleets.

AI Agent Assembly

Core CI License: Apache 2.0 Core release Discussions

AI Agent Assembly is an open-source governance platform for AI agents. It enforces policy, tracks budget, and audits every action your agents take across three independent interception layers — in-process SDKs, a sidecar proxy, and eBPF kernel hooks — so you can ship multi-agent fleets without losing control of what they do.

Developer Start Here

Repository Status

Repo Purpose Version Base branch health Activity
agent-assembly Core Rust monorepo: gateway, policy engine, CLI, API, dashboard GitHub tag crates.io CI issues PRs last commit
python-sdk Python SDK (PyO3 native + pure-Python client) GitHub tag PyPI CI issues PRs last commit
node-sdk TypeScript SDK (napi-rs native + JS client) GitHub tag npm Tests issues PRs last commit
go-sdk Go SDK GitHub tag Go Reference Go test issues PRs last commit
.github Organization profile, templates, support, and community files tag last commit issues PRs
homebrew-agent-assembly Homebrew tap for aasm tag last commit issues PRs
agent-assembly-docs Public documentation site tag Deploy issues PRs last commit
agent-assembly-spec Shared specifications and protocol contracts tag last commit issues PRs

Install channels

Homebrew (macOS, Linux)

brew install agent-assembly/tap/aasm

Python — pip, uv, or poetry

# pip
pip install agent-assembly-python

# uv
uv add agent-assembly-python

# poetry
poetry add agent-assembly-python

Node.js — pnpm (recommended), npm, or yarn

# pnpm (recommended)
pnpm add @agent-assembly/sdk

# npm
npm install @agent-assembly/sdk

# yarn
yarn add @agent-assembly/sdk

Docker

docker pull ghcr.io/agent-assembly/python:latest

curl one-line installer

curl -fsSL https://get.agentassembly.dev | sh

Release and Homebrew Notes

  • agent-assembly is currently in a pre-stable alpha channel.
  • Homebrew tap has Formula/aasm.rb with version "0.0.1", but checksum placeholders are still all zero, so this should be treated as pre-stable/bootstrap state until real release artifacts and checksums are published.

Full Production Highlights

Core differentiation

  1. Lowest-intrusion integration: one-line init across major agent frameworks.
  2. Three-layer interception: semantic to protocol to kernel, with selectable depth.
  3. Secret Injection: real credentials never appear in LLM context windows.
  4. Tool Execution Sandbox: isolated execution to reduce security risk.
  5. Human-in-the-loop Gate: high-risk actions require human review.

Enterprise governance

  1. Agent Identity and Zero-trust A2A
  2. Cost and Token Budget Governance
  3. Org / Team / Agent hierarchy management
  4. Audit Trail and Compliance Export

Deployment flexibility

  1. Local Dev Mode (zero-config, OSS)
  2. Self-hosted Control Plane (enterprise on-prem)
  3. SaaS Cloud

Prioritize these three above the fold: lowest-intrusion integration, Secret Injection, and Human-in-the-loop Gate.

Popular repositories Loading

  1. agent-assembly agent-assembly Public

    Governance-native runtime for AI agents: policy, audit, budget controls, sidecar, SDK hooks, and eBPF.

    Rust 1

  2. go-sdk go-sdk Public

    Go SDK for wiring agents into Agent Assembly governance with minimal runtime friction.

    Go 1

  3. node-sdk node-sdk Public

    TypeScript/Node.js SDK for adding Agent Assembly governance to agent apps and tool calls.

    TypeScript

  4. agent-assembly-spec agent-assembly-spec Public

    Protocol, API, and schema contracts shared across Agent Assembly runtime, SDKs, and cloud.

  5. python-sdk python-sdk Public

    Python SDK for adding Agent Assembly governance to agents with one-line initialization.

    Python

  6. agent-assembly-examples agent-assembly-examples Public

    Runnable examples for integrating Agent Assembly with real AI agent frameworks, SDKs, policy enforcement, approvals, audit, trace, and runtime workflows.

Repositories

Showing 10 of 10 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…