skillfed

agent-framework-foundry-local

Foundry Local integration for Microsoft Agent Framework.

agent-framework-foundry-local v1.0.0b260730 302.9K downloads/30d#7,818 on PyPI12,804
Permissive license Active released

What it is and what it does

This package provides local Foundry integration for Microsoft Agent Framework, a framework designed to build production-grade AI agents and multi-agent workflows in Python. It acts as a bridge between the core Agent Framework and Microsoft Foundry's local development environment, allowing developers to prototype and test agents locally before deploying to production. The package depends on agent-framework-core, agent-framework-openai, and foundry-local-sdk to provide orchestration, LLM connectivity, and local Foundry access.

The framework supports graph-based orchestration patterns (sequential, concurrent, handoff, group collaboration), middleware for request/response processing, built-in observability via OpenTelemetry, and human-in-the-loop control. It is aimed at teams moving agents from prototype to production and is designed to remain architecture-agnostic as requirements evolve, supporting a broad ecosystem including Azure OpenAI, OpenAI, and GitHub Copilot SDK.

Use it for:

  • Local development and testing of AI agents before deploying to production infrastructure.
  • Building multi-agent workflows with orchestration patterns like sequential execution, concurrent tasks, and agent handoffs.
  • Prototyping agents with Foundry Local as the LLM provider while maintaining compatibility with production cloud deployments.
  • Integrating observability and monitoring into agent systems using built-in OpenTelemetry support.
  • Implementing human-in-the-loop workflows where agents can pause for human review or intervention.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Microsoft Agent Framework with Foundry Local, enabling local development and testing of production-grade AI agents and multi-agent workflows using Microsoft Foundry as the LLM provider.

Yes, with conditions. The package is actively maintained, has low install friction, and is MIT-licensed. It is in beta status and depends on three other agent-framework packages, so verify that your environment can accommodate those dependencies and that Foundry Local is available for your use case. No known vulnerabilities. Install if you are building agents with Microsoft Agent Framework and need local Foundry integration for development.

Install

agent-framework-foundry-local on PyPI

pip

pip install agent-framework-foundry-local

uv

uv add agent-framework-foundry-local

poetry

poetry add agent-framework-foundry-local

Installing agent-framework-foundry-local

Before you install

Low install friction with a pure-Python wheel and only three runtime dependencies. The package is actively maintained with recent releases and a large repository (12804 stars), though it is still in beta status.

License in practice

Licensed under MIT (permissive), allowing free use, modification, and distribution with minimal restrictions.

Quickstart

pip install agent-framework-foundry-local

from agent_framework import Agent
from agent_framework.foundry import FoundryChatClient

agent = Agent(
    client=FoundryChatClient(),
    name="MyAgent",
    instructions="You are a helpful assistant."
)
result = await agent.run("Your prompt here")

Requires Python 3.10 or later; Foundry Local credentials and endpoint configuration must be available (typically via environment variables or direct constructor parameters).

Verify before relying

  • Whether this package can be used standalone or requires the full agent-framework package to be installed separately.
  • Whether Foundry Local is a free offering or requires a paid subscription.
  • Performance characteristics and scalability limits for concurrent agent workflows.
  • Specific version compatibility between agent-framework-foundry-local and its three runtime dependencies.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — agent-framework-core, agent-framework-openai, foundry-local-sdk
Maintenance actively maintained — 15 days since the last release
Last repo commit
First released
Downloads 302,888/month — #7,818 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: agent_framework_foundry_local-1.0.0b260730-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Typing :: Typed

Tags

agent framework foundry localmicrosoft agent framework integrationlocal ai agent developmentfoundry local sdk agentsmulti-agent workflow orchestrationproduction ai agent frameworkagent framework llm provider
ai-agentsmulti-agent-orchestrationfoundry-integration

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

agent-framework-azure-ai

Integrates Azure AI Foundry memory capabilities…

permissive · top 15,000 on PyPI

agent-framework-claude

Integrates Claude with Microsoft Agent…

permissive · top 15,000 on PyPI

agent-framework-foundry

Provides Microsoft Foundry integrations for the…

permissive · top 15,000 on PyPI

agent-framework-foundry-hosting

Integrates Agent Framework agents and workflows…

permissive · top 15,000 on PyPI

agent-framework-ollama

Integrates Ollama LLM provider support into…

permissive · top 15,000 on PyPI

agent-framework-declarative

Enables building agents from YAML…

permissive · top 15,000 on PyPI

agent-framework-lab

Provides experimental lab modules (GAIA, TAU2,…

permissive · top 15,000 on PyPI

agent-framework-core

Build, orchestrate, and deploy AI agents and…

permissive · top 5,000 on PyPI

semantic-kernel

Semantic Kernel is a Python SDK for building AI…

permissive · top 5,000 on PyPI

agent-framework

Builds and orchestrates AI agents powered by…

permissive · top 5,000 on PyPI

Further reading