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..d377835 --- /dev/null +++ b/content/docs/general/agent-integration/agent0-sdk.mdx @@ -0,0 +1,43 @@ +--- +title: "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. + +### 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)** - 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 + 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", "..."] }