skillfed

agent-framework-claude

Claude Agent SDK integration for Microsoft Agent Framework.

agent-framework-claude v1.0.0b260813 331.6K downloads/30d#7,513 on PyPI12,804
Permissive license Active released

What it is and what it does

Agent-framework-claude is a Claude-specific integration layer for Microsoft Agent Framework, enabling you to build production-grade AI agents and multi-agent workflows in Python using Claude as your LLM provider. It bridges Claude with the broader Agent Framework ecosystem, which provides orchestration patterns (sequential, concurrent, handoff, group collaboration), middleware support, observability via OpenTelemetry, and workflow management features like checkpointing and human-in-the-loop control.

The package depends on agent-framework-core and claude-agent-sdk, and is designed for teams moving agents from prototype to production. It supports Python 3.10 through 3.14 and is currently in Beta status. The framework emphasizes provider flexibility so your architecture can evolve without major rewrites as requirements change.

Use it for:

  • Build a multi-agent customer support system where Claude agents handle different ticket categories with handoff and escalation workflows.
  • Create a research assistant that orchestrates multiple Claude agents to gather, analyze, and synthesize information from different sources.
  • Develop a production chatbot with durability, observability, and human-in-the-loop approval gates using Agent Framework's workflow patterns.
  • Implement a group collaboration workflow where multiple Claude agents debate or refine solutions through structured orchestration.
  • Deploy agents to Foundry-hosted infrastructure with minimal code changes while maintaining local development and testing capability.

Worth the install?

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

Integrates Claude with Microsoft Agent Framework to enable building production-grade AI agents and multi-agent workflows in Python using Claude as the LLM provider.

Yes, with conditions. Install if you are building production agents with Claude and need orchestration beyond simple chat loops, or if you want to leverage Agent Framework's multi-agent patterns, observability, and provider flexibility. The package is actively maintained, has no known vulnerabilities, and uses a permissive MIT license. Verify that your Claude credentials and the runtime dependencies are compatible with your deployment model before committing to production use.

Install

agent-framework-claude on PyPI

pip

pip install agent-framework-claude

uv

uv add agent-framework-claude

poetry

poetry add agent-framework-claude

Installing agent-framework-claude

Before you install

Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release and 12804 repository stars, indicating active development and community engagement.

License in practice

Licensed under MIT (permissive), allowing free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install agent-framework-claude

import asyncio
from agent_framework import Agent

async def main():
    agent = Agent(
        name="MyAgent",
        instructions="You are a helpful assistant.",
    )
    result = await agent.run("Your prompt here")
    print(result)

asyncio.run(main())

Requires Python 3.10 or later. Depends on agent-framework-core and claude-agent-sdk runtime dependencies.

Verify before relying

  • Whether this package requires a Claude API key or other external credentials to function
  • Specific version compatibility between agent-framework-claude and its runtime dependencies agent-framework-core and claude-agent-sdk
  • Whether the package includes documentation or examples beyond the Microsoft Agent Framework main repository

Package facts

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

Evidence: agent_framework_claude-1.0.0b260813-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

claude agent framework pythonmulti-agent workflows claudeproduction ai agents microsoftclaude sdk agent orchestrationai agent framework integrationclaude llm provider agentsagent orchestration python
multi-agent-orchestrationclaude-integrationproduction-agents

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-foundry-local

Integrates Microsoft Agent Framework with…

permissive · top 15,000 on PyPI

agent-framework-ollama

Integrates Ollama LLM provider support into…

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

agent-framework-declarative

Enables building agents from YAML…

permissive · top 15,000 on PyPI

agent-framework-purview

Adds Microsoft Purview data governance and DLP…

permissive · top 15,000 on PyPI

agent-framework-orchestrations

Provides high-level builder patterns for…

permissive · top 15,000 on PyPI

agent-framework-foundry

Provides Microsoft Foundry integrations for the…

permissive · top 15,000 on PyPI

agent-framework-azure-ai

Integrates Azure AI Foundry memory capabilities…

permissive · top 15,000 on PyPI

Further reading