Update links in readme (#3724)

This commit is contained in:
Jack Gerrits
2024-10-09 17:26:24 -04:00
committed by GitHub
parent b1b1a84f70
commit f674f2c195

View File

@@ -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).
@@ -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