Skip to content

[Feature Request] Add more example tools to the registry #1

@study8677

Description

@study8677

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:

  1. Define the function in src/tools/example_tool.py.
  2. Add docstrings (Google Style).
  3. Register it in src/agent.py's available_tools dictionary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions