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

Local path:

pi install /absolute/path/to/subagents

Git:

pi install https://gitea.rwiesner.com/pi/pi-subagents

Resources

  • Extension: ./index.ts
  • Prompts: ./prompts/*.md

Runner modes

  • default: background child process runner
  • optional tmux runner: set {"runner":"tmux"} in .pi/subagents.json or ~/.pi/agent/subagents.json

Requirements

  • default process runner: no tmux requirement
  • optional tmux runner: tmux must be available on PATH

Development

npm install
npm test
Description
No description provided
Readme 272 KiB
Languages
TypeScript 89.8%
JavaScript 10.2%