IntentFrame Actor SDK — agent-side client for routing tool calls through the policy pipeline
Project description
intentframe-actor
The agent-side SDK for IntentFrame.
Agent developers create an Actor, handshake once, then call submit() from
every tool that needs to touch the real world — each request is routed through
the IntentFrame security pipeline.
pip install intentframe-actor
from intentframe_actor import Actor
actor = Actor(agent_id="invoice_bot", user_id="finance_001")
await actor.handshake(capabilities)
result = await actor.submit({"action": "READ_FILE", "target": "/invoices/"})
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 intentframe_actor-0.1.0.tar.gz.
File metadata
- Download URL: intentframe_actor-0.1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ddcd91961a9dff044842e61df6c59d2430e388c28a83724034c2e2b0b628946
|
|
| MD5 |
8627cc68ab5f63ac1e3513ea0ca82f98
|
|
| BLAKE2b-256 |
3dc58c87fe7e3682f80ca7fc4bfeae4169eec8f4ce418dbba1d45c8866c6f424
|
File details
Details for the file intentframe_actor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: intentframe_actor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
105217195f698e3cb1af72917398d9d78e25f58a1b58b4b0be77c7f9a9abc226
|
|
| MD5 |
6026c236d0fcc5671441cac543704e47
|
|
| BLAKE2b-256 |
cfd941e62dd8725530022706050079bf48a2c2daf9d6caff5815d1b6894bd522
|