Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 494 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 494 Bytes

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