--- title: AgentTools emoji: 💬 colorFrom: yellow colorTo: purple sdk: gradio sdk_version: 5.0.1 app_file: app.py pinned: false license: apache-2.0 short_description: testing smolagent tools creation --- 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). accelerate required for base tools (pipeline tool) #pip install -r requirements.txt --ignore-installed torchaudio #pip install -r requirements.txt --no-deps #without torchaudio: pip install -e ../smolagents/ #launch in dev (hotreload ) gradio app.py