Skip to content

Latest commit

 

History

History

README.md

ARCP Kotlin SDK — Documentation

Reference Kotlin implementation of the Agent Runtime Control Protocol (ARCP) v1.1.


Start here


Guides

Concept-first explanations of each protocol surface:

Guide RFC
Sessions §6
Authentication §6.1
Resume & replay §6.3
Jobs §7
Job events §8
Leases & budgets §9
Delegation & handoff §10
Observability §11
Errors §12
Vendor extensions §15

Modules

API reference for each Gradle module:


Reference

  • Transports — WebSocket, stdio, in-memory
  • CLIarcp serve, arcp submit, arcp replay
  • Recipes — copy-paste solutions for common patterns