Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions content/docs/general/agent-integration/agent0-sdk.mdx
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion content/docs/general/agent-integration/meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pages": ["intro", "llm-wallet", "..."]
"pages": ["intro", "llm-wallet", "agent0-sdk", "..."]
}