Skip to content

Commit ecdf18d

Browse files
jackgerritsekzhu
andauthored
Make package readmes slightly less empty (microsoft#4961)
* Make package readmes slightly less empty * Update python/packages/autogen-ext/README.md --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 parent c293b93 commit ecdf18d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# AutoGen AgentChat
22

33
- [Documentation](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html)
4+
5+
AgentChat is a high-level API for building multi-agent applications.
6+
It is built on top of the [`autogen-core`](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html) package.
7+
For beginner users, AgentChat is the recommended starting point.
8+
For advanced users, [`autogen-core`](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html)'s event-driven
9+
programming model provides more flexibility and control over the underlying components.
10+
11+
AgentChat provides intuitive defaults, such as **Agents** with preset
12+
behaviors and **Teams** with predefined [multi-agent design patterns](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/design-patterns/intro.html).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# AutoGen Core
22

33
- [Documentation](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html)
4+
5+
AutoGen core offers an easy way to quickly build event-driven, distributed, scalable, resilient AI agent systems. Agents are developed by using the [Actor model](https://en.wikipedia.org/wiki/Actor_model). You can build and run your agent system locally and easily move to a distributed system in the cloud when you are ready.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# autogen-ext
1+
# AutoGen Extensions
22

3-
[Documentation](https://microsoft.github.io/autogen/stable/user-guide/extensions-user-guide/index.html)
3+
- [Documentation](https://microsoft.github.io/autogen/stable/user-guide/extensions-user-guide/index.html)
4+
5+
AutoGen is designed to be extensible. The `autogen-ext` package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.

0 commit comments

Comments
 (0)