# Install dependencies
poetry install
# Activate the tools environment
eval $(poetry env activate)
To test the tool, run the file itself to use its main block.
python tools/<dirname>/<filename>.py
See template.py
for a reference implementation.
Follow the best practices defined in .cursor/rules
.