pi-dock
Named detached Pi agents that outlive your shell. Start, continue, list, watch, and stop them. (Under development — name reserved.)
Package details
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