See autogen-core package for main functionality.
TL;DR, run all checks with:
uv sync --all-extras
source .venv/bin/activate
poe check
To get a shell with the package available (virtual environment),
in the current directory,
run:
uv sync --all-extras
source .venv/bin/activate
poe formatpoe lintpoe testpoe mypypoe pyrightpoe --directory ./packages/autogen-core/ docs-buildpoe --directory ./packages/autogen-core/ docs-serve[!NOTE]
These need to be run in the virtual environment.
To create a new package, run:
uv sync
source .venv/bin/activate
cookiecutter ./templates/new-package/