Show HN:AgentFacts – AI 代理的可驗證身份和審計日誌
AgentFacts 是一個開源 Python SDK,為 AI 代理提供可驗證的身份和防篡改的審計日誌。它生成一個簽名的 JSON 文件,記錄代理的詳細資訊,從而實現信任和透明度。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Open Source Python SDK for AI Agents Identity
License
Uh oh!
There was an error while loading. Please reload this page.
agentfacts/agentfacts-py
Folders and files
Latest commit
History
Repository files navigation
AgentFacts
The open source SDK for AI agents Identity.
Overview
AgentFacts is an open source SDK that creates a signed, verifiable profile for any AI agent. It captures identity, base model, tools, policy, and provenance in a tamper-evident JSON card.
Verify offline with Ed25519 + did:key, or auto-introspect popular frameworks for instant metadata. AgentFacts brings trust and transparency to AI agents without heavy lifting by developers.
Quick Start 🚀
Installation
Optional extras:
Requires Python 3.10+.
Quickstart Example
This will produce a signed JSON profile (you can save it as agent_profile.json) containing the agent’s details and a cryptographic signature. Anyone with the agent’s public DID can call AgentFacts.verify(...) to validate that profile. ✅
Key Features ✨
Supported Frameworks
AgentFacts Schema
Roadmap
Contributing
We welcome issues and PRs.
See CONTRIBUTING.md.
License
MIT. See LICENSE.
About
Open Source Python SDK for AI Agents Identity
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
1
Packages
0
Languages
Footer
Footer navigation
相關文章