| name | unit-converter |
| description | Convert between common units using a multiplication factor. Use when asked to convert miles, kilometers, pounds, or kilograms. |
| license | MIT |
| compatibility | Works with any model that supports tool use. |
| allowed-tools | convert |
| metadata | {"author":"agent-framework-samples","version":"1.0"} |
Usage
When the user requests a unit conversion:
- First, review
references/CONVERSION_TABLES.md to find the correct factor
- Run the
scripts/convert.py script with --value <number> --factor <factor> (e.g. --value 26.2 --factor 1.60934)
- Present the converted value clearly with both units