mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 05:58:24 -05:00
Make getting started a little easier (#180)
* Update README.md add codespace quick start * add codespace * update path --------- Co-authored-by: Li Jiang <lijiang1@microsoft.com>
This commit is contained in:
13
README.md
13
README.md
@@ -36,6 +36,17 @@ AutoGen is a framework that enables the development of LLM applications using mu
|
||||
|
||||
AutoGen is powered by collaborative [research studies](https://microsoft.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington.
|
||||
|
||||
## Quickstart
|
||||
The easiest way to start playing is
|
||||
1. Click below to use the Github Codespace
|
||||
|
||||
[](https://codespaces.new/microsoft/autogen?quickstart=1)
|
||||
|
||||
2. Copy OAI_CONFIG_LIST_sample to /notebook folder, name to OAI_CONFIG_LIST, and set the correct config.
|
||||
3. Start playing with the notebooks!
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
AutoGen requires **Python version >= 3.8**. It can be installed from pip:
|
||||
@@ -59,8 +70,6 @@ For [code execution](https://microsoft.github.io/autogen/docs/FAQ/#code-executio
|
||||
|
||||
For LLM inference configurations, check the [FAQ](https://microsoft.github.io/autogen/docs/FAQ#set-your-api-endpoints).
|
||||
|
||||
## Quickstart
|
||||
|
||||
## Multi-Agent Conversation Framework
|
||||
|
||||
Autogen enables the next-gen LLM applications with a generic multi-agent conversation framework. It offers customizable and conversable agents that integrate LLMs, tools, and humans.
|
||||
|
||||
Reference in New Issue
Block a user