Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
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
Release files for agentomy 0.1.0a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentomy-0.1.0a1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentomy-0.1.0a1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.8 kB
Release files / agentomy-0.1.0a1.tar.gz
| Download URL | agentomy-0.1.0a1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
18978bbd80089f14a026e220f57fd5fe4063c04eaa19abdade359b7cc2913af6
|
|
BLAKE2b-256 checksum How to use checksums |
7dc72a84665df2b8182a90c9777dae88bf666f348ee9a3279c327e188516bb1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|
Release files / agentomy-0.1.0a1-py3-none-any.whl
| Download URL | agentomy-0.1.0a1-py3-none-any.whl |
|---|---|
| Size | 9.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e7ce9b16ba702b3cabcd50467dba1bd331f167c4f6358c306e318ea1e99e492e
|
|
BLAKE2b-256 checksum How to use checksums |
51370325a5d594c5fa850155bef5496f97a67e5bfb12e92a4e17221f4c4eb7cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|