From b40112400f5f72d4de091864b0c8816eca24f3d5 Mon Sep 17 00:00:00 2001 From: AkshatGada <96907514+AkshatGada@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:46:08 +0530 Subject: [PATCH 1/2] Add Agent0 SDK documentation --- .../general/agent-integration/agent0-sdk.mdx | 32 +++++++++++++++++++ .../docs/general/agent-integration/meta.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 content/docs/general/agent-integration/agent0-sdk.mdx diff --git a/content/docs/general/agent-integration/agent0-sdk.mdx b/content/docs/general/agent-integration/agent0-sdk.mdx new file mode 100644 index 0000000..d314004 --- /dev/null +++ b/content/docs/general/agent-integration/agent0-sdk.mdx @@ -0,0 +1,32 @@ +--- +title: "Agent0 SDK (External)" +description: "TypeScript SDK for agentic economies - External tool not developed by Polygon" +--- + +# Agent0 SDK (External) + +> **Note:** This is an external tool and not developed by Polygon. + +Agent0 is the TypeScript SDK for agentic economies. It enables agents to register, advertise their capabilities and how to communicate with them, and give each other feedback and reputation signals. All this using blockchain infrastructure (ERC-8004) and decentralized storage, enabling permissionless discovery without relying on proprietary catalogues or intermediaries. + +## What Does Agent0 SDK Do? + +Agent0 SDK v0.21 enables you to: + +- **Create and manage agent identities** - Register your AI agent on-chain with a unique identity, configure presentation fields (name, description, image), set wallet addresses, and manage trust models with x402 support + +- **Advertise agent capabilities** - Publish MCP and A2A endpoints, with automated extraction of MCP tools and A2A skills from endpoints + +- **Enable permissionless discovery** - Make your agent discoverable by other agents and platforms using rich search by attributes, capabilities, skills, tools, tasks, and x402 support + +- **Build reputation** - Give and receive feedback, retrieve feedback history, and search agents by reputation with cryptographic authentication + +- **Cross-chain registration** - One-line registration with IPFS nodes, Pinata, Filecoin, or HTTP URIs + +- **Public indexing** - Subgraph indexing both on-chain and IPFS data for fast search and retrieval + +## Resources + +- [NPM Package](https://www.npmjs.com/package/agent0-sdk?activeTab=readme) +- [Latest Release & Polygon Amoy Support](https://github.com/agent0lab/agent0-ts/blob/main/RELEASE_NOTES_0.3rc1.md#supported-networks) + diff --git a/content/docs/general/agent-integration/meta.json b/content/docs/general/agent-integration/meta.json index 9d176cf..8d6fd9b 100644 --- a/content/docs/general/agent-integration/meta.json +++ b/content/docs/general/agent-integration/meta.json @@ -1,3 +1,3 @@ { - "pages": ["intro", "llm-wallet", "..."] + "pages": ["intro", "llm-wallet", "agent0-sdk", "..."] } From 287a80786706d0499c94fafa2b1c62ea5a79a026 Mon Sep 17 00:00:00 2001 From: AkshatGada <96907514+AkshatGada@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:51:19 +0530 Subject: [PATCH 2/2] Improve Agent0 SDK formatting --- .../general/agent-integration/agent0-sdk.mdx | 33 ++++++++++++------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/content/docs/general/agent-integration/agent0-sdk.mdx b/content/docs/general/agent-integration/agent0-sdk.mdx index d314004..d377835 100644 --- a/content/docs/general/agent-integration/agent0-sdk.mdx +++ b/content/docs/general/agent-integration/agent0-sdk.mdx @@ -1,32 +1,43 @@ --- title: "Agent0 SDK (External)" -description: "TypeScript SDK for agentic economies - External tool not developed by Polygon" --- -# Agent0 SDK (External) - > **Note:** This is an external tool and not developed by Polygon. +## Overview + Agent0 is the TypeScript SDK for agentic economies. It enables agents to register, advertise their capabilities and how to communicate with them, and give each other feedback and reputation signals. All this using blockchain infrastructure (ERC-8004) and decentralized storage, enabling permissionless discovery without relying on proprietary catalogues or intermediaries. ## What Does Agent0 SDK Do? Agent0 SDK v0.21 enables you to: -- **Create and manage agent identities** - Register your AI agent on-chain with a unique identity, configure presentation fields (name, description, image), set wallet addresses, and manage trust models with x402 support +### Create and Manage Agent Identities + +Register your AI agent on-chain with a unique identity, configure presentation fields (name, description, image), set wallet addresses, and manage trust models with x402 support. + +### Advertise Agent Capabilities + +Publish MCP and A2A endpoints, with automated extraction of MCP tools and A2A skills from endpoints. + +### Enable Permissionless Discovery + +Make your agent discoverable by other agents and platforms using rich search by attributes, capabilities, skills, tools, tasks, and x402 support. + +### Build Reputation -- **Advertise agent capabilities** - Publish MCP and A2A endpoints, with automated extraction of MCP tools and A2A skills from endpoints +Give and receive feedback, retrieve feedback history, and search agents by reputation with cryptographic authentication. -- **Enable permissionless discovery** - Make your agent discoverable by other agents and platforms using rich search by attributes, capabilities, skills, tools, tasks, and x402 support +### Cross-Chain Registration -- **Build reputation** - Give and receive feedback, retrieve feedback history, and search agents by reputation with cryptographic authentication +One-line registration with IPFS nodes, Pinata, Filecoin, or HTTP URIs. -- **Cross-chain registration** - One-line registration with IPFS nodes, Pinata, Filecoin, or HTTP URIs +### Public Indexing -- **Public indexing** - Subgraph indexing both on-chain and IPFS data for fast search and retrieval +Subgraph indexing both on-chain and IPFS data for fast search and retrieval. ## Resources -- [NPM Package](https://www.npmjs.com/package/agent0-sdk?activeTab=readme) -- [Latest Release & Polygon Amoy Support](https://github.com/agent0lab/agent0-ts/blob/main/RELEASE_NOTES_0.3rc1.md#supported-networks) +- **[NPM Package](https://www.npmjs.com/package/agent0-sdk?activeTab=readme)** - Install and use the Agent0 SDK +- **[Latest Release & Polygon Amoy Support](https://github.com/agent0lab/agent0-ts/blob/main/RELEASE_NOTES_0.3rc1.md#supported-networks)** - View release notes and Polygon Amoy network support