Spaces:
Running
Running
| 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. | |