Downloads · 30 days
0
AffixIO/affixio-agent-tools
affixio-agent-tools is a machine learning model from AffixIO. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
Fail-closed local tool layer: identity + permission checks, transaction intent validation, email search/organisation, drafting and sending with human approval, webhook/API actions behind allow-lists, and an audit reco…
Downloads · 30 days
0
Access
Public
Updated Sep 19, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
.py4.9 KB · 62%
From the Hugging Face model README
Fail-closed local tool layer: identity + permission checks, transaction intent validation, email search/organisation, drafting and sending with human approval, webhook/API actions behind allow-lists, and an audit record for every decision. No network, no production keys.
from tools import run_tool, approve
print(run_tool("email.search", {"query": "invoice"}))
print(run_tool("email.send", {"to": "boss@acme.com", "subject": "hi", "body": "ok"}))
print(approve("<appr_id>", True))
Tools: identity.check, permissions.check, payments.validate,
email.search, email.organise, email.draft, email.send (approval),
webhook.trigger (approval + allow-list), api.call (approval + allow-list),
audit.show. Tests: python test_tools.py.
Simulated receipts, not cryptographic attestations. Hosted verification, ML-DSA attestations, team agents/inboxes, enterprise audit: