Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| benchmarks | 1 year ago | |
| packages | 1 year ago | |
| templates/new-package | 1 year ago | |
| .gitignore | 1 year ago | |
| README.md | 1 year ago | |
| pyproject.toml | 1 year ago | |
| run_task_in_pkgs_if_exist.py | 1 year ago | |
| shared_tasks.toml | 1 year ago | |
| uv.lock | 1 year ago | |
See autogen-core package for main functionality.
TL;DR, run all checks with:
uv sync
source .venv/bin/activate
poe check
To get a shell with the package available (virtual environment),
in the current directory,
run:
uv sync
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/
This is a mirror of AutoGen from GitHub. AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
Python SVG Jupyter Notebook C# TSX other