AutoGenNext

Development

Setup

python -m venv .venv
source .venv/bin/activate

pip install -e ".[dev]"

Running tests

pytest

Type checking

mypy
pyright

Linting

ruff check

Formatting

ruff format
Description
No description provided
Readme CC-BY-4.0 364 MiB
Languages
Python 61.2%
C# 25.2%
TypeScript 12.7%
HTML 0.3%
JavaScript 0.2%
Other 0.2%