Avowex — Python SDK
Add human-in-the-loop oversight and a tamper-evident audit trail to your AI agents. Wrap a risky action, a human approves it, your agent resumes — all logged.
pip install avowex
from avowex import Avowex
avx = Avowex(api_key="avx_live_…") # defaults to https://api.avowex.com
avx.register_action_type("issue_refund") # once
esc = avx.escalate(
action_type="issue_refund",
recommendation="Refund $240 to customer #8841",
context={"agent": "billing-agent", "amount": 240},
)
decision = avx.get_decision(esc.id) # approve / reject / edit
Free tier: 500 resolved escalations / month. Get a key at the Avowex console.
Avowex — a Renovatio Intl, Inc. company · Apache-2.0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
avowex-0.1.0.tar.gz
(5.7 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 avowex-0.1.0.tar.gz.
File metadata
- Download URL: avowex-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7a2799091b4dce96d00b030e7aa309a203f4c623d6a8873fd6bf5857b77263
|
|
| MD5 |
f7282c2ff0a5745729570a6bc6db222c
|
|
| BLAKE2b-256 |
31fc08af8e8b3d92de1178bc21e1d141e17f6e1b884e4781749d887f7b915c29
|
File details
Details for the file avowex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: avowex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f50c9d84c8009f75f7d1a4e31eaa908f2e2e1564be0896d3bbb603ac385f549c
|
|
| MD5 |
e4836822ed37e10d203fcb4f42b6acea
|
|
| BLAKE2b-256 |
af3b6a3aff2b3342f2f4f97030c46d0b8aaec1375e49ccb59f40476c01e43b58
|