原始内容
Pi9
Pi9 is a collection of extensions for the Pi coding agent.
Packages
@pi9/ask— an interactive tool for asking the user focused questions.@pi9/context— an inline breakdown of current context-window usage.@pi9/subagent— retained-conversation, background, and recursive subagents with live progress and tree-wide concurrency limits.@pi9/todo— phased, session-aware task planning with immutable task names and atomic status transitions.@pi9/whisper— local agent-to-agent communication.
Development
npm install
npm run check
npm run build
Run a command for one package with npm's workspace flag:
npm test --workspace @pi9/ask
npm test --workspace @pi9/context
npm test --workspace @pi9/subagent
npm test --workspace @pi9/todo
npm test --workspace @pi9/whisper