arcp-client 2.0.0

Reference client (consumer side) for the Agent Runtime Control Protocol (ARCP) — ARCPClient, type-state Session, job and stream handles.
Documentation

arcp-client

crates.io docs.rs

Reference client (consumer side) for the Agent Runtime Control Protocol (ARCP) v1.1.

Ships:

  • ARCPClient — opens sessions over any Transport.
  • Type-state Session<Unauthenticated> / Session<Authenticated>.
  • JobHandle, SubscriptionHandle for driving long-running work.
[dependencies]
arcp-client = "2"
arcp-core = "2"

Most users should depend on the umbrella arcp crate which bundles client + runtime + core. Pull arcp-client in directly when you only need the consumer side (e.g. CLI tools, agent observers).

License

Licensed under either of Apache-2.0 or MIT at your option.