mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-06 04:01:12 +00:00
* Add support for task cancellation * add tests to CI * matrix for python testing
AutoGenNext
Package layering
coreare the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.agent_componentsare the building blocks for creating agentscore_componentsare implementations of core components that are used to compose an application
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
A programming framework for agentic AI 🤖 PyPi: autogen-agentchat Discord: https://aka.ms/autogen-discord Office Hour: https://aka.ms/autogen-officehour
Readme
CC-BY-4.0
386 MiB
Languages
Python
61.5%
C#
25.1%
TypeScript
12.6%
HTML
0.3%
JavaScript
0.2%
Other
0.2%