Skip to content

Prompt management & evaluation suite for ai-sdk models. Write prompts, benchmark them locally, generate code.

Notifications You must be signed in to change notification settings

maxatwork/promptrig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromptRig

Local-first prompt management, evaluation, and deterministic code generation.

Commands

npx promptrig init
npx promptrig eval [--ui|--no-ui] [--ci] [--baseline <ref>] [--tags ...] [--split ...]
npx promptrig check --threshold "<metric op value>" [--no-regressions "<metric>"]
npx promptrig generate --platform=typescript-node [--out <dir>] [--golden-split <split>]
npx promptrig diff --experiment <A> --experiment <B>

Notes

  • eval always writes immutable run artifacts to out/experiments/<runId>/ and latest snapshots to out/experiments/<experimentId>/.
  • --ci implies deterministic output handling and no UI.
  • generate --platform=python|kotlin is intentionally not implemented in v1.

About

Prompt management & evaluation suite for ai-sdk models. Write prompts, benchmark them locally, generate code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published