Agent identity and permissions SDK for delimt
Project description
delimt
Agent identity, permissions and audit logs — in 5 lines of code.
Install
pip install delimt
Usage
from delimt import AgentAuth
auth = AgentAuth( agent_id="agt_xxxx", base_url="https://delimt.com" )
with auth.guard(tool="stripe", action="create:refund"): # your tool call here — auto-blocked if denied pass
decision = auth.evaluate(tool="stripe", action="read:invoice") print(decision) # "allow" | "deny" | "escalate"
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
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 delimt-0.1.0.tar.gz.
File metadata
- Download URL: delimt-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89c2f80143adb826bd27134cf3600728b5e0bb29f1cdf747993b2cd66aca77f2
|
|
| MD5 |
f4d3117b978bb59befb8d5a230b09181
|
|
| BLAKE2b-256 |
ea2abd3e146fb25b27221f2ead4a0d268c79215e95024eb3f3aa3218d785e71f
|
File details
Details for the file delimt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: delimt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e09074b869ff412cd72cd2c7cada072517803e66ad607eba7b971e540cf0b16a
|
|
| MD5 |
42dd0adb9706119fe4a4ea60336b225d
|
|
| BLAKE2b-256 |
6cf78f4bc9ef89fd3b53af1625c636b31efd6fb016f6b6e3623f7f91343b9952
|