-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently, the src/tools/example_tool.py only contains get_stock_price and web_search.
We need more generic example tools to demonstrate the power of the Universal Tool Dispatcher.
Ideas for new tools:
calculate_math(expression: str): Safe math evaluation.get_weather(city: str): Mock weather data.send_email(to: str, body: str): Mock email sender.
How to contribute:
- Define the function in
src/tools/example_tool.py. - Add docstrings (Google Style).
- Register it in
src/agent.py'savailable_toolsdictionary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed