HiveMind Core

July 30, 2026 · View on GitHub

HiveMind Core is the central server for the HiveMind network. It accepts authenticated, encrypted connections from satellite devices and AI agents, routes HiveMessages between them and the agent backend, and enforces per-client permissions through a configurable policy chain.


Contents

DocumentPurpose
getting-started.mdInstall, first satellite, run the server
architecture.mdHow the server works end-to-end: message flow, protocol layers, plugin types
configuration.mdFull server.json reference, all keys and defaults
cli-reference.mdEvery hivemind-core subcommand with examples
policy.mdPolicy admission chain: how it works, authoring plugins, deny codes
plugins.mdHow to wire a database, network, agent, or binary plugin
extending.mdWriting custom database, network, agent, and policy plugins