e0c7c99d71dfd594d0ccd997e290c6913d2781e7
pi-subagents
pi-subagents is a Pi extension package that runs subagent tasks in separate child sessions and ships the prompts and wrapper code needed to execute those runs.
Install
Use it as a local package root today:
pi install /absolute/path/to/subagents
After this folder is moved into its own repository, the same package can be installed from git.
Resources
- Extension:
./index.ts - Prompts:
./prompts/*.md
Runner modes
- default: background child process runner
- optional tmux runner: set
{"runner":"tmux"}in.pi/subagents.jsonor~/.pi/agent/subagents.json
Requirements
- default process runner: no tmux requirement
- optional tmux runner:
tmuxmust be available onPATH
Development
npm install
npm test
Description
Languages
TypeScript
90.3%
JavaScript
9.7%