Show HN: P2P (POC) of the ACP for decentralized agent communication A developer released a peer-to-peer implementation of the Agent Client Protocol (ACP) for decentralized agent communication, built with libp2p and Rust. The open-source tool enables agents to discover each other, route messages by capability tags, and broadcast queries across a mesh network without a central server. a peer-to-peer implementation of the Agent Client Protocol ACP for decentralized agent communication. clone the repository git clone --depth 1 https://github.com/skorotkiewicz/acp-p2p cd acp-p2p build with ACP features enabled cargo build --release --features acp or just build-all run the agent ./target/release/agent --alias alice --caps rust,math examples connect to a specific peer at startup just run --peer /ip4/127.0.0.1/tcp/12345/p2p/