Summary
Add a tool to convert between units (length, weight, temperature, etc.) without requiring authentication.
Motivation
Unit conversion is a frequent user request and useful in many agentic workflows.
Proposed solution
Implement a tool that parses user input and performs conversions using a public API or a local conversion library.
Alternatives considered
Relying on external APIs or libraries, but local implementation is preferred for reliability.
Summary
Add a tool to convert between units (length, weight, temperature, etc.) without requiring authentication.
Motivation
Unit conversion is a frequent user request and useful in many agentic workflows.
Proposed solution
Implement a tool that parses user input and performs conversions using a public API or a local conversion library.
Alternatives considered
Relying on external APIs or libraries, but local implementation is preferred for reliability.