fast-agent

Define, Prompt and Test MCP enabled Agents and Workflows

GitHub Stars

3,105

User Rating

Not Rated

Favorites

0

Views

44

Forks

320

Issues

99

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/evalstate/fast-agent.git
cd fast-agent

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check your Python version and reinstall dependencies. Issue: Model not recognized Solution: Verify the configuration file and ensure the correct model name is used.