autogen/python/packages/autogen-agentchat
Jack Gerrits 3022369eeb
Flatten core base and components (#4513)
* Flatten core base and components

* remove extra files

* dont export from deprecated locations

* format

* fmt
2024-12-03 17:00:44 -08:00
..
src/autogen_agentchat Flatten core base and components (#4513) 2024-12-03 17:00:44 -08:00
tests Flatten core base and components (#4513) 2024-12-03 17:00:44 -08:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Changing URL; update description; removing v0.2 file (#3729) 2024-10-09 15:54:35 -07:00
pyproject.toml update dev8 (#4417) 2024-11-27 14:39:31 -08:00

README.md

AutoGen AgentChat

Package structure

  • agents are the building blocks for creating agents and built-in agents.
  • teams are the building blocks for creating teams of agents and built-in teams, such as group chats.
  • logging contains logging utilities.