Skip to content

adf-python/adf-core-python

Repository files navigation

adf-core-python

Documentation

ADF Core Python Documentation

Development Environment

Prerequisites

  • Python (3.12 or higher)
  • Poetry (1.8.3 or higher)

Installation

poetry install

Run Agent

poetry run python ./adf_core_python/launcher.py

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

Build

poetry build

Pre Commit

poetry run task precommit