File size: 751 Bytes
48717f2
cc49c15
 
 
 
48717f2
cc49c15
48717f2
 
cc49c15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Fast Agent Demo
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
---

# Fast Agent on Hugging Face Spaces

This Space runs [fast-agent](https://pypi.org/project/fast-agent-mcp/) with custom tools and agent cards.

The agent is accessible via HTTP API and can be interacted with programmatically.

## Configuration

This Space includes:
- A custom agent card (`agent.md`) defining the agent's capabilities
- A Python tool file (`hf_api_tool.py`) for Hugging Face API access
- Environment-based configuration for tokens

## Usage

Once the Space is running, you can interact with the agent via HTTP requests to the Space URL.

See the [fast-agent documentation](https://github.com/evalstate/fast-agent) for more details.