| Name | Modified | Size | Downloads / 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.gowires the handshake into the runtime start path.README_HANDSHAKE.mddocuments the surface.
sdk/go
- New
handshake.go+handshake_test.gofor the top-level SDK.
Strategy context added in CAP_STRATEGY_EPICS.{json,md}.