@guygrigsby/pi-active-model

extensionmaintained

Inject a live call-out of the currently-active model into the system prompt each turn, so the orchestrator knows which model it is running and can route accordingly.

by · v0.1.2 · published 1d ago

$ pi install npm:@guygrigsby/pi-active-model
downloads/mo
280
stars
0
last push
1d ago
open issues
0

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

280 downloads · last 12 weeks (weekly)

README

active-model

Injects a one-line <active-model> call-out into the system prompt each turn, read live from ctx.model. It tells the orchestrator which model it is running and updates on a mid-session /model switch.

Purpose: let orchestration adapt to the live model. When the active model is strong, fan work out to cheaper subagents; when it is already cheap or local, do the work directly. Pairs with the subagent-routing extension, which reads this identity when deciding how to route and escalate.

No configuration.

Install

pi install npm:@guygrigsby/pi-active-model