@crosspane/protocol
v0.7.0
Published
Wire protocol types shared by the crosspane hub, dashboard and agent SDK
Maintainers
Readme
@crosspane/protocol
Wire protocol types shared by the crosspane hub, its dashboard, and the @crosspane/agent SDK.
Types and constants only — no runtime code, no dependencies. It ends up inside app bundles through the agent, so it stays that way deliberately.
npm install @crosspane/protocolimport type { SessionCapture, SessionEvent, SessionMeta } from '@crosspane/protocol'The same SessionEvent shape flows from the agent, through the hub, to the dashboard
and into exported .crosspane.json capture files — there is no translation layer in
between. Build your own consumer against these types if you want to pipe sessions
somewhere else.
License
MIT
