Spaces:
Running
Running
metadata
title: TDAgent
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: apache-2.0
tags:
- agent-demo-track
short_description: tdb
TDA Agent
Development setup
To start developing you need the following tools:
To start, sync all the dependencies with uv sync --all-groups
.
Then, install the pre-commit hooks (uv run pre-commit install
) to
ensure that future commits comply with the bare minimum to keep
code readable.
Old content
An example chatbot using Gradio, huggingface_hub
, and the Hugging Face Inference API.