Agent Communications Language
{{short description|Proposed standard language for software agent communication}}
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{{cite journal|last=Poslad|first=Stefan|title=Specifying Protocols for Multi-agent System Interaction|year=2007|journal=ACM Transactions on Autonomous and Adaptive Systems|volume=2|issue=4|pages=15–es|doi=10.1145/1293731.1293735|s2cid=9477595}} (by the Foundation for Intelligent Physical Agents, a standardization consortium)
- KQML{{cite conference|last=Finin|first=Tim|author2= Richard Fritzson, Don McKay and Robin McEntire |title=KQML as an agent communication language|year=1994|conference=Proceedings of the third international conference on Information and knowledge management, CIKM '94 |pages= 456–463}} (Knowledge Query and Manipulation Language)
After the surge in Generative AI with the use of Transformers and Large language models, 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).{{Cite journal |last=Aiyagari |first=Sanjay |last2=Bertino |first2=Elisa |last3=Bieniek |first3=Jan |last4=Chiou |first4=Yan-Ming |last5=Dodhiawala |first5=Raj |last6=Hughes |first6=Sean |last7=Jamin |first7=Sugih |last8=Kundu |first8=Ashish |last9=Lenchner |first9=Jon |last10=Mauriello |first10=Matthew |last11=Ratnaparkhi |first11=Abhay |last12=Rahouti |first12=Mohamed |last13=Sheffler |first13=Tom |last14=Shen |first14=Chien-Chung |last15=Verma |first15=Dinesh C. |date=2025-05-21 |title=Natural language interaction protocol (NLIP) |url=https://www.spiedigitallibrary.org/conference-proceedings-of-spie/13480/3054059/Natural-language-interaction-protocol-NLIP/10.1117/12.3054059.full |journal=Disruptive Technologies in Information Sciences IX |publisher=SPIE |pages=13 |doi=10.1117/12.3054059}} NLIP is a standard being proposed by Ecma International, 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 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 theory developed by Searle in the 1960s{{cite book|last=Searle|first=J.R.|year=1969|title=Speech Acts|publisher=Cambridge University Press, Cambridge, UK}} and enhanced by Winograd and Flores 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{{cite conference|last=Poslad|first=Stefan|author2=Philip Buckle and Robert Hadingham|title=The FIPA-OS agent platform: Open Source for Open Standards|year=2000|conference=Proceedings of 5th International Conference on the Practical Application Of Intelligent Agents And Multi-Agent Technology (PAAM)|pages=355–368}}{{cite book|last=Poslad|first=S|author2=Buckle P, Hadingham R.G|title=Infrastructure for Agents, Multi-Agent Systems, and Scalable Multi-Agent Systems|chapter=Open Source, Standards and Scaleable Agencies|series=Lecture Notes in Computer Science|year=2001|volume=1887|pages=[https://archive.org/details/infrastructurefo0000inte/page/296 296–303]|doi=10.1007/3-540-47772-1_30|isbn=978-3-540-42315-7|chapter-url=https://archive.org/details/infrastructurefo0000inte/page/296}}
and Jade.{{cite conference|last=Bellifeminee|first=Fabio|author2=Agostino Poggi and Giovanni Rimassa|title=JADE: a FIPA2000 compliant agent development environment|year=2001|conference=Proceedings of the fifth international conference on Autonomous agents|pages=216–217}}
Generative AI based agent communication protocols such as NLIP{{Cite web |title=NLIP Project |url=https://nlip-project.org/#/ |access-date=2025-05-27 |website=nlip-project.org}} 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.{{Cite web |last=Aiyagiri |first=Sanjay |title=Security design for NLIP: a universal protocol for AI-enabled systems |url=https://spie.org/defense-commercial-sensing/presentation/Security-design-for-NLIP--a-universal-protocol-for-AI/13476-24 |url-status=dead |access-date=2025-05-27 |website=spie.org}}{{Cite web |title=NLIP: Redefining Secure Communication Between Natural Language AI Models |url=https://www.linkedin.com/pulse/nlip-redefining-secure-communication-between-natural-ai-smulovics-amabe |access-date=2025-05-27 |website=www.linkedin.com |language=en}} The specification and standardization of NLIP is happening in Ecma Technical Community 56.{{Cite web |title=TC56 |url=https://ecma-international.org/technical-committees/tc56/ |access-date=2025-05-27 |website=Ecma International |language=en-US}}