mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-02 10:50:03 +00:00
Initial OAgents + AGNext merge
AutoGenNext
Package layering
coreare the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.componentsare the building blocks for creating single agentsapplicationare implementations of core components that are used to compose an applicationchatis the concrete implementation of multi-agent interactions. Most users will deal with this module.
Development
TL;DR, run all checks with:
hatch run check
Setup
Virtual environment
To get a shell with the package available (virtual environment) run:
hatch shell
Common tasks
- Format:
hatch run check - Lint:
hatch run lint - Test:
hatch run pytest -n auto - Mypy:
hatch run mypy - Pyright:
hatch run pyright - Build docs:
hatch run docs:build - Auto rebuild+serve docs:
hatch run docs:serve
Note
These don't need to be run in a virtual environment,
hatchwill automatically manage it for you.
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%