Cisco’s Agntcy project is the latest AI framework to find refuge at the Linux Foundation.
Developed by Cisco in collaboration with LangChain and Galileo, the Agntcy project bills itself as the “internet of agents” as it’s designed to facilitate discovery and identification of the software bots, messaging among them, and observability of their actions.
Agntcy provides missing pieces needed to build, debug, and secure multi-agent systems
The idea here is that developers will need secure tools to connect agents from different vendors, regardless of what frameworks, tool calling paradigms, or communications protocols the software uses.
“Building the foundational infrastructure for the internet of agents requires community ownership, not vendor control,” Vijoy Pandey, SVP of Cisco’s Outshift division said in a canned statement. “The Linux Foundation ensures this critical infrastructure remains neutral and accessible to everyone building multi-agent systems.”
If all that sounds familiar, that’s because Agntcy is far from the first agentic framework or protocol the Linux Foundation has taken on.
Last month, Google donated its Agent-to-Agent (A2A) protocol to the foundation. A2A aims to provide a common language AI agents use to discover and delegate tasks to one another.
IBM has also contributed a number of open source projects to the Linux Foundation, including its own agent-to-agent platform called BeeAI.
Anthropic’s Model Context Protocol (MCP) is not a Linux Foundation project but has become incredibly popular as a method for connecting AI systems to data sources, APIs, and tools.
As we’ve previously explored, A2A and MCP are only two pieces of a much bigger agentic AI puzzle. Agntcy aims to fill in the missing pieces needed to build, debug, and secure multi-agent systems.
For example, if you wanted to connect an agent that’s based on A2A with another using the Agent Connect Protocol (ACP) you’d need to write a wrapper to translate A2A to ACP or vice versa.
In this scenario, Agntcy’s collection of protocols and software frameworks mans it can act as a universal translator to let the two agents exchange information. The framework also provides avenues for communications over the secure low-latency interactive messaging (SLIM) protocol.
Like A2A and MCP, Agntcy has gained considerable support from more than 60 companies. Five of them – Cisco, Dell, Google, Oracle, and Red Hat – have committed to further development of the project under the Linux Foundation’s governance. ®