evalstate/fast-agent

Code, Build and Evaluate agents - excellent Model and Skills/MCP/ACP/A2A Support

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on September 17th, 2026
Created on January 18th, 2025
Open Issues & Pull Requests: 32 (-1)
GitHub issues: Enabled
Number of forks: 446
Total Stargazers: 3,921 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.0 hours
Mean response time: 15.2 days
90th percentile: 16.5 days
Tracked items: 254

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 9% of issues opened in the past year have never received a reply. Work labelled "documentation" is answered fastest, typically in about an hour, while "feature" waits about 28 hours. 82% of issues opened in the past year have been closed, leaving a working backlog. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 242 days
Stale 30+ days: 16
Stale 90+ days: 12

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • defect (36)
  • fixed - release (30)
  • fixed - testing (28)
  • question (22)
  • enhancement (17)
  • feature (17)
  • documentation (15)
  • help wanted (13)

Detailed Description

fast-agent is an agent framework that lets you build, code, and evaluate LLM-powered agents with comprehensive support for Model Control Protocol (MCP), Agent Control Protocol (ACP), and Agent-to-Agent (A2A) communication.

The tool addresses the need to quickly prototype and deploy sophisticated agents by providing a declarative syntax for composing prompts and connecting MCP servers. It operates as a CLI-first platform with an optional interactive terminal interface, streaming responses through rich formatting without requiring full-screen terminal UIs. The framework handles the complexity of agent orchestration by managing skills, connecting to external services, and supporting shell command execution directly within agent workflows.

fast-agent suits developers building coding agents, development toolkits, evaluation platforms, or automation workflows who want to move quickly from concept to deployment. It works well for teams needing multimodal agent capabilities with vision and PDF support, structured outputs, and the ability to test against multiple LLM providers. The framework supports Anthropic, OpenAI, and Google natively, alongside Azure, Ollama, Deepseek, and dozens of other providers through TensorZero. If you need to inspect HTTP transport usage for compliance or reliability verification, the tool's streamable transport diagnostics are distinctive. The simple declarative approach means you focus on prompt composition and server integration rather than boilerplate agent infrastructure.

The project maintains active development with passing continuous integration checks and responsive issue tracking. Development prioritizes end-to-end tested MCP feature completeness, including advanced capabilities like sampling and elicitations that distinguish it from earlier agent frameworks. The team has recently added agent skills, MCP applications, shell mode, advanced transport diagnostics, and OAuth support with keyring-based secret management, indicating sustained investment in both core functionality and operational concerns like secure credential handling.