Skip to content

adf-python/adf-core-python

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2025
May 1, 2025
Jan 7, 2025
Feb 21, 2025
Mar 18, 2025
Oct 9, 2024
Mar 18, 2025
Nov 21, 2024
Mar 19, 2025
Mar 6, 2025
Jul 31, 2024
May 1, 2025
Nov 28, 2024

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