mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-23 00:42:54 +00:00
9 lines
365 B
Markdown
9 lines
365 B
Markdown
# AutoGen AgentChat
|
|
|
|
- [Documentation](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html)
|
|
|
|
## 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. |