Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 3.08 KB

File metadata and controls

60 lines (48 loc) · 3.08 KB

ARCP TypeScript SDK documentation

Reference docs for the ARCP TypeScript SDK. The top-level README is the front door — these pages go deeper into each subsystem.

ARCP TypeScript SDK architecture

Start here

  • Getting started — install, build a runtime + client, run the example.
  • Architecture — how @arcp/core, @arcp/client, and @arcp/runtime fit together.
  • Transports — WebSocket, stdio, in-memory; when to pick each.
  • CLI — the arcp binary shipped by @arcp/sdk.

Guides (one per spec section)

Page Spec
Sessions §6
Resume §6.3
Authentication §6.1
Jobs §7
Job events §8
Leases §9
Delegation §10
Observability §11
Errors §12
Vendor extensions §15

Packages

Package Page
@arcp/sdk packages/sdk
@arcp/core packages/core
@arcp/client packages/client
@arcp/runtime packages/runtime
@arcp/node packages/node
@arcp/express packages/express
@arcp/fastify packages/fastify
@arcp/hono packages/hono
@arcp/bun packages/bun
@arcp/middleware-otel packages/middleware-otel

Reference

Diagrams

The hero diagram above is generated from Graphviz. The source files and authoring guide live in ../diagrams/ — light/dark variants render through GitHub's <picture> element with prefers-color-scheme.