Download Latest Version v2.13.1 -- Policy Studio main-line release + protobufjs patch source code.tar.gz (39.6 MB)
Email in envelope

Get an email when there's a new version of CAP Cordum Agent Protocol

Home / v2.10.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-22 721 Bytes
v2.10.0 source code.tar.gz 2026-04-22 39.6 MB
v2.10.0 source code.zip 2026-04-22 40.5 MB
Totals: 3 Items   80.1 MB 0

SDK handshake + session renew + attach primitives

Closes the gap where Agent.Start() workers never sent a handshake to the control plane.

sdk/go/runtime

  • New handshake.go — performs the initial CAP handshake with tenant/agent identity + capability declaration.
  • New renew.go — session-token renewal loop with exponential backoff on failure.
  • New session_attach.go — attach an agent to an existing session (for reconnects or multi-process workers).
  • runtime.go wires the handshake into the runtime start path.
  • README_HANDSHAKE.md documents the surface.

sdk/go

  • New handshake.go + handshake_test.go for the top-level SDK.

Strategy context added in CAP_STRATEGY_EPICS.{json,md}.

Source: README.md, updated 2026-04-22