mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-26 22:48:40 +00:00
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:
parent
08addac2d4
commit
30cbbf7cad
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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 [](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 [](https://pypi.org/project/autogenstudio/)
|
||||
:::{grid-item-card} {fas}`palette;pst-color-primary` Studio [](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
|
||||
```
|
||||
|
||||
+++
|
||||
|
||||
@ -1 +1,3 @@
|
||||
# autogen-ext
|
||||
|
||||
[Documentation](https://microsoft.github.io/autogen/stable/user-guide/extensions-user-guide/index.html)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user