refactor: switch pi-subagents to generic subagents

This commit is contained in:
pi
2026-04-12 07:00:10 +01:00
parent c8859b626b
commit d80367037c
11 changed files with 26 additions and 204 deletions

View File

@@ -1,6 +1,6 @@
# 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.
`pi-subagents` is a Pi extension package that runs generic subagent tasks in separate child sessions and ships workflow prompt templates plus the wrapper code needed to execute those runs.
## Install
@@ -26,6 +26,14 @@ pi install https://gitea.rwiesner.com/pi/pi-subagents
- default: background child process runner
- optional tmux runner: set `{"runner":"tmux"}` in `.pi/subagents.json` or `~/.pi/agent/subagents.json`
## What a subagent run gets
- delegated task text
- selected model
- optional working directory
Child runs are normal Pi sessions. This package does not add built-in role behavior, markdown-discovered subagents, per-agent tool restrictions, or appended role prompts.
## Requirements
- default process runner: no tmux requirement