Agent Communication Language (ACL), are computer communication protocols that are intended for AI Agents to communication with each other.
During the 2007, protocols of this nature were proposed which include:
* FIPA-ACL (by the
Foundation for Intelligent Physical Agents
The Foundation for Intelligent Physical Agents (FIPA) is a body for developing and setting computer software standards for heterogeneous and interacting Software agent, agents and agent-based systems.
FIPA was founded as a Swiss not-for-profit ...
, a standardization
consortium
A consortium () is an association of two or more individuals, companies, organizations, or governments (or any combination of these entities) with the objective of participating in a common activity or pooling their resources for achieving a ...
)
*
KQML (Knowledge Query and Manipulation Language)
After the surge in
Generative AI
Generative artificial intelligence (Generative AI, GenAI, or GAI) is a subfield of artificial intelligence that uses generative models to produce text, images, videos, or other forms of data. These models learn the underlying patterns and str ...
with the use of
Transformers
''Transformers'' is a media franchise produced by American toy company Hasbro and Japanese toy company Tomy, Takara Tomy. It primarily follows the heroic Autobots and the villainous Decepticons, two Extraterrestrials in fiction, alien robot fac ...
and
Large language models
A large language model (LLM) is a language model trained with Self-supervised learning, self-supervised machine learning on a vast amount of text, designed for natural language processing tasks, especially Natural language generation, language g ...
, the definition of agent has shifted away from physical agents to signify software systems built using the principles of
Agentic AI. A new protocol to emerge in this area is Natural Language Interaction Protocol (NLIP). NLIP is a standard being proposed by
Ecma International
Ecma International () is a Nonprofit organization, nonprofit standards organization for information and communication systems. It acquired its current name in 1994, when the European Computer Manufacturers Association (ECMA) changed its name to ...
, a standard body which focuses on application level standards in computer systems.
As a result, we can define agent communication protocols into two categories: Ontology based agent communication protocols and generative AI based agent communication protocols.
Ontology based agent communication protocols use a common
ontology
Ontology is the philosophical study of existence, being. It is traditionally understood as the subdiscipline of metaphysics focused on the most general features of reality. As one of the most fundamental concepts, being encompasses all of realit ...
to be used between agents. An ontology is a part of the agent's knowledge base that describes what kind of things an agent can deal with and how they are related to each other. FIPA-ACL and KQML are examples of such protocols. These protocols rely on
speech act
In the philosophy of language and linguistics, a speech act is something expressed by an individual that not only presents information but performs an action as well. For example, the phrase "I would like the mashed potatoes; could you please pas ...
theory developed by
Searle in the 1960s and enhanced by
Winograd and
Flores
Flores is one of the Lesser Sunda Islands, a group of islands in the eastern half of Indonesia. Administratively, it forms the largest island in the East Nusa Tenggara Province. The area is 14,250 km2. Including Komodo and Rinca islands ...
in the 1970s. They define a set of
performatives, also called Communicative Acts, and their meaning (e.g. ask-one). The content of the performative is not standardized, but varies from system to system. Implementation support of FIPA-ACL is included in FIPA-OS
and
Jade
Jade is an umbrella term for two different types of decorative rocks used for jewelry or Ornament (art), ornaments. Jade is often referred to by either of two different silicate mineral names: nephrite (a silicate of calcium and magnesium in t ...
.
Generative AI based agent communication protocols such as NLIP do not require a shared ontology among communicating agents. In its stead, they use generative AI models to translate natural language text, images, videos or other modalities of data into a local ontology. This provides for hot-extensibility where the same protocol can be used for multiple communication needs, and simplifies version control since different agents can use different versions of a shared ontology. NLIP has been designed with security considerations in mind. The specification and standardization of NLIP is happening in Ecma Technical Community 56.
References
{{reflist
Formal languages
Knowledge representation
Agent communications languages