Concurrent worker orchestration for Pi
LPM treats this as warn-only first-party agent extension lifecycle risk. No confirmed malicious chain is present. At Pi runtime, this package can create child AI-agent sessions with the selected worker tool permissions after an explicit orchestration tool call.
`package.json` registers `extension/index.ts` as a Pi extension.
package.jsonView on unpkg`extension/tools.ts` exposes user-invoked orchestration and worker-control tools.
extension/tools.tsView on unpkg`extension/runtime.ts` starts concurrent child worker sessions from task instructions.
extension/runtime.tsView on unpkg`extension/worker-session.ts` creates agent sessions using shared Pi model/auth configuration.
extension/worker-session.tsView on unpkg`examples/workers/worker.md` grants a bundled worker `bash`, `edit`, and `write` tools.
examples/workers/worker.mdView on unpkg`package.json` registers `extension/index.ts` as a Pi extension.
package.jsonView on unpkg`extension/tools.ts` exposes user-invoked orchestration and worker-control tools.
extension/tools.tsView on unpkg`extension/runtime.ts` starts concurrent child worker sessions from task instructions.
extension/runtime.tsView on unpkg`extension/worker-session.ts` creates agent sessions using shared Pi model/auth configuration.
extension/worker-session.tsView on unpkg`examples/workers/worker.md` grants a bundled worker `bash`, `edit`, and `write` tools.
examples/workers/worker.mdView on unpkg