You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Agent Runtime Control Protocol (ARCP) is a JSON-over-WebSocket protocol
that lets a client submit jobs to a runtime, observe their events, enforce
per-job leases (filesystem, network, tool, model, budget), and reattach to work
after a disconnect. The full spec lives at
../spec/docs/draft-arcp-1.1.md.
This SDK is a JDK 21+ reference implementation. It ships ten published Maven
artifacts, twenty-four runnable examples and recipes, and a reusable
conformance suite (arcp-tck) that downstream JVM implementations can extend.