MCPcopy Index your code
hub / github.com/github/gh-aw / PiEngine

Struct PiEngine

pkg/workflow/pi_engine.go:29–31  ·  view source on GitHub ↗

PiEngine represents the Pi AI coding agent (experimental). Pi is a provider-agnostic agentic coding assistant that communicates via stdin/stdout and emits a streaming JSONL log for structured event capture. When engine.model uses provider/model format (e.g. "copilot/claude-sonnet-4-20250514"), Pi b

Source from the content-addressed store, hash-verified

27//
28// Both requirements are validated at compile time by validatePiEngineRequirements.
29type PiEngine struct {
30 BaseEngine
31}
32
33// NewPiEngine creates and returns a new PiEngine instance.
34func NewPiEngine() *PiEngine {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected