Spaces:
Sleeping
Sleeping
File size: 780 Bytes
3aeb785 aa722cf 3aeb785 e5a436f 3aeb785 aa722cf 7bb3933 aa722cf 3aeb785 2710472 d5409f1 |
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 29 30 31 32 |
---
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:
* [uv](https://docs.astral.sh/uv/)
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](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index). |