Skip to main content

PromptPilot - SLM-powered control plane for AI coding agents; routes, clarifies, compresses, and preserves context before invoking Codex/Claude-style agents

Project description

PromptPilot

Small-language-model control layer for AI coding agents.

PromptPilot puts a cheap small model in front of Codex and Claude Code: it turns a rough prompt into a clear, constraint-pinned brief — so the frontier model stops burning tokens on ambiguity, repeated history, and noisy tool output.

What it does

  • Clarifies vague requests — flags ambiguity and asks first instead of guessing.
  • Pins constraints & protected spans — APIs, file paths, "don't touch X" go into the prompt explicitly.
  • Routes every requestclarify / answer / passthrough / act — instead of blindly forwarding.
  • Bounds session memory — long sessions don't re-feed the whole transcript every turn.
  • Compresses noisy tool output — pytest / grep / diff, via agent hooks, before the expensive model reads it.

The SLM manages the workflow; the frontier model still writes and debugs the code. PromptPilot optimizes for semantic-preserving context control, not blind token reduction — a rewrite may be longer when that preserves a constraint. The savings come from fewer ambiguous turns, bounded replay, and compressed context.

Measured (hybrid mode, one 15-turn chain): ~24k input tokens of SLM work directed ~12.66M input tokens of agent work — the control layer was ~0.2% of the input footprint, and the bounded session ran the same work on ~7.6× fewer input tokens than the tool's native --resume. Single workload, not a guarantee — see Benchmarks and Hybrid Mode.

How it works

%%{init: {"flowchart": {"curve": "basis", "nodeSpacing": 48, "rankSpacing": 60}}}%%
flowchart LR
  U([Developer request])

  subgraph PP["PromptPilot control plane"]
    direction LR
    M[["Session memory<br/>bounded summaries"]]
    C{{"SLM route<br/>clarify / answer / passthrough / act"}}
    Q["Clarify<br/>ask first"]
    A["Answer<br/>offer reply"]
    D["Direct reply<br/>opt-in only"]
    P["Passthrough<br/>raw prompt"]
    R["Act<br/>safe rewrite"]
  end

  subgraph AG["Frontier coding agent"]
    direction LR
    F["Codex / Claude CLI"]
    O["Code changes<br/>tests / summary"]
    T["Tool output"]
  end

  subgraph HK["Optional hooks"]
    H["Compress logs<br/>pytest / grep / diff"]
  end

  U --> M --> C
  C -->|clarify| Q
  C -->|answer| A
  A -->|enabled| D
  A -.->|otherwise| F
  C -->|passthrough| P --> F
  C -->|act| R --> F
  F --> O
  F --> T --> H --> F

  C -. "hybrid" .-> API[("Metered SLM API")]
  F -. "hybrid" .-> SUB[("Subscription CLI")]

  classDef entry fill:#fff7ed,stroke:#fb923c,stroke-width:2px,color:#7c2d12;
  classDef control fill:#eef2ff,stroke:#6366f1,stroke-width:2px,color:#312e81;
  classDef route fill:#f5f3ff,stroke:#8b5cf6,stroke-width:2px,color:#4c1d95;
  classDef agent fill:#ecfeff,stroke:#06b6d4,stroke-width:2px,color:#164e63;
  classDef hook fill:#f0fdf4,stroke:#22c55e,stroke-width:2px,color:#14532d;
  classDef infra fill:#f8fafc,stroke:#94a3b8,stroke-width:1.5px,color:#334155;

  class U entry;
  class M,Q,A,D,P,R control;
  class C route;
  class F,O,T agent;
  class H hook;
  class API,SUB infra;

For answer, PromptPilot skips the downstream coding agent only when direct SLM answering is enabled (--let-slm-answer or PROMPTPILOT_LET_SLM_ANSWER); otherwise the request continues to the agent. The diagram keeps node labels short so GitHub Mermaid previews do not clip long text.

Dig deeper in Architecture, Routes and Decisions, and Semantic Preservation.

Install

PromptPilot wraps an existing coding-agent CLI — install and authenticate at least one first:

  • Claude Code: npm install -g @anthropic-ai/claude-codeclaude auth login --claudeai
  • Codex: npm install -g @openai/codexcodex login
pip install prpt[claude]      # Claude/Anthropic SLM path
pip install prpt[codex]       # Codex/OpenAI SLM path
pip install prpt[all]         # both

Subscription auth and API keys both work; hybrid mode can route the small control layer to a metered API key and the coding agent to a subscription CLI. ([anthropic] / [openai] remain as aliases.)

First run

cd /path/to/your/repo
prpt setup                                # one-time onboarding (checks + smoke test)
prpt "fix the flaky test in payments"     # auto-detects claude or codex from PATH
prpt --dry-run "refactor auth, no API changes"  # preview the optimized prompt
prpt --tool codex "add dark mode"         # force a specific agent
prpt restart                              # collapse a heavy session -> handoff.md -> fresh

Applying edits: prpt "..." forwards the optimized brief to the agent in a single non-interactive pass, so on the Claude Code path edits are proposed, not auto-applied. Pass --tool-arg=--permission-mode --tool-arg=acceptEdits to let it write files, or use prpt install-hook (below) to run the optimization inside an interactive Claude Code session where you approve edits as usual. --dry-run only prints the brief.

prpt doctor re-runs setup checks; prpt install-hook wires prompt/tool hooks into Claude Code. Full flag set: prpt --help (or prpt --advanced-help for researcher/internal flags). New here? → QUICKSTART.md.

Demo

See the SLM control layer reshape a rough prompt into a structured brief, with zero setup — no API key, no coding agent, no network:

python examples/demo.py

Sample output, the live-SLM run, and every flag are in the demo walkthrough → examples/README.md.

Docs

Long-form docs live in docs/ (source of truth), mirrored to the PromptPilot GitHub Wiki by scripts/publish_wiki.sh. Start at the Project Overview or the docs index. Operational pages stay at the repo root: QUICKSTART.md, SECURITY.md, CONTRIBUTING.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prpt-0.2.2.tar.gz (128.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

prpt-0.2.2-py3-none-any.whl (111.3 kB view details)

Uploaded Python 3

File details

Details for the file prpt-0.2.2.tar.gz.

File metadata

  • Download URL: prpt-0.2.2.tar.gz
  • Upload date:
  • Size: 128.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prpt-0.2.2.tar.gz
Algorithm Hash digest
SHA256 a09183a5eef656a372231d48b001fcdef52397a4e31d4afb11e5b21c95af2ec7
MD5 059f29b0e32fc2bfc59da3afcf8ae022
BLAKE2b-256 c9045d359d4ecb3eb18949f855fe5121caed9454c1c48aa7dbeef94187d83949

See more details on using hashes here.

Provenance

The following attestation bundles were made for prpt-0.2.2.tar.gz:

Publisher: publish.yml on steyangdot/PromptPilot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file prpt-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: prpt-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 111.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for prpt-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d28283045fe7bbb306223b12003a6c76b5de848a4d8c074d00272de3170e6c76
MD5 4f9a71baf3d256b00f255c69eed347e8
BLAKE2b-256 719fb81344dc0b2c45755db4411865543a516a62a53840b8420417d60becce30

See more details on using hashes here.

Provenance

The following attestation bundles were made for prpt-0.2.2-py3-none-any.whl:

Publisher: publish.yml on steyangdot/PromptPilot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page