Chio Library · v0.1

Library.

Every primitive of the agent economy. 110 assets across six families: plugins for the surfaces your agents touch, extensions for the kernel itself, guards and policies for what they're allowed to do, integrations for evidence and settlement, and contracts for the protocol surface beneath it all.

Plugins · 28 entries

Plugins. Drop-in adapters that connect chio to specific agents, IDEs, frameworks, and runtimes.

Drop-in adapters that connect chio to specific agents, IDEs, frameworks, and runtimes.

28 entriessorted by relevance
Agentsnew

Claude Code

@chio-protocol/claude-code

Mediate every tool call from Claude Code. Guards, budgets, and signed receipts without code changes.

guards11/18
Agents

OpenCode

@chio-protocol/opencode

From blank repo to bonded agent inside OpenCode. Every git write is receipted.

guards11/18
Chatbeta

OpenClaw

@chio-protocol/openclaw

Ship signed agents straight from your group chat. Slack, Discord, Telegram. Bonded and budgeted.

guards11/18
Agents

Codex CLI

@chio-protocol/codex

One Codex command. One new citizen of the agent economy.

guards11/18
IDE

Cursor

@chio-protocol/cursor

Native Cursor extension that bonds Composer, the Agent tab, and inline AI to a policy you own.

guards11/18
Protocols

MCP Server

chio-mcp-adapter

Wrap any MCP server with chio mediation. Zero-code integration over stdio JSON-RPC.

guards11/18
Protocols

A2A Bridge

chio-a2a-edge

Agent-to-Agent protocol with signed capability exchange and receipt settlement.

guards11/18
Protocols

ACP Edge

chio-acp-edge

Adapter for the Agent Communication Protocol. Mediated bidirectional sessions over the chio kernel.

guards11/18
Protocols

OpenAI Tools

chio-openai-adapter

Drop-in mediation for OpenAI function/tool calling. Same SDK shape, full chio enforcement.

guards11/18
Frameworks

LangGraph

chio-langgraph

Mediate every node and edge. Lifecycle-scoped capabilities for stateful graphs.

guards11/18
Frameworkssoon

LangChain

chio-langchain

Drop-in Runnable that mediates every tool. Compatible with AgentExecutor and LCEL.

guards11/18
Frameworkssoon

LlamaIndex

chio-llamaindex

Tool-call middleware for LlamaIndex agents. Receipts on every retrieval and write.

guards11/18
Frameworkssoon

CrewAI

chio-crewai

Per-crew, per-role capabilities. Settlement across agents via the shared receipt log.

guards11/18
Frameworkssoon

AutoGen

chio-autogen

Group-chat agents under a single chio policy. Per-participant capability scopes.

guards11/18
Frameworkssoon

Vercel AI

chio-vercel-ai

Streaming tool calls with mediation middleware. Works with React Server Components.

guards11/18
Web / API

FastAPI

chio-fastapi

Decorators for agent-aware endpoints. Capability extraction from headers or JWT.

guards7/18
Web / API

Express

chio-express

Middleware that turns agent requests into receipt-bearing transactions.

guards7/18
Web / API

Axum

chio-axum

Tower layer for native Rust mediation. Zero allocation on the fast path.

guards7/18
Web / APIsoon

Django

chio-django

Middleware + DRF integration for governing agent traffic in Django apps.

guards7/18
Web / APIsoon

Spring Boot

io.chio:spring-boot

Filter chain for JVM apps. Capability extraction from Spring Security principals.

guards7/18
Orchestration

Temporal

chio-temporal

Activity-level mediation. Deterministic receipts survive replay.

guards11/18
Orchestration

Prefect

chio-prefect

Task-level mediation for Prefect 3 flows. Per-flow, per-task capability scopes.

guards11/18
Orchestrationsoon

Airflow

chio-airflow

Operator wrapper for Airflow DAGs. Receipts on every task run.

guards11/18
Streams

Kafka

chio-kafka

Transactional consumer governance with DLQ receipts and atomic offset-plus-receipt commits.

guards11/18
Runtime

Envoy ext_authz

chio-envoy-ext-authz

Native filter for L7 mediation. One adapter covers Istio, Consul Connect, AWS App Mesh, and standalone Envoy.

guards11/18
Runtime

AWS Lambda

chio-lambda

Layer + wrapper for cold-start-safe mediation. Receipts to CloudWatch Logs.

guards11/18
Runtimesoon

Kubernetes

chio-operator

CRDs for policies and capabilities. Sidecar injection and admission control.

guards11/18
Runtimebeta

Browser Kernel

chio-kernel-browser

WebAssembly build of the kernel for in-browser tool mediation. Same guards, same receipts.

guards7/18
Contribute

Author your own.
Plugins, guards, policies, contracts.

Every chio asset is open-spec. Author plugins in any of our four SDKs, write guards as portable WASM, and publish policies as YAML manifests. The library accepts community submissions reviewed for safety and signed before listing.

scaffold a guard$ chio init guard --wasm
scaffold a policy$ chio init policy my-policy
publish (signed)$ chio publish --sign
Read the contributor guide