[tool.poe.tasks] fmt = "ruff format" format.ref = "fmt" lint = "ruff check" pyright = "pyright" build = "uv build" test = "pytest --cov=agent_framework --cov-report=term-missing:skip-covered tests"