Skip to main content

Layer 3: The Framework - A deterministic kernel for zero-violation governance in agentic AI systems with POSIX-style signals, VFS, and kernel/user space separation

Project description

Agent Control Plane — Public Preview

Part of Agent OS - Kernel-level governance for AI agents

PyPI version Python Version License: MIT

Policy-based governance for autonomous AI agents.

The Agent Control Plane provides a governance layer that sits between your AI agent and the actions it performs. Define policies in YAML or Python and the control plane enforces them deterministically before any action executes.

Installation

pip install agentmesh-control-plane

Quick Start

from agent_control_plane import AgentControlPlane

plane = AgentControlPlane()
plane.load_policy("policies.yaml")

result = await plane.execute(
    action="database_query",
    params={"query": "SELECT * FROM users"},
    agent_id="analyst-001"
)
# Safe queries execute; destructive queries are blocked by policy

Features

  • Deterministic policy enforcement (YAML or Python)
  • Permission management and resource quotas
  • Sandboxed execution with rollback support
  • Audit logging via SQLite-based Flight Recorder
  • Multi-framework support (OpenAI, LangChain, MCP, A2A)

Documentation

See docs/ for guides and CONTRIBUTING.md for development setup.

License

MIT License - see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentmesh_control_plane-3.5.0.tar.gz (255.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentmesh_control_plane-3.5.0-py3-none-any.whl (190.6 kB view details)

Uploaded Python 3

File details

Details for the file agentmesh_control_plane-3.5.0.tar.gz.

File metadata

File hashes

Hashes for agentmesh_control_plane-3.5.0.tar.gz
Algorithm Hash digest
SHA256 4bb0b4726f0db93c57b99d9c4b7f0fe7f51619c4d917967334f8de956e76dbec
MD5 2f4e9c59f0042239377ae1bde12eb492
BLAKE2b-256 1e7d4a54ba448e37c2a4987a152fdd731aad47d6b9c4594f70bcffcf4a2c8ced

See more details on using hashes here.

File details

Details for the file agentmesh_control_plane-3.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agentmesh_control_plane-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 10564877497e039ad96a113145e88c0e6df6547cd7a5a7a2a224357ce938a427
MD5 6616943c056a941faab6773114370db2
BLAKE2b-256 9d600d82f98e30eacd39b21b3c09fe04eee6bd665620126c3cb912c8e67349f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page