promptflow-devkit
Prompt flow devkit
What it is and what it does
Promptflow-devkit is a development toolkit for building and iterating on LLM application flows. It sits between the minimal promptflow-core package (for execution only) and the full Azure-integrated promptflow-azure package, offering a middle ground for local and on-premises development. The package provides debugging and tracing capabilities to help developers understand LLM interactions, evaluate flow quality against datasets, and prepare flows for production deployment.
The toolkit includes a tracing collector and UI for observability, integration points for CI/CD testing, and support for deploying flows to various serving platforms or embedding them in application code. It depends on 22 runtime packages including Flask for UI components, SQLAlchemy for data handling, Azure Monitor for telemetry export, and utilities like GitPython and python-dotenv for common development workflows.
Use it for:
- Debug LLM interactions and flow logic iteratively during development with built-in tracing and UI.
- Evaluate flow quality and performance against larger datasets before production deployment.
- Integrate flow testing into CI/CD pipelines to maintain quality across releases.
- Deploy flows to custom serving platforms or embed them directly into application code.
- Monitor and observe LLM application behavior through integrated telemetry collection.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a development toolkit for building, debugging, evaluating, and deploying LLM application flows with integrated tracing and observability.
Yes, if you are developing LLM applications locally or on-premises and need debugging, evaluation, and deployment tooling. The active maintenance, permissive MIT license, and low install friction make it a solid choice for iterative flow development. If you only need to execute pre-built flows in production, consider the lighter promptflow-core package instead; if you require Azure cloud integration, use promptflow-azure.
Install
promptflow-devkit on PyPI
pip
pip install promptflow-devkituv
uv add promptflow-devkitpoetry
poetry add promptflow-devkitInstalling promptflow-devkit
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with recent commits and a large community (11217 stars). Supports current Python versions (3.9–3.14).
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for both open-source and proprietary projects.
Quickstart
pip install promptflow-devkit
from promptflow_devkit import flow
# Load and debug a flow
my_flow = flow.load(source='path/to/flow')
Requires Python 3.9 or later; 22 runtime dependencies including Azure monitoring, Flask, and SQLAlchemy may increase installation size.
Verify before relying
- Whether the tracing and observability features work without Azure Monitor setup or if that is a required dependency.
- Specific performance characteristics when evaluating flows against large datasets.
- Whether CI/CD integration requires additional configuration beyond what the package provides.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 22 — argcomplete, azure-monitor-opentelemetry-exporter, colorama, cryptography, filelock, flask-cors, flask-restx, gitpython, httpx, keyring, marshmallow, opentelemetry-exporter-otlp-proto-http, pandas, pillow, promptflow-core, pydash, python-dotenv, pywin32, sqlalchemy, strictyaml, tabulate, waitress |
| Maintenance | actively maintained — 105 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 211,745/month — #9,476 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: promptflow_devkit-1.18.5-py3-none-any.whl
Keywords: devkit
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
promptflowPrompt flow is a development suite for…
permissive · top 15,000 on PyPI
promptflow-tracingCaptures and visualizes the internal execution…
permissive · top 15,000 on PyPI
promptflow-coreExecutes prompt flow workflows with minimal…
permissive · top 15,000 on PyPI
opikOpik is an open-source LLM observability and…
permissive · top 5,000 on PyPI
pomlPOML is a markup language and Python SDK for…
unclear · top 15,000 on PyPI
vellum-aiVellum is an SDK for building and deploying…
permissive · top 15,000 on PyPI
mlflowMLflow is an open-source platform for managing…
permissive · top 1,000 on PyPI
langfuseLangfuse is a Python SDK for observability,…
permissive · top 1,000 on PyPI
lfxLFX is a lightweight command-line tool that…
unclear · top 15,000 on PyPI
cognite-toolkitA command-line tool for configuring,…
permissive · top 15,000 on PyPI