Skip to content

Commit acb28d6

Browse files
jackgerritsekzhu
andauthored
Fix a couple of tiny issues in blog posts (microsoft#1578)
Co-authored-by: Eric Zhu <[email protected]>
1 parent 01716a9 commit acb28d6

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

website/blog/2023-11-13-OAI-assistants/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [openai-assistant]
88
<p align="center"><em>AutoGen enables collaboration among multiple ChatGPTs for complex tasks.</em></p>
99

1010

11-
## TLDR
11+
## TL;DR
1212
OpenAI assistants are now integrated into AutoGen via [`GPTAssistantAgent`](https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/gpt_assistant_agent.py).
1313
This enables multiple OpenAI assistants, which form the backend of the now popular GPTs, to collaborate and tackle complex tasks.
1414
Checkout example notebooks for reference:

website/blog/2023-12-01-AutoGenStudio/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags: [AutoGen, UI, web, UX]
1313
![AutoGen Studio Playground View: Solving a task with multiple agents that generate a pdf document with images.](img/autogenstudio_home.png)
1414
<p align="center"><em>AutoGen Studio: Solving a task with multiple agents that generate a pdf document with images.</em></p>
1515

16-
## TLDR
16+
## TL;DR
1717

1818
To help you rapidly prototype multi-agent solutions for your tasks, we are introducing AutoGen Studio, an interface powered by [AutoGen](https://github.com/microsoft/autogen/tree/main/autogen). It allows you to:
1919

website/blog/2023-12-29-AgentDescriptions/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [AutoGen]
66
---
77

88

9-
## TLDR
9+
## TL;DR
1010

1111
AutoGen 0.2.2 introduces a [description](https://microsoft.github.io/autogen/docs/reference/agentchat/conversable_agent#__init__) field to ConversableAgent (and all subclasses), and changes GroupChat so that it uses agent `description`s rather than `system_message`s when choosing which agents should speak next.
1212

website/blog/2024-01-23-Code-execution-in-docker/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [AutoGen]
66
---
77

88

9-
## TLDR
9+
## TL;DR
1010

1111
AutoGen 0.2.8 enhances operational safety by making 'code execution inside a Docker container' the default setting, focusing on informing users about its operations and empowering them to make informed decisions regarding code execution.
1212

website/blog/2024-01-25-AutoGenBench/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tags: [AutoGen]
1010
<p align="center"><em>AutoGenBench is a standalone tool for evaluating AutoGen agents and workflows on common benchmarks.</em></p>
1111

1212

13-
## TLDR
14-
Today we are releasing AutoGenBench a tool for evaluating AutoGen agents and workflows on established LLM and agentic benchmarks.
13+
## TL;DR
14+
Today we are releasing AutoGenBench - a tool for evaluating AutoGen agents and workflows on established LLM and agentic benchmarks.
1515

1616
AutoGenBench is a standalone command line tool, installable from PyPI, which handles downloading, configuring, running, and reporting supported benchmarks. AutoGenBench works best when run alongside Docker, since it uses Docker to isolate tests from one another.
1717

website/blog/2024-02-02-AutoAnny/index.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import AutoAnnyLogo from './img/AutoAnnyLogo.jpg';
1313
<p align="center"><em>Anny is a Discord bot powered by AutoGen to help AutoGen's Discord server.</em></p>
1414

1515

16-
### TLDR
16+
## TL;DR
1717

1818
We are adding a new sample app called Anny-- a simple Discord bot powered
19-
by AutoGen that's intended to assist AutoGen Devs. See `samples/apps/auto-anny` for details.
19+
by AutoGen that's intended to assist AutoGen Devs. See [`samples/apps/auto-anny`](https://github.com/microsoft/autogen/tree/main/samples/apps/auto-anny) for details.
2020

21-
### Introduction
21+
## Introduction
2222

2323
Over the past few months, AutoGen has experienced large growth in number of users and number of community requests and feedback.
2424
However, accommodating this demand and feedback requires manually sifting through issues, PRs, and discussions on GitHub, as well as managing messages
@@ -34,7 +34,7 @@ This requires a significant amount of effort. Agentic-workflows and interfaces p
3434
our lives easier?!* So we're turning to automation to help us and allow
3535
us to focus on what's most critical.
3636

37-
### Current Version of Anny
37+
## Current Version of Anny
3838
The current version of Anny is pretty simple -- it uses the Discord API and AutoGen to enable a bot
3939
that can respond to a set of commands.
4040

@@ -43,5 +43,5 @@ For example, it supports commands like `/heyanny help` for command listing, `/he
4343

4444
To use Anny, please follow instructions in [`samples/apps/auto-anny`](https://github.com/microsoft/autogen/tree/main/samples/apps/auto-anny).
4545

46-
### Its Not Just for AutoGen
46+
## It's Not Just for AutoGen
4747
If you're an open-source developer managing your own project, you can probably relate to our challenges. We invite you to check out Anny and contribute to its development and roadmap.

0 commit comments

Comments
 (0)