mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Update README.md (#9)
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
## Package layering
|
||||
|
||||
- `core` are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.
|
||||
- `agent_components` are the building blocks for creating agents
|
||||
- `core_components` are implementations of core components that are used to compose an application
|
||||
- `agent_components` are the building blocks for creating single agents
|
||||
- `application_components` are implementations of core components that are used to compose an application
|
||||
- `chat` is the concrete implementation of multi-agent interactions. Most users will deal with this module.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user