autogen/python/packages/autogen-agentchat
Jack Gerrits a6f022958f
Update version to dev1 (#3791)
* Update version to dev1

* lockfile

* update tilde
2024-10-14 16:01:18 -07:00
..
src/autogen_agentchat Use script-friendly example in README and quickstart (#3728) 2024-10-09 16:02:42 -07:00
tests Refactor logging in agentchat (#3709) 2024-10-09 15:15:09 -04: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 version to dev1 (#3791) 2024-10-14 16:01:18 -07: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.