This file contains instructions and preferences for AI agents working on this repository.
- Tool: Use
uvfor all environment and package management tasks. - Running Scripts: Use
uv run <script>(e.g.,uv run python main.py) to ensure the correct environment is used. - Adding Dependencies: Use
uv add <package>to add new dependencies topyproject.toml. - Installing Dependencies: Use
uv syncto ensure the environment is up to date.