promptdiff — lint, diff, and score LLM prompts (with Ollama A/B testing) #21161
HadiFrt20
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing a tool I built for managing LLM prompts as code.
If you are building agents or RAG pipelines with LlamaIndex, your system prompts are production-critical but probably have no quality gates.
promptdiff parses
.promptfiles into typed sections (persona, constraints, examples, format) and applies:extendsandincludesfor DRY prompt managementEverything local, 3 deps, 217 tests.
GitHub: https://github.com/HadiFrt20/promptdiff
npm install -g promptdiffBeta Was this translation helpful? Give feedback.
All reactions