aicoolies logo
fast-agent logo
fast-agent logo

fast-agent

MCP, ACP and Skills support for building production coding agents — interactive or automated.

open sourceupdated Aug 16, 2026

fast-agent is an Apache-licensed Python framework for building and running LLM agents with full MCP (Model Context Protocol) and ACP support. It ships with an interactive shell mode, Skills management, and multi-model routing — making it a practical platform for coding agents, workflow automation, and agent evaluation across Claude, Codex, HuggingFace, and local models.

Read our fast-agent review

A detailed review by the aicoolies team — click to read

fast-agent provides a flexible runtime for building LLM-powered agents with first-class support for MCP servers, ACP (Agent Communication Protocol), and reusable Skills. Developers can launch an interactive coding agent session with a single uvx fast-agent-mcp@latest -x command, connect to any MCP server over stdio or HTTP with OAuth, and manage skills via a built-in /skills command. The framework targets the full spectrum of agentic use cases — from exploratory coding sessions to fully automated CI pipelines and evaluation harnesses.

Unlike general-purpose agent frameworks that treat MCP as an afterthought, fast-agent is designed around the protocol from the ground up — supporting Sampling, Elicitations, and other advanced MCP features that most frameworks omit. It supports multiple model providers out of the box (Anthropic Claude, OpenAI Codex, HuggingFace Inference, llama.cpp, and generic local models) and ships with preconfigured packs for common workflows like --pack hf-dev for HuggingFace development or --pack codex for OpenAI Codex-optimized agents. The --smart flag enables automatic subagent routing and compaction strategies for long-running sessions.

fast-agent fits developers who want a coding agent framework that stays close to the MCP standard while remaining lightweight and composable. It works equally well as a daily driver for interactive development (fast-agent --model opus -x --smart) and as an evaluation harness for testing agent behavior across model providers. With 3,700+ GitHub stars, an active Discord community, and regular releases under the Apache 2.0 license, it has become a credible alternative for teams who find LangChain too heavyweight or CrewAI too opinionated for terminal-first coding workflows.

Pricing

Free and open source under Apache 2.0. Install via pip install fast-agent-mcp or uv tool install -U fast-agent-mcp. No paid tiers.

Platforms

Python 3.10+. macOS, Linux, Windows. Terminal/CLI. Works with any MCP-compatible server (stdio or HTTP+OAuth).

Categories

Tags

Use Cases

mcp-agent logo

mcp-agent

Composable agent orchestration via MCP servers

mcp-agent is an open-source framework with 8K+ GitHub stars for building AI agents that leverage MCP (Model Context Protocol) servers as composable tool providers. Agents connect to multiple MCP servers simultaneously, gaining access to diverse capabilities without custom integrations. Supports multi-agent workflows, parallel tool execution, and automatic server discovery. Designed to make MCP the universal interface between AI agents and external tools, databases, and services.

Open Source
smolagents official documentation mascot illustration

SmoLAgents

Hugging Face's lightweight agent framework

smolagents is Hugging Face's lightweight agent framework for building AI agents that can use tools, write and execute code, and collaborate in multi-agent setups. Designed for simplicity with minimal abstractions — agents are just LLMs that write Python code to orchestrate tool calls rather than using JSON-based function calling. Supports any LLM provider, integrates with Hugging Face Hub for sharing tools and agents, and runs with as few as 1,000 lines of core library code.

Open Source
Agno logo

Agno

Lightweight multi-modal agent framework

Fast, lightweight Python framework for building multi-modal AI agents, formerly known as Phidata. Includes built-in memory, knowledge bases, tools, and reasoning capabilities with 40K+ GitHub stars. Designed for developers who want to build production-ready agents quickly with minimal boilerplate, supporting structured outputs and multi-agent coordination out of the box.

Open Source
Pydantic AI logo

Pydantic AI

Python agent framework by Pydantic team

Agent framework built on Pydantic for type-safe AI applications. Provides structured outputs, dependency injection, and multi-model support. Created by the Pydantic team, it brings the same validation and typing philosophy that made Pydantic essential for Python APIs to the world of AI agents, ensuring reliable data flow between LLMs and application logic.

Open Source

Related Tools

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

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
Headroom logo

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

Open SourceTelemetry

FAQ

What is fast-agent?

fast-agent is an Apache-licensed Python framework for building and running LLM agents with full MCP (Model Context Protocol) and ACP support. It ships with an interactive shell mode, Skills management, and multi-model routing — making it a practical platform for coding agents, workflow automation, and agent evaluation across Claude, Codex, HuggingFace, and local models.

Is fast-agent free?

Yes — fast-agent is open source and free to use. Free and open source under Apache 2.0. Install via pip install fast-agent-mcp or uv tool install -U fast-agent-mcp. No paid tiers.

Is fast-agent open source?

Yes — fast-agent is open source.

What are the best fast-agent alternatives?

The top editor-verified fast-agent alternatives are mcp-agent, SmoLAgents, Agno, and more.

How does fast-agent score in our review?

Our hands-on review scores fast-agent 83/100 overall, based on speed, privacy, and developer-experience testing.