pi-dock

Named detached Pi agents that outlive your shell. Start, continue, list, watch, and stop them. (Under development — name reserved.)

Packages

Package details

package

Install pi-dock from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-dock
Package
pi-dock
Version
0.0.1
Published
Jul 3, 2026
Downloads
not available
Author
alvivar
License
MIT
Types
package
Size
2.9 KB
Dependencies
0 dependencies · 0 peers

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-dock

pi-dock keeps named Pi agents running after your shell exits — start one, let it go, come back later to see it, give it more work, or stop it.

Status: under development. This release reserves the package name; there is nothing functional yet.

Planned surface

Command Does
spawn "<prompt>" --name <n> [--cwd --model --budget] Create a new named agent, start it, detach.
send <name> "<prompt>" Continue an existing agent (resume if stopped).
ls Every agent's derived state.
logs <name> [--follow] Tail an agent's transcript/event log.
stop <name> Gracefully abort the current run.

No daemon — one small runner process per agent plus a stateless CLI.

License

MIT