arcp-runtime
Reference runtime (server side) for the Agent Runtime Control Protocol (ARCP) v1.1.
Ships the production-ready runtime — the part that accepts sessions, dispatches messages, runs tools, manages jobs / streams / permissions / leases / subscriptions, and persists what needs persisting:
runtime::ARCPRuntime— main entrypoint.store— SQLite-backed append-only event log + credential ledger.auth::{BearerAuthenticator, SignedJwtAuthenticator, NoneAuthenticator}— RFC §8.2 validators.arcpbinary — configurable demo runtime over stdio or WebSockets.
[]
= "2"
= "2"
Most users should depend on the umbrella arcp crate which bundles client + runtime + core. Pull arcp-runtime in directly when hosting agents (you don't need the client side).
License
Licensed under either of Apache-2.0 or MIT at your option.