@danypops/vehicle-server
v0.17.1
Published
The Vehicle server substrate: a supervised, authenticated, loopback-only daemon (process lifecycle, SQLite storage, structured logging, OS service install) plus VehicleRegistry (registration, permission/deadline/payload enforcement, availability, executio
Readme
@danypops/vehicle-server
The Vehicle server substrate: a supervised, authenticated, loopback-only
daemon (process lifecycle, SQLite storage, structured logging, OS service
install, credential vault, process supervision) plus VehicleRegistry
(registration, permission/deadline/payload enforcement, availability,
execution policy) at . and its authenticated HTTP hosting surface at
./http. A Vehicle IS this daemon -- a long-running service purpose-built
to serve AI agents tools.
bun add @danypops/vehicle-server @danypops/vehicle-coreEvery other module (./paths, ./storage, ./logging, ./rpc-http,
./daemon, ./service, ./supervisor, ./process-supervisor, ./vault,
./session-identity, ./unix-peer-cred, ./unix-rpc-server,
./push-channel, ./version) is independently importable, so a consumer
only pulls in what it uses.
See the workspace README for the full module table and Vehicle package layout.
