Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 604 Bytes

File metadata and controls

45 lines (29 loc) · 604 Bytes

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 ./src/adf_core_python/launcher.py

# get help
uv run python ./src/adf_core_python/launcher.py -h

Build

uv build

Pre Commit

uv run ruff format .
uv run ruff check .
uv run mypy .

License

MIT License. See LICENSE.