diff --git a/build-on-celo/build-with-ai/8004.mdx b/build-on-celo/build-with-ai/8004.mdx index bda9cf2de..f8d7359bc 100644 --- a/build-on-celo/build-with-ai/8004.mdx +++ b/build-on-celo/build-with-ai/8004.mdx @@ -273,5 +273,5 @@ ERC-8004 works seamlessly with Celo's ecosystem: ## Related Protocols - [x402](/build-on-celo/build-with-ai/x402) - Payment layer for AI agents -- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants +- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants - [MCP Servers](/build-on-celo/build-with-ai/mcp/index) - Connect agents to data and tools diff --git a/build-on-celo/build-with-ai/celo-pedia.mdx b/build-on-celo/build-with-ai/celopedia.mdx similarity index 99% rename from build-on-celo/build-with-ai/celo-pedia.mdx rename to build-on-celo/build-with-ai/celopedia.mdx index d60fba2e0..3211927fd 100644 --- a/build-on-celo/build-with-ai/celo-pedia.mdx +++ b/build-on-celo/build-with-ai/celopedia.mdx @@ -1,6 +1,6 @@ --- title: "Celopedia" -sidebarTitle: "Celopedia" +sidebarTitle: "Celopedia (Skill)" description: "Use Celopedia to query Celo ecosystem data, protocol references, contract addresses, MiniPay guidance, DeFi protocols, grants, and AI agent infrastructure from your coding assistant." --- diff --git a/build-on-celo/build-with-ai/overview.mdx b/build-on-celo/build-with-ai/overview.mdx index 841c396a4..5649aca77 100644 --- a/build-on-celo/build-with-ai/overview.mdx +++ b/build-on-celo/build-with-ai/overview.mdx @@ -7,7 +7,7 @@ sidebarTitle: "Overview" Celo is a leading Ethereum Layer 2 optimized for agentic activity with real-world utility, enabling AI agents to autonomously perform onchain actions tied directly to payments, commerce, and financial coordination. -Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celo-pedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale. +Agents on Celo can tap into the network's expansive payments ecosystem, leveraging fast finality, sub-cent transaction costs, and a stablecoin-optimized financial stack spanning peer-to-peer transfers, merchant payments, remittances, and onchain FX. Combined with native support for AI agent standards like [ERC-8004](/build-on-celo/build-with-ai/8004) and Celo's [Celopedia](/build-on-celo/build-with-ai/celopedia), Celo provides a production-ready environment for deploying AI agents that do more than trade tokens—they move money, coordinate economic activity, and interact with real users at global scale. ## Why Build AI Agents on Celo diff --git a/build-on-celo/build-with-ai/x402.mdx b/build-on-celo/build-with-ai/x402.mdx index 3562b8a62..9da931379 100644 --- a/build-on-celo/build-with-ai/x402.mdx +++ b/build-on-celo/build-with-ai/x402.mdx @@ -336,5 +336,5 @@ app.get("/articles/:id", async (req, res) => { ## Related - [ERC-8004](/build-on-celo/build-with-ai/8004) - Trust layer for AI agents -- [Celopedia](/build-on-celo/build-with-ai/celo-pedia) - Celo ecosystem knowledge for coding assistants +- [Celopedia](/build-on-celo/build-with-ai/celopedia) - Celo ecosystem knowledge for coding assistants - [Fee Abstraction](/build-on-celo/fee-abstraction/overview) - Pay gas with stablecoins on Celo diff --git a/docs.json b/docs.json index 982748c05..de7bb58c3 100644 --- a/docs.json +++ b/docs.json @@ -132,7 +132,7 @@ "pages": [ "build-on-celo/build-with-ai/8004", "build-on-celo/build-with-ai/x402", - "build-on-celo/build-with-ai/celo-pedia", + "build-on-celo/build-with-ai/celopedia", "build-on-celo/build-with-ai/vibe-coding" ] }, @@ -3073,6 +3073,14 @@ "source": "/build-on-celo/build-with-ai/resources", "destination": "/build-on-celo/build-with-ai/overview" }, + { + "source": "/build-on-celo/build-with-ai/agent-skills", + "destination": "/build-on-celo/build-with-ai/celopedia" + }, + { + "source": "/build-on-celo/build-with-ai/celo-pedia", + "destination": "/build-on-celo/build-with-ai/celopedia" + }, { "source": "/tooling/overview/network-overview", "destination": "/build-on-celo/network-overview"