Add pip install for magentic one and studio to homepage; update doc link (#4946)

* Add pip install for magentic one and studio to homepage; update doc link

* Update links
This commit is contained in:
Eric Zhu 2025-01-08 10:52:33 -08:00 committed by GitHub
parent 08addac2d4
commit 30cbbf7cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,3 @@
# AutoGen AgentChat
- [Documentation](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html)
- [Documentation](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/index.html)

View File

@ -1,3 +1,3 @@
# AutoGen Core
- [Documentation](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/index.html)
- [Documentation](https://microsoft.github.io/autogen/stable/user-guide/core-user-guide/index.html)

View File

@ -54,12 +54,14 @@ A framework for building AI agents and applications
<div class="sd-card-title sd-font-weight-bold docutils">
{fas}`book;pst-color-primary`
Magentic-One </div>
Magentic-One [![PyPi magentic-one](https://img.shields.io/badge/PyPi-magentic--one-blue?logo=pypi)](https://pypi.org/project/magentic-one/)
</div>
A multi-agent assistant for web and file-based tasks.
Built on AgentChat.
```bash
% m1 "Find flights from Seattle to Paris and format the result in a table"
pip install magentic-one
m1 "Find flights from Seattle to Paris and format the result in a table"
```
+++
@ -72,7 +74,7 @@ Get Started
:::
:::{grid-item-card} {fas}`palette;pst-color-primary` Studio [![PyPi autogenstudio](https://img.shields.io/badge/PyPi-autogen--studio-blue?logo=pypi)](https://pypi.org/project/autogenstudio/)
:::{grid-item-card} {fas}`palette;pst-color-primary` Studio [![PyPi autogenstudio](https://img.shields.io/badge/PyPi-autogenstudio-blue?logo=pypi)](https://pypi.org/project/autogenstudio/)
:shadow: none
:margin: 2 0 0 0
:columns: 12 12 6 6
@ -81,7 +83,8 @@ An app for prototyping and managing agents without writing code.
Built on AgentChat.
```bash
% autogenstudio ui --port 8080
pip install autogenstudio
autogenstudio ui --port 8080
```
+++

View File

@ -1 +1,3 @@
# autogen-ext
[Documentation](https://microsoft.github.io/autogen/stable/user-guide/extensions-user-guide/index.html)