[tool.poe.tasks] fmt = "ruff format" format.ref = "fmt" lint = "ruff check" mypy = "mypy --config-file $POE_ROOT/pyproject.toml agent_framework tests" pyright = "pyright" build = "uv build"