3rd Party Agent Protocol Compatibility
This page describes how to build compatibility layers between ARP and other “agent-as-a-service” HTTP APIs, like "Agent Protocol" by LangChain.
WIP
ARP Standard v1 does not ship an official compatibility layer for other agent protocols. If you need interoperability today, the recommended approach is to build a small façade service that translates requests/responses.
First-party offering of this translation layer is in development.
Recommended approach
Create a service that:
- accepts requests in the external protocol
- translates them into an ARP v1 run start request (root
NodeType+ input) - submits the run to
Run Gateway(client entrypoint) orRun Coordinator(run authority) - translates ARP
Run/NodeRunstate and events back into the external protocol’s shapes