by evalstate
Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP Support
# Add to your Claude Code skills
git clone https://github.com/evalstate/fast-agent[!TIP] Please see : https://fast-agent.ai for latest documentation. There is also an LLMs.txt here
fast-agent enables you to create and interact with sophisticated multimodal Agents and Workflows in minutes. It is the first framework with complete, end-to-end tested MCP Feature support including Sampling and Elicitations.
fast-agent is CLI-first, with an optional prompt_toolkit-powered interactive terminal prompt (TUI-style input, completions, and in-terminal menus); responses can stream live to the terminal via rich without relying on full-screen curses UIs or external GUI overlays.
The simple declarative syntax lets you concentrate on composing your Prompts and MCP Servers to build effective agents.
Model support is comprehensive with native support for Anthropic, OpenAI and Google providers as well as Azure, Ollama, Deepseek and dozens of others via TensorZero. Structured Outputs, PDF and Vision support is simple to use and well tested. Passthrough and Playback LLMs enable rapid development and test of Python glue-code for your applications.
Recent features include:
fast-agent is the only tool that allows you to inspect Streamable HTTP Transport usage - a critical feature for ensuring reliable, compliant deployments. OAuth is supported with KeyRing storage for secrets. Use the fast-agent auth command to manage.
[!IMPORTANT]
Documentation is included as a submodule. When cloning, use
--recurse-submodulesto get everything:git clone --recurse-submodules https://github.com/evalstate/fast-agent.gitOr if you've already cloned:
git submodule update --init --recursiveThe documentation source is a...
No comments yet. Be the first to share your thoughts!