Prompt flow
Microsoft toolkit for building, evaluating, tracing, and deploying LLM application flows.
About
Microsoft built Prompt flow to carry LLM applications from prototype to production as executable flows: directed graphs that wire prompts, Python functions, and model calls into units that can be run, tested, and versioned like ordinary code. The pip-installable suite, promptflow plus promptflow-tools on Python 3.9 to 3.11, includes a local test runner, batch execution over datasets, built-in and custom evaluation flows for scoring output quality, and tracing that records every model interaction for debugging. A VS Code extension adds a visual flow designer, and the CLI covers scaffolding, testing, and deployment paths that package flows as Docker images or serve them locally. The same flow format runs inside Azure AI Foundry, which drives much of its enterprise adoption, but nothing requires Azure and flows execute against any OpenAI-compatible endpoint, hosted or local. MIT licensed with about 11,000 GitHub stars, it remains one of the more complete open answers to systematic prompt testing, evaluation, and LLMOps workflow discipline.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- AI Frameworks & Libraries
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Added
- Jul 29, 2026
Related Tools
Unified system for large-scale distributed training and inference.
Guidance language for controlling LLM generation with constraints, grammars, and JSON schemas.
Library for easily accessing and processing ML datasets.
JAX neural network library with PyTorch-like module system.
High-level deep learning API supporting JAX, TensorFlow, and PyTorch backends.
Gradient boosting library by Yandex with native categorical feature handling.