autogen/README.md

172 lines
14 KiB
Markdown
Raw Permalink Normal View History

<a name="readme-top"></a>
<div align="center">
2024-10-09 15:50:17 -04:00
<img src="https://microsoft.github.io/autogen/0.2/img/ag.svg" alt="AutoGen Logo" width="100">
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social&label=Follow%20%40pyautogen)](https://twitter.com/pyautogen)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Company?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/105812540)
[![Discord](https://img.shields.io/badge/discord-chat-green?logo=discord)](https://aka.ms/autogen-discord)
[![Documentation](https://img.shields.io/badge/Documentation-AutoGen-blue?logo=read-the-docs)](https://microsoft.github.io/autogen/)
[![Blog](https://img.shields.io/badge/Blog-AutoGen-blue?logo=blogger)](https://devblogs.microsoft.com/autogen/)
</div>
<div align="center" style="background-color: rgba(255, 235, 59, 0.5); padding: 10px; border-radius: 5px; margin: 20px 0;">
<strong>Important:</strong> This is the official project. We are not affiliated with any fork or startup. See our <a href="https://x.com/pyautogen/status/1857264760951296210">statement</a>.
</div>
# AutoGen
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
**AutoGen** is a framework for creating multi-agent AI applications that can act autonomously or work alongside humans.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
## Installation
AutoGen requires **Python 3.10 or later**.
```bash
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
# Install AgentChat and OpenAI client from Extensions
pip install -U "autogen-agentchat" "autogen-ext[openai]"
```
The current stable version is v0.4. If you are upgrading from AutoGen v0.2, please refer to the [Migration Guide](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html) for detailed instructions on how to update your code and configurations.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
```bash
# Install AutoGen Studio for no-code GUI
pip install -U "autogenstudio"
```
## Quickstart
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
### Hello World
Create an assistant agent using OpenAI's GPT-4o model. See [other supported models](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/models.html).
```python
import asyncio
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
async def main() -> None:
model_client = OpenAIChatCompletionClient(model="gpt-4o")
agent = AssistantAgent("assistant", model_client=model_client)
print(await agent.run(task="Say 'Hello World!'"))
await model_client.close()
asyncio.run(main())
```
### Web Browsing Agent Team
Create a group chat team with a web surfer agent and a user proxy agent
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
for web browsing tasks. You need to install [playwright](https://playwright.dev/python/docs/library).
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
```python
# pip install -U autogen-agentchat autogen-ext[openai,web-surfer]
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
# playwright install
import asyncio
from autogen_agentchat.agents import UserProxyAgent
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
from autogen_agentchat.conditions import TextMentionTermination
from autogen_agentchat.teams import RoundRobinGroupChat
from autogen_agentchat.ui import Console
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_ext.agents.web_surfer import MultimodalWebSurfer
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
async def main() -> None:
model_client = OpenAIChatCompletionClient(model="gpt-4o")
# The web surfer will open a Chromium browser window to perform web browsing tasks.
web_surfer = MultimodalWebSurfer("web_surfer", model_client, headless=False, animate_actions=True)
# The user proxy agent is used to get user input after each step of the web surfer.
# NOTE: you can skip input by pressing Enter.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
user_proxy = UserProxyAgent("user_proxy")
# The termination condition is set to end the conversation when the user types 'exit'.
termination = TextMentionTermination("exit", sources=["user_proxy"])
# Web surfer and user proxy take turns in a round-robin fashion.
team = RoundRobinGroupChat([web_surfer, user_proxy], termination_condition=termination)
try:
# Start the team and wait for it to terminate.
await Console(team.run_stream(task="Find information about AutoGen and write a short summary."))
finally:
await web_surfer.close()
await model_client.close()
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
asyncio.run(main())
```
### AutoGen Studio
Use AutoGen Studio to prototype and run multi-agent workflows without writing code.
```bash
# Run AutoGen Studio on http://localhost:8080
autogenstudio ui --port 8080 --appdir ./my-app
```
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
## Why Use AutoGen?
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
<div align="center">
<img src="autogen-landing.jpg" alt="AutoGen Landing" width="500">
</div>
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
The AutoGen ecosystem provides everything you need to create AI agents, especially multi-agent workflows -- framework, developer tools, and applications.
The _framework_ uses a layered and extensible design. Layers have clearly divided responsibilities and build on top of layers below. This design enables you to use the framework at different levels of abstraction, from high-level APIs to low-level components.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
- [Core API](./python/packages/autogen-core/) implements message passing, event-driven agents, and local and distributed runtime for flexibility and power. It also support cross-language support for .NET and Python.
- [AgentChat API](./python/packages/autogen-agentchat/) implements a simpler but opinionated API for rapid prototyping. This API is built on top of the Core API and is closest to what users of v0.2 are familiar with and supports common multi-agent patterns such as two-agent chat or group chats.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
- [Extensions API](./python/packages/autogen-ext/) enables first- and third-party extensions continuously expanding framework capabilities. It support specific implementation of LLM clients (e.g., OpenAI, AzureOpenAI), and capabilities such as code execution.
The ecosystem also supports two essential _developer tools_:
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
<div align="center">
<img src="https://media.githubusercontent.com/media/microsoft/autogen/refs/heads/main/python/packages/autogen-studio/docs/ags_screen.png" alt="AutoGen Studio Screenshot" width="500">
</div>
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
- [AutoGen Studio](./python/packages/autogen-studio/) provides a no-code GUI for building multi-agent applications.
- [AutoGen Bench](./python/packages/agbench/) provides a benchmarking suite for evaluating agent performance.
You can use the AutoGen framework and developer tools to create applications for your domain. For example, [Magentic-One](./python/packages/magentic-one-cli/) is a state-of-the-art multi-agent team built using AgentChat API and Extensions API that can handle a variety of tasks that require web browsing, code execution, and file handling.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
With AutoGen you get to join and contribute to a thriving ecosystem. We host weekly office hours and talks with maintainers and community. We also have a [Discord server](https://aka.ms/autogen-discord) for real-time chat, GitHub Discussions for Q&A, and a blog for tutorials and updates.
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
## Where to go next?
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
<div align="center">
| | [![Python](https://img.shields.io/badge/AutoGen-Python-blue?logo=python&logoColor=white)](./python) | [![.NET](https://img.shields.io/badge/AutoGen-.NET-green?logo=.net&logoColor=white)](./dotnet) | [![Studio](https://img.shields.io/badge/AutoGen-Studio-purple?logo=visual-studio&logoColor=white)](./python/packages/autogen-studio) |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Installation | [![Installation](https://img.shields.io/badge/Install-blue)](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/installation.html) | [![Install](https://img.shields.io/badge/Install-green)](https://microsoft.github.io/autogen/dotnet/dev/core/installation.html) | [![Install](https://img.shields.io/badge/Install-purple)](https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/installation.html) |
| Quickstart | [![Quickstart](https://img.shields.io/badge/Quickstart-blue)](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/quickstart.html#) | [![Quickstart](https://img.shields.io/badge/Quickstart-green)](https://microsoft.github.io/autogen/dotnet/dev/core/index.html) | [![Usage](https://img.shields.io/badge/Quickstart-purple)](https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html#) |
| Tutorial | [![Tutorial](https://img.shields.io/badge/Tutorial-blue)](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/index.html) | [![Tutorial](https://img.shields.io/badge/Tutorial-green)](https://microsoft.github.io/autogen/dotnet/dev/core/tutorial.html) | [![Usage](https://img.shields.io/badge/Tutorial-purple)](https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html#) |
| API Reference | [![API](https://img.shields.io/badge/Docs-blue)](https://microsoft.github.io/autogen/stable/reference/index.html#) | [![API](https://img.shields.io/badge/Docs-green)](https://microsoft.github.io/autogen/dotnet/dev/api/Microsoft.AutoGen.Contracts.html) | [![API](https://img.shields.io/badge/Docs-purple)](https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html) |
| Packages | [![PyPi autogen-core](https://img.shields.io/badge/PyPi-autogen--core-blue?logo=pypi)](https://pypi.org/project/autogen-core/) <br> [![PyPi autogen-agentchat](https://img.shields.io/badge/PyPi-autogen--agentchat-blue?logo=pypi)](https://pypi.org/project/autogen-agentchat/) <br> [![PyPi autogen-ext](https://img.shields.io/badge/PyPi-autogen--ext-blue?logo=pypi)](https://pypi.org/project/autogen-ext/) | [![NuGet Contracts](https://img.shields.io/badge/NuGet-Contracts-green?logo=nuget)](https://www.nuget.org/packages/Microsoft.AutoGen.Contracts/) <br> [![NuGet Core](https://img.shields.io/badge/NuGet-Core-green?logo=nuget)](https://www.nuget.org/packages/Microsoft.AutoGen.Core/) <br> [![NuGet Core.Grpc](https://img.shields.io/badge/NuGet-Core.Grpc-green?logo=nuget)](https://www.nuget.org/packages/Microsoft.AutoGen.Core.Grpc/) <br> [![NuGet RuntimeGateway.Grpc](https://img.shields.io/badge/NuGet-RuntimeGateway.Grpc-green?logo=nuget)](https://www.nuget.org/packages/Microsoft.AutoGen.RuntimeGateway.Grpc/) | [![PyPi autogenstudio](https://img.shields.io/badge/PyPi-autogenstudio-purple?logo=pypi)](https://pypi.org/project/autogenstudio/) |
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
</div>
Simplify README (#4712) * Simplify README * Update README with improved badge links and section titles * Enhance README with additional AutoGen Studio links and badges * Update README to change autogenstudio badge color to purple * Update README with example of AI agents collaboratively writing a poem * Add Examples section to README with link to examples * Add asyncio import to Minimal Python Example in README * Update README with example of multi-agent system for plotting stock prices * Add Quick Start section to README with installation instructions * Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages * Update Tutorial link in README to include additional resource * Update installation link in README to point to the correct user guide * Add landing image to README and enhance visual appeal * Update installation link in README for Autogen Studio user guide * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Update Studio link in README to point to the correct GitHub directory * Update README.md Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * Add migration guide reference for upgrading from AutoGen v0.2 in README * Fix Studio link in README to point to the correct directory * Update README to include links for Core API, AgentChat API, and Extensions API * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Fix AutoGen Studio link in README for accurate navigation * Replace PyPi badges with a Documentation badge in README * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Update README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability. * Update README.md: add AutoGen Bench section for benchmarking agent performance * Update README.md: clarify AutoGen framework description and add developer tools section * Update README.md: enhance AutoGen framework description and clarify cross-language support * Update README.md: clarify AgentChat API description and its relation to Core API * Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability * Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions * Update readme * Update example * Update quickstart --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 10:04:38 -08:00
Interested in contributing? See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how to get started. We welcome contributions of all kinds, including bug fixes, new features, and documentation improvements. Join our community and help us make AutoGen better!
Have questions? Check out our [Frequently Asked Questions (FAQ)](./FAQ.md) for answers to common queries. If you don't find what you're looking for, feel free to ask in our [GitHub Discussions](https://github.com/microsoft/autogen/discussions) or join our [Discord server](https://aka.ms/autogen-discord) for real-time support. You can also read our [blog](https://devblogs.microsoft.com/autogen/) for updates.
## Legal Notices
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode),
see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the
[LICENSE-CODE](LICENSE-CODE) file.
Microsoft, Windows, Microsoft Azure, and/or other Microsoft products and services referenced in the documentation
may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
Microsoft's general trademark guidelines can be found at <http://go.microsoft.com/fwlink/?LinkID=254653>.
Privacy information can be found at <https://go.microsoft.com/fwlink/?LinkId=521839>
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
or trademarks, whether by implication, estoppel, or otherwise.
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
↑ Back to Top ↑
</a>
</p>