Spaces:
Sleeping
Sleeping
File size: 831 Bytes
24500d4 d047b9d 24500d4 2428de5 d047b9d 2428de5 d047b9d 24500d4 d047b9d | 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: Convert Unit Tool
emoji: 🔢
colorFrom: gray
colorTo: yellow
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
tags:
- smolagents
- agent
- tool
- agent-course
- agents-course
- code-agent
license: apache-2.0
short_description: A simple agent tool for converting units
---
# 🔢 Convert Unit Tool
A simple agent tool for converting a value from one unit to another.
## Units
- Length: `mm`, `cm`, `m`, `km`, `in`, `ft`
- Weight: `mg`, `g`, `kg`, `lb`, `oz`
## Preview
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/67d2db58176fdb283211e929/wXVO8pyB7zB-J0H1u7ZOH.mp4"></video>
## Reference
[Tools](https://huggingface.co/learn/agents-course/unit2/smolagents/tools) from [Hugging Face Agents Course](https://huggingface.co/learn/agents-course/unit0/introduction). |