Home/AI Agents/agent-control
agent-control logo

agent-control

Enrichment pending
agentcontrol/agent-control

Centralized agent control plane for governing runtime agent behavior at scale. Configurable, extensible, and production-ready.

GraphCanon updated today · GitHub synced today

275 stars43 forksLast push 1d Python Apache-2.0

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (1d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No lockfile
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install agent-control
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Centralized agent control plane for governing runtime agent behavior at scale. Configurable, extensible, and production-ready.

Capability facts

Deploy
Self-host

Source: dockerfile:docker-compose.yml · Jul 15, 2026

Docker
Dockerfile present

Source: dockerfile:docker-compose.yml · Jul 15, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 15, 2026)

Prerequisites: Docker (or Podman, see [Podman setup](#podman-setup)) and Python 3.12+.
Source link

Tags

README

Quick Start

Prerequisites: Docker (or Podman, see Podman setup) and Python 3.12+.

Quick start flow:

Start server
  ↓
Install SDK
  ↓
Wrap a model or tool call with @control() and register your agent
  ↓
Create controls (UI or SDK/API)

2. Install the SDK

Run this in your agent project directory.

Python:

uv venv
source .venv/bin/activate
uv pip install agent-control-sdk

TypeScript:

  • See the TypeScript SDK example.

License

Apache 2.0. See LICENSE for details.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.