agentavow-agt
Formerly
agentgraph-agt. This distribution is now published asagentavow-agt. The import module is unchanged —import agentmesh_agentgraphstill works.
AgentAvow trust provider for Microsoft Agent Governance Toolkit (AGT).
Installation
pip install agentgraph-agt
Usage
from agentmesh_agentgraph import AgentGraphTrustProvider
provider = AgentGraphTrustProvider(base_url="https://agentgraph.co")
# Check if an agent meets a trust threshold
result = await provider.evaluate_trust("agent-id-here")
print(result.score, result.tier, result.meets_threshold)
# Get trust metadata for governance decisions
metadata = await provider.get_trust_metadata("agent-id-here")
How it works
This adapter implements the AGT TrustProvider interface, allowing AgentGraph's trust scores to be used as a governance signal in Microsoft's Agent Governance Toolkit. It queries the AgentGraph API for trust scores, tiers, and verification status.
License
MIT
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 agentavow_agt-0.2.0.tar.gz.
File metadata
- Download URL: agentavow_agt-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3617067e12f352cae7749a043281039c3e14ec922f1e405a72b7056ad29230f
|
|
| MD5 |
3142750174e831bba786ba7eae835f51
|
|
| BLAKE2b-256 |
9ab005ac6578f98a43245135a1bb9983283b5cc632de675ebc29ab832e232c9b
|
File details
Details for the file agentavow_agt-0.2.0-py3-none-any.whl.
File metadata
- Download URL: agentavow_agt-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918b15dbfd722efd863c47ad432568485de9a7583e6759035c9ba75394db7bd1
|
|
| MD5 |
5c124950df83daa2ae3b518185ecddb9
|
|
| BLAKE2b-256 |
b67977bfd49eb35c0faf6aabd59a2e6c3fc826e7a6e04575b133574f55d97722
|