@whynothugo/pi-subagents
Subagent extension for pi coding agent
Package details
Install @whynothugo/pi-subagents from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@whynothugo/pi-subagents- Package
@whynothugo/pi-subagents- Version
1.0.0- Published
- May 10, 2026
- Downloads
- 63/mo · 63/wk
- Author
- whynothugo
- License
- unknown
- Types
- extension
- Size
- 13 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-subagents
pi-coding-agent extension for subagents.
Installation
pi install git:git.sr.ht/~whynothugo/pi-subagents
Features
The main agent can call subagents and delegate work to them. These agents are ideal for doing extensive work with details that should not pollute the main context.
The session for subagents is stored as a separate session, and can be access
and continued from pi as any other session.
LICENCE
Licensed under the ISC licence. See LICENCE for details.