Skip to content
Merged
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
12 changes: 12 additions & 0 deletions public/blog/banners/aegis-agent-firewall-prompt-injection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions src/data/blogPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ export const blogPosts: BlogPost[] = [
banner: "banners/ai-agent-app-store.svg",
},

{
slug: "direct-communication-protocols-ai-agents-guide",
title: "AI agent communication protocols: Pilot vs MCP vs A2A vs ACP vs ANP",
description: "Compare AI agent communication protocols — MCP, A2A, ACP, ANP, and Pilot — on transport, discovery, NAT traversal, and trust. Find the right stack for your agents.",
date: "Jun 30",
category: "Blog",
tags: ["comparison", "mcp", "a2a", "acp", "anp", "protocols"],
banner: "banners/direct-communication-protocols-ai-agents-guide.svg",
},

{
slug: "pilot-vs-tailscale-nebula-zerotier-ai-agents",
title: "Pilot vs Tailscale vs Nebula vs ZeroTier for AI Agents",
Expand Down Expand Up @@ -220,15 +230,7 @@ export const blogPosts: BlogPost[] = [
banner: "banners/ai-agent-network-examples-secure-scalable-connectivity.jpg",
},

{
slug: "direct-communication-protocols-ai-agents-guide",
title: "Direct communication protocols for AI agents: step-by-step",
description: "Learn how to implement direct communication protocols like MCP and A2A for AI agents in decentralized networks. Step-by-step setup, testing, and best practices.",
date: "Apr 21",
category: "Blog",
tags: ["blog"],
banner: "banners/direct-communication-protocols-ai-agents-guide.jpg",
},


{
slug: "peer-to-peer-networking-examples-ai-engineers",
Expand Down
Loading
Loading