Skip to content

Commit

Permalink
Update links in readme (microsoft#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Oct 9, 2024
1 parent b1b1a84 commit f674f2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ AutoGen offers the following key features:
AutoGen has several packages and is built upon a layered architecture.
Currently, there are three main APIs your application can target:

- [Core](https://microsoft.github.io/autogen/dev/core-user-guide/index.html)
- [AgentChat](https://microsoft.github.io/autogen/dev/agentchat-user-guide/index.html)
- [Core](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/index.html)
- [AgentChat](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html)
- [Extensions](https://microsoft.github.io/autogen/dev/reference/python/autogen_ext/autogen_ext.html)

## Core

- [Installation](https://microsoft.github.io/autogen/dev/packages/index.html#pkg-info-autogen-core)
- [Quickstart](https://microsoft.github.io/autogen/dev/core-user-guide/guides/quickstart.html)
- [Quickstart](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/quickstart.html)

The core API of AutoGen, `autogen-core`, is built following the
[actor model](https://en.wikipedia.org/wiki/Actor_model).
Expand All @@ -68,7 +68,7 @@ while still communicating with one another.
## AgentChat

- [Installation](https://microsoft.github.io/autogen/dev/packages/index.html#pkg-info-autogen-agentchat)
- [Quickstart](https://microsoft.github.io/autogen/dev/agentchat-user-guide/guides/quickstart.html)
- [Quickstart](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/quickstart.html)

The AgentChat API, `autogen-agentchat`, is task driven and at a high level like AutoGen 0.2.
It allows you to define conversational agents, compose them into teams and then
Expand Down

0 comments on commit f674f2c

Please sign in to comment.