@pi-vault/pi-subagents

Pi extension for delegating tasks to isolated and specialized subagents

Packages

Package details

extension

Install @pi-vault/pi-subagents from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@pi-vault/pi-subagents
Package
@pi-vault/pi-subagents
Version
0.1.0
Published
Jun 7, 2026
Downloads
not available
Author
lanhhoang
License
MIT
Types
extension
Size
72.4 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@pi-vault/pi-subagents

npm version Quality Node >=22.19.0 License: MIT

Delegate work to specialized Pi subagents without leaving your current session.

Early adopter release: v0.1.0 is a small, focused first version built around a ready-to-use set of bundled agents.

Install

pi install npm:@pi-vault/pi-subagents

Then reload Pi:

/reload

Use

After install, the bundled agents are available right away.

  • /agents — see all discovered agents
  • /agents:add — create a new user agent markdown file
  • /agent <agent> <task...> — delegate a task to a specific agent

Bundled Agents

  • scout — quickly finds relevant files, entry points, and code paths
  • planner — turns a task into a short, verifiable plan
  • researcher — gathers evidence, tradeoffs, and implementation context
  • worker — handles focused implementation work
  • reviewer — reviews changes and looks for defects

Typical Flow

  • Use /agent scout trace where auth state is loaded when you need fast codebase discovery.
  • Use /agent planner outline a safe migration for the config format before a non-trivial change.
  • Use /agent reviewer inspect this diff for regressions before shipping.

Compatibility

  • Node >=22.19.0
  • Peer deps: @earendil-works/pi-coding-agent, @earendil-works/pi-tui
  • Intended for use from a Pi host session with package/extension support

Development Setup

pnpm install
pnpm check
pnpm pack --dry-run
pi -e .

License

MIT