Skip to content

Commit 7027212

Browse files
committed
docs: add ERC-8004 integration guide and agent-to-agent example
- Add comprehensive ERC-8004 integration documentation covering agent registration, reputation management, and validation workflows - Create agent-to-agent example demonstrating cross-agent discovery, reputation verification, and transaction with feedback - Update SDK dependency to use latest version across all examples - Add references to new docs in README and integration guide
1 parent 11099f8 commit 7027212

18 files changed

Lines changed: 2825 additions & 5 deletions

File tree

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ print(f"Wallet address: {address}")
196196
- [Architecture Guide](./architecture.md) - Learn how the system works
197197
- [Security Model](./security-model.md) - Threat model and protections
198198
- [Integration Guide](./integration-guide.md) - Connect with AI frameworks
199+
- [ERC-8004 Integration](./erc-8004-integration.md) - Agent identity, reputation and validation
199200
- [TypeScript API Reference](./api-reference/typescript.md)
200201
- [Python API Reference](./api-reference/python.md)
201202

@@ -208,6 +209,7 @@ print(f"Wallet address: {address}")
208209
| [LangChain Tool](../examples/langchain-tool/) | LangChain tool for blockchain operations |
209210
| [Telegram Bot](../examples/telegram-bot/) | Approval via Telegram |
210211
| [DeFi Agent](../examples/defi-agent/) | Automated DeFi operations |
212+
| [Agent-to-Agent](../examples/agent-to-agent/) | Cross-agent discovery and reputation |
211213

212214
## Support
213215

0 commit comments

Comments
 (0)