Files
crewAI/src/crewai/cli/templates/tool/README.md
Brandon Hancock (bhancock_ai) 54ebd6cf90 restrict python version compatibility (#1731)
* drop 3.13

* revert

* Drop test cassette that was causing error

* trying to fix failing test

* adding thiago changes

* resolve final tests

* Drop skip
2024-12-09 14:00:18 -05:00

1.2 KiB

{{folder_name}}

{{folder_name}} is a CrewAI Tool. This template is designed to help you create custom tools to power up your crews.

Installing

Ensure you have Python >=3.10 <=3.12 installed on your system. This project uses UV for dependency management and package handling, offering a seamless setup and execution experience.

First, if you haven't already, install uv:

pip install uv

Next, navigate to your project directory and install the dependencies with:

crewai install

Publishing

Collaborate by sharing tools within your organization, or publish them publicly to contribute with the community.

crewai tool publish {{tool_name}}

Others may install your tool in their crews running:

crewai tool install {{tool_name}}

Support

For support, questions, or feedback regarding the {{crew_name}} tool or CrewAI.

Let's create wonders together with the power and simplicity of crewAI.