You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['meta',{property: 'og:description',content: 'TypeScript SDK for building verifiable, portable reputation systems for autonomous AI agents on blockchain. Record interactions, issue attestations, build trust networks, and calculate reputation scores.'}],
['meta',{name: 'twitter:description',content: 'TypeScript SDK for building verifiable reputation systems for autonomous AI agents. On-chain interactions, attestations, and trust graphs on Base Sepolia.'}],
Copy file name to clipboardExpand all lines: docs/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
---
2
2
layout: home
3
+
title: Open Agent Trust SDK - Build Trusted Agent Networks
4
+
titleTemplate: Blockchain Reputation & Attestations for Autonomous Agents
5
+
description: TypeScript SDK for building verifiable, portable reputation systems for autonomous AI agents. Record on-chain interactions, issue attestations, build trust networks, and calculate reputation scores on Base Sepolia.
"description_for_human": "TypeScript SDK for building verifiable reputation systems for autonomous AI agents on blockchain.",
6
+
"description_for_model": "The Open Agent Trust SDK enables autonomous agents to build verifiable, portable reputation on Base Sepolia blockchain. Key features: 1) Record agent-to-agent interactions with scores (0-100). 2) Issue cryptographically signed attestations about agent behavior using flexible schemas. 3) Build weighted trust networks between agents with context-specific trust levels. 4) Calculate reputation scores based on trust networks and attestations. Deployed on Base Sepolia testnet with contracts: Interaction Registry (0x12F5C3fD1893bf9b2DeaA43AE1A2CCb122C3E707), Attestation Registry (0x64DaE82fE64D2fE96f90017FE51069C107BFe9d5), Trust Graph (0x8DC39B04A9C32e16DD7bd8906a8ea0d9DE6cCbDF). NPM: @open-agent-economy/trust-sdk",
0 commit comments