Agenttic — certify, trace and enforce AI agents. One install, one import, a signed safety grade.
Project description
Agenttic
Give your AI agent a signed safety grade — an independent agent-safety certification you can verify.
Agenttic traces any AI agent, tests its safety-relevant behavior, and issues a signed, offline-verifiable dossier with an honest Tier grade (A/B/C). It measures what was actually tested — untested behavior is reported as NOT ASSESSED, not quietly passed.
Install
pip install agenttic
Optional framework adapters (lazy — the base install pulls no framework SDK):
pip install "agenttic[langgraph]" # LangGraph / LangChain
pip install "agenttic[openai]" # OpenAI Agents SDK
pip install "agenttic[all]" # all adapters + OpenTelemetry
Requires Python 3.12+.
Quickstart
Get a signed grade in under a minute — no API key — by certifying the built-in reference agent:
agenttic certify --mock --out dossier.json # → a signed Tier A/B/C dossier
agenttic dossier verify dossier.json # → offline signature + evidence check
Or wrap your own agent with one line and trace its behavior:
from agenttic import trace
agent = trace(my_agent) # auto-detects LangGraph / OpenAI Agents / plain callables
What you get
- A signed, offline-verifiable dossier — Ed25519-signed, checkable without calling home, backed by hash-chained evidence of exactly what was tested.
- Honest coverage — results state what was measured; anything untested is marked NOT ASSESSED rather than assumed safe.
- A single Tier grade (A/B/C) you can publish and third parties can verify.
Agenttic reports the measured behavior of an agent under the tests that were run. It is a measurement of tested behavior, not a guarantee of safety in every situation.
Links
- Homepage & docs: https://agenttic.io
- Source: https://github.com/omarharoun/Agenttic
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 agenttic-1.0.1.tar.gz.
File metadata
- Download URL: agenttic-1.0.1.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc5cc8506a91ad04dd8ec7d850eff0c01d543749dce9c98711d24ce11f16f52b
|
|
| MD5 |
877491a41bdb782fdbf7316ff4a5c06e
|
|
| BLAKE2b-256 |
383f770a7cfdc5d44426e99f81c8cb7d691cfe036481c786bcaa79a017917c69
|
File details
Details for the file agenttic-1.0.1-py3-none-any.whl.
File metadata
- Download URL: agenttic-1.0.1-py3-none-any.whl
- Upload date:
- Size: 808.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d45c49da373e33421bd380d83dfaec2bf4d41c7473d6bf56afd2f867c03802a
|
|
| MD5 |
0925b0ab2b9c52f68e88ef2478614ac7
|
|
| BLAKE2b-256 |
7cb8937d4a97c8b3d8d7984442aef5ce6f2519fc2e1c541b9e1e90d4e4b47826
|