AIAny
AI Agent2025
Icon for item

fast-agent documentation

MCP-native agent framework built around the Model Context Protocol from the start, with end-to-end tested Sampling and Elicitation. Define agents and multi-step workflows in Python, run terminal-first, and swap Anthropic, Google or local models.

Introduction

Most agent frameworks bolted MCP support on after the fact; fast-agent was architected around it from the first commit. The result is the first framework with complete, end-to-end tested MCP feature coverage — including the parts nobody else implements properly, like Sampling and Elicitations — which matters because those are exactly the features that break silently when MCP support is an afterthought.

What Sets It Apart
  • MCP and ACP are first-class, not adapters: agents both consume and expose protocol features, so the same agent plugs into any MCP client or hosts its own. So you build once instead of maintaining a separate integration per host.
  • Provider-agnostic by design — Anthropic, Google, OpenAI, OpenAI-compatible endpoints, and auto-configured local models via llama.cpp — so swapping the model behind an agent is a config change, not a rewrite.
  • Workflows are composed in Python from primitives (chains, parallel fan-out, routers, evaluator-optimizer loops) rather than hidden behind a DSL, so debugging an agent is just reading and stepping through Python.
  • Card Packs distribute agent definitions, skills, and configs as installable units that update independently, which keeps shared setups reproducible across a team.
Who It's For

Great fit if you are building on MCP/ACP and want the protocol features to actually work, prefer a scriptable CLI and plain Python over a web console, or need to keep model providers interchangeable. Look elsewhere if you want a hosted no-code agent builder, a managed enterprise orchestration platform with a UI, or a framework with a large pre-built integration marketplace — fast-agent trades that breadth for protocol depth and developer control.

Information

  • Websitefast-agent.ai
  • Organizationsllmindset
  • Authorsevalstate
  • Published date2025/01/18

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.