agent-control
Enrichment pendingCentralized agent control plane for governing runtime agent behavior at scale. Configurable, extensible, and production-ready.
GraphCanon updated today · GitHub synced today
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 PyPISimilar 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.
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.