Agentcontrolplane banner
humanlayer humanlayer

Agentcontrolplane

Development community

Description

ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control. It is designed for outer-loop agents that run without supervision, and make asynchronous tool calls like requesting human feedback on key operations. Full MCP support.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent Control Plane (ACP)

ACP (Agent Control Plane) is a cloud-native orchestrator for AI Agents built on Kubernetes. It supports [long-lived outer-loop agents](https://theouterloop.substack.com/p/openais-realtime-api-is-a-step-towards) that can process asynchronous execution of both LLM inference and long-running tool calls. It's designed for simplicity and gives strong durability and reliability guarantees. It embraces concepts from [12-factor-agents](https://hlyr.dev/12fa) for agents that make asynchronous tool calls like contacting humans or delegating work to other agents.

:warning: **Note** - ACP is in alpha.

[Discord](https://humanlayer.dev/discord) | [Documentation](./docs) | [Examples](./acp-example)

[![GitHub Repo stars](https://img.shields.io/github/stars/humanlayer/agentcontrolplane)](https://github.com/humanlayer/agentcontrolplane) [![License: Apache-2](https://img.shields.io/badge/License-Apache-green.svg)](https://opensource.org/licenses/Apache-2)

Table of Contents

Architecture

Screenshot 2025-04-10 at 9 00 58 AM