openseed_ggregistry
v1.0.1
Published
Discovery & registry service — lets buyers find sellers
Readme
@openseed/registry
Peer discovery and liveness monitoring service for the OpenSeed network.
The OpenSeed Registry is a lightweight, high-performance Fastify server that tracks active seller nodes, advertises AI offerings, and prunes offline peers automatically.
API Endpoints
POST /peers/register: Registers a new seller node with its public endpoint, peer ID, merchant address, and available AI offerings.POST /peers/heartbeat: Periodic liveness ping sent by active sellers (pruned after 90 seconds of inactivity).GET /peers: Lists all live, healthy peers sorted by recency and filtered by supported models.GET /metrics: Observability endpoint exporting standard Prometheus metrics.
Running
npm run dev --workspace=packages/registry