@agentstorm/daemon
v0.2.13
Published
AgentStorm daemon and bundled Web UI
Readme
AgentStorm daemon
This package owns the resident Agent runtime, authenticated WebSocket command bus, file-backed
state, bundled Web UI, and in-process PipelineService.
Production defaults:
- home:
~/.agentstorm - listen address:
127.0.0.1:6768 - log:
~/.agentstorm/daemon.log - PID:
~/.agentstorm/agentstorm.pid
The production deployment entry point is npm run deploy at the repository root. Development
uses the isolated home configured by platform/scripts/start-pipeline-dev.sh. Neither startup path
automatically imports Paseo state; migration is performed only by agentstorm migrate paseo.
The daemon does not launch an AgentStorm Sidecar. Pipeline commands execute through the resident service and the same authenticated transport as ordinary Agent commands.
