New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

openloop-protocol

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openloop-protocol

`openloop-protocol` is OpenLoop's public, dependency-light collaboration protocol package described in ADR-005. The current root API is the Hub-Edge protocol; OpenLoop's internal Agent Adapter Event Protocol remains private to OpenLoop Core.

latest
Source
npmnpm
Version
0.1.0-edge.1
Version published
Maintainers
1
Created
Source

Hub-Edge Protocol

openloop-protocol is OpenLoop's public, dependency-light collaboration protocol package described in ADR-005. The current root API is the Hub-Edge protocol; OpenLoop's internal Agent Adapter Event Protocol remains private to OpenLoop Core.

This package owns only the wire-safe Team Hub ↔ Local Edge collaboration protocol:

  • envelopes and discriminated payloads;
  • dependency-free runtime decoders;
  • protocol version negotiation;
  • canonical JSON serialization and SHA-256 payload hashes;
  • redaction helpers;
  • golden fixtures and a compatibility matrix.

It intentionally does not import OpenLoop Core, TeamLoop, a Hub database, HTTP server, Agent SDK, UI code, or local runner implementation.

The prerelease tarball builds src to dist/*.js and dist/*.d.ts before packing so downstream Hub/Edge consumers can import the protocol package without transpiling TypeScript from node_modules.

FAQs

Package last updated on 11 Jul 2026

Related posts