@evo-hq/pi-evo

extensionmaintained

Evo plugin for pi-coding-agent: optimize/discover/subagent skills + mid-run inject extension.

by · v0.8.0 · published 3w ago

$ pi install npm:@evo-hq/pi-evo
downloads/mo
0
stars
1.4K
last push
3w ago
open issues
17

Signals

license: Apache-2.0testspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

6.5K downloads · last 12 weeks (weekly)

README

@evo-hq/pi-evo

Evo plugin for pi-coding-agent — adds the /discover, /optimize, /subagent, and /infra-setup skills, plus a before_provider_request extension that consumes evo direct mid-run inject messages.

Install

pi install npm:@evo-hq/pi-evo

Pi auto-registers the extension under ~/.pi/agent/extensions/ and discovers the skills under ~/.pi/agent/skills/. No additional setup steps.

A parallel-subagent provider (pi-subagents) is bundled — pi's default toolkit has no fanout primitive, and evo's optimize skill needs one to run multiple experiments per round.

What ships in this package

PathPurpose
extensions/evo/index.jsBundled JS that hooks before_provider_request, drains the workspace inject queue, appends [evo direct] directives to the outgoing LLM payload
skills/discover/First-run setup: explore repo, propose optimization dimensions, build benchmark, run first experiment
skills/optimize/The search loop: parallel subagents form hypotheses, edit, get scored, frontier picks next branch
skills/subagent/Per-experiment brief contract for the optimize round's fanout
skills/report/Terminal score chart mirroring the dashboard scatter plot
skills/ship/Distill the best valid experiment into a clean mergeable change
skills/infra-setup/Provider matrix for remote-sandbox backends (Modal, E2B, Daytona, etc.)

Versioning

This package is versioned in lockstep with the evo-hq/evo release line. The skills + bundled extension are sync'd from plugins/evo/ in the source repo at publish time (see scripts/sync-from-source.sh).

Source

github.com/evo-hq/evo (Apache-2.0)