aicoolies logo
Prompt Flow logo
Prompt Flow logo

Prompt Flow

Build and evaluate LLM apps end-to-end

open sourceupdated Jul 8, 2026

Prompt Flow is Microsoft's open-source development suite for building, testing, evaluating, and deploying LLM-based applications end-to-end. It links LLM calls, prompts, Python code, and other tools into executable flows defined in YAML, with a VS Code extension providing a visual flow designer. The tool supports tracing LLM interactions for debugging, running batch evaluations with quality metrics against larger datasets, and integrating tests into CI/CD pipelines before production deployment.

Prompt Flow is an open-source toolkit from Microsoft designed to cover the full lifecycle of LLM application development — from initial prototyping through evaluation, optimization, and production deployment. At its core, a flow is a DAG (directed acyclic graph) defined in a flow.dag.yaml file that chains together LLM nodes, prompt templates, Python functions, and custom tools into an executable pipeline. The VS Code extension provides a visual designer for building and editing these flows interactively, while the CLI (pf command) handles connection management, flow execution, and deployment. Flows can use OpenAI, Azure OpenAI, or other LLM providers through a configurable connection system that stores API keys securely.

Where Prompt Flow distinguishes itself from simpler prompt chaining tools is its built-in evaluation and experimentation framework. Developers can run flows against larger datasets to calculate quality metrics, compare prompt variants and hyperparameter combinations across multiple nodes, and integrate these evaluation runs into CI/CD pipelines so that prompt quality is validated before deployment — not after. The tracing system captures detailed interaction logs with LLMs, making it straightforward to debug why a particular chain of calls produced unexpected output. This evaluation-first approach aligns with LLMOps best practices where prompt engineering is treated as an iterative, measurable process rather than one-shot guesswork.

The project has around 11,000 GitHub stars and integrates deeply with Azure Machine Learning and Azure AI Studio for teams that want cloud-based collaboration, A/B deployment, and centralized flow hosting. A GenAIOps template provides a complete CI/CD pipeline structure with GitHub Actions for experimentation, evaluation, and deployment across development and production environments. Deployment targets include Azure endpoints, Docker containers, or direct code integration. While the local open-source version is fully functional, the Azure cloud version adds enterprise features like multi-user collaboration, centralized experiment tracking, and managed compute for evaluation runs at scale.

Pricing

Free open-source, Azure AI cloud version available

Platforms

Python CLI, VS Code extension, Azure AI Studio integration

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

Used in Stacks

FAQ

What is Prompt Flow?

Prompt Flow is Microsoft's open-source development suite for building, testing, evaluating, and deploying LLM-based applications end-to-end. It links LLM calls, prompts, Python code, and other tools into executable flows defined in YAML, with a VS Code extension providing a visual flow designer. The tool supports tracing LLM interactions for debugging, running batch evaluations with quality metrics against larger datasets, and integrating tests into CI/CD pipelines before production deployment.

Is Prompt Flow free?

Yes — Prompt Flow is open source and free to use. Free open-source, Azure AI cloud version available

Is Prompt Flow open source?

Yes — Prompt Flow is open source.

What are the best Prompt Flow alternatives?

The top editor-verified Prompt Flow alternatives are Composio, Browser Use, Steel.