Files
crewAI/src/crewai/cli/templates/tool/README.md
Eduardo Chiarotti 7f387dd7c3 Feat/poetry to uv migration (#1406)
* feat: Start migrating to UV

* feat: add uv to flows

* feat: update docs on Poetry -> uv

* feat: update docs and uv.locl

* feat: update tests and github CI

* feat: run ruff format

* feat: update typechecking

* feat: fix type checking

* feat: update python version

* feat: type checking gic

* feat: adapt uv command to run the tool repo

* Adapt tool build command to uv

* feat: update logic to let only projects with crew to be deployed

* feat: add uv to tools

* fix; tests

* fix: remove breakpoint

* fix :test

* feat: add crewai update to migrate from poetry to uv

* fix: tests

* feat: add validation for ˆ character on pyproject

* feat: add run_crew to pyproject if doesnt exist

* feat: add validation for poetry migration

* fix: warning

---------

Co-authored-by: Vinicius Brasil <vini@hey.com>
2024-10-11 19:11:27 -03: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.13 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.