Governed agent framework for Python. Add governance to any AI agent.
Project description
Agentomy -- Python SDK
Governed agent framework for Python. Add governance to any AI agent.
Install
pip install agentomy
Quick Start (4 lines)
from agentomy import GovernancePipeline
pipeline = GovernancePipeline(
endpoint="YOUR_AGENTOMY_ENDPOINT",
token="YOUR_TOKEN",
agent_id="my-python-agent"
)
result = pipeline.govern(my_agent_function, input_data)
12 Governance Capsules
- PermissionRouter -- access control
- AuditLogger -- tamper-evident audit trail
- HaltProtocol -- emergency halt
- ExecutionTimer -- runtime boundaries
- AgentSandbox -- containment
- DecisionLog -- decision transparency
- TraceBinding -- output traceability
- TeamCoordinator -- multi-agent orchestration
- EthicsConstraint -- ethics enforcement
- TrustScorer -- behavioral trust
- RuntimeMonitor -- observability
- DeploymentManifest -- governance transparency
Status
Alpha release. MIT licensed. Production requires Agentomy governance server.
Links
- Website: https://agentomy.com
- GovernanceBench: https://agentomy.com/governancebench
- npm (TypeScript): https://npmjs.com/package/agentomy-agent
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentomy-0.1.0a1.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentomy-0.1.0a1.tar.gz.
File metadata
- Download URL: agentomy-0.1.0a1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18978bbd80089f14a026e220f57fd5fe4063c04eaa19abdade359b7cc2913af6
|
|
| MD5 |
8ba54e390d3719c1f996556e0fbec74b
|
|
| BLAKE2b-256 |
7dc72a84665df2b8182a90c9777dae88bf666f348ee9a3279c327e188516bb1d
|
File details
Details for the file agentomy-0.1.0a1-py3-none-any.whl.
File metadata
- Download URL: agentomy-0.1.0a1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ce9b16ba702b3cabcd50467dba1bd331f167c4f6358c306e318ea1e99e492e
|
|
| MD5 |
042b558ab66bc3c869b856efbbaed805
|
|
| BLAKE2b-256 |
51370325a5d594c5fa850155bef5496f97a67e5bfb12e92a4e17221f4c4eb7cf
|