An open API service indexing awesome lists of open source software.

https://github.com/lirantal/fast-agent-example-with-mcp

MCP Server enhancing Fast Agent Python framework for terminal chat bot
https://github.com/lirantal/fast-agent-example-with-mcp

ai-agents fast-agent fast-agent-mcp mcp mcp-servers model-context-protocol

Last synced: 19 days ago
JSON representation

MCP Server enhancing Fast Agent Python framework for terminal chat bot

Awesome Lists containing this project

README

          

# Fast Agent example

## Install

```bash
uv venv
source .venv/bin/activate
uv pip install fast-agent-mcp
```

## Configure

Copy the `example.fastagent.secrets.yaml` file to `fastagent.secrets.yaml` and fill in the required fields for setting an API key to one of the supported LLM providers.

## Run

Run the agent:

```
cd state-transfer
uv run agent_one.py
```

## Contributing

Please consult [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.