adf-core-python Documentation ADF Core Python Documentation Development Environment Prerequisites Python (3.13 or higher) uv (0.8.2 or higher) Installation uv sync Run Agent uv run python ./adf_core_python/launcher.py # get help uv run python ./adf_core_python/launcher.py -h Build uv build Pre Commit uv run ruff format . uv run ruff check . uv run mypy .