Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CalculatorTool #98

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

bisansuleiman
Copy link

Adding CalculatorTool for evaluating mathematical operations.

Inspired by the custom tool in the stock_analysis example from the crewAI-examples repo. I rewrote it using the BaseTool model to make it more flexible and maintainable.

CalculatorTool

The CalculatorTool allows agents to evaluate mathematical operations encountered during their tasks. It can also calculate a specific operation passed in by the user.

@joaomdmoura
Copy link
Collaborator

missing adding the init.py imports :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants