Agent Control - Python SDK
Python SDK for adding safety controls and guardrails to AI agents. Protect tools and LLM calls with server-side or local policy enforcement.
Installation
pip install agent-control-sdk
Quick Start
import agent_control
from agent_control import control
# Initialize
agent_control.init(agent_name="my-agent")
# Protect a tool with decorator
@control()
async def search_database(query: str) -> str:
return db.execute(query)
Controls are defined centrally and enforced automatically at runtime. See Python SDK Documentation for complete reference.
Release files for agent-control-sdk 8.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_control_sdk-8.5.0.tar.gz | 201.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_control_sdk-8.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 334.8 kB
Release files / agent_control_sdk-8.5.0.tar.gz
| Download URL | agent_control_sdk-8.5.0.tar.gz |
|---|---|
| Size | 201.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5ec3361ca7300a0beed9bb3e6f61a4d868aec03deca42b240be2362921cc2d74
|
|
BLAKE2b-256 checksum How to use checksums |
95fda73bc640cd7a9a61bfc1b5bb978dc21ed3b9bd18bcb93e84ce748033beca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / agent_control_sdk-8.5.0-py3-none-any.whl
| Download URL | agent_control_sdk-8.5.0-py3-none-any.whl |
|---|---|
| Size | 133.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4456a0e338aba36b627a57e3c2b8a0204e96fd16b9247b3c08f888ed90675aae
|
|
BLAKE2b-256 checksum How to use checksums |
99985f27c67fedbbc6abc42527ee8be822067206fc49f0bb23f6eb5ca3c04474
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|