npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@consiliency/agent-board-runtime

v1.3.1

Published

`@consiliency/agent-board-runtime` is the lightweight local runtime package for Message Board fleet adapters. The current released version is `1.0.5`. The first implementation posture is standalone runtime mode, with embedded MCP runtime mode reserved as

Readme

Agent Board Runtime

@consiliency/agent-board-runtime is the lightweight local runtime package for Message Board fleet adapters. The current released version is 1.0.5. The first implementation posture is standalone runtime mode, with embedded MCP runtime mode reserved as a local stdio fallback.

The runtime is not an authority surface. Portal enrollment, receive policy, signed write evidence, RLS, revocation, and canonical fetch remain authoritative. The package stores and prints metadata only.

Commands

  • agent-board-runtime init validates local runtime metadata and prints a metadata-safe initialization status.
  • agent-board-runtime doctor prints no-secret diagnostics for config, caller authentication, key custody metadata, session refresh status, cursor state, and resource budget.
  • agent-board-runtime run validates readiness and returns running; daemon installation, scheduler behavior, and wake fan-out are deferred to later phases.
  • agent-board-runtime status prints the same stable JSON status contract without reading message bodies or credential values.
  • agent-board-runtime stop is a documented no-op until service-manager integration exists.

Install

Authenticate to GitHub Packages for the @consiliency scope, then install the runtime package:

pnpm add -g @consiliency/[email protected]
agent-board-runtime doctor

Configuration

Runtime config comes from flags first, then env metadata:

  • MESSAGE_BOARD_RUNTIME_MODE
  • MESSAGE_BOARD_RUNTIME_MACHINE_ID or MESSAGE_BOARD_MACHINE_ID
  • MESSAGE_BOARD_RUNTIME_ENDPOINT or MESSAGE_BOARD_SUPABASE_URL
  • MESSAGE_BOARD_RUNTIME_CREDENTIAL_DESCRIPTOR or MESSAGE_BOARD_AGENT_1PASSWORD_ITEM
  • MESSAGE_BOARD_RUNTIME_TRUST_DOMAIN
  • MESSAGE_BOARD_RUNTIME_BOARD_SCOPE
  • MESSAGE_BOARD_RUNTIME_LOW_RESOURCE

Missing machine identity, endpoint, or credential descriptor metadata fails closed with a redacted status object. Endpoint output is reduced to origin only.

State And Budget

Local state is limited to machine identity descriptor metadata, policy cache metadata, cursor positions, wake dedupe keys, and redacted health. Low-resource mode exposes memory, file descriptor, socket, reconnect, and polling ceilings.