Skip to content

Commit bb374c8

Browse files
authored
Add back to top and year (#2324)
* Add back_to_top and year to readme * Put in right
1 parent 1d1a73a commit bb374c8

File tree

1 file changed

+85
-10
lines changed

1 file changed

+85
-10
lines changed

README.md

+85-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<a name="readme-top"></a>
2+
13
[![PyPI version](https://badge.fury.io/py/pyautogen.svg)](https://badge.fury.io/py/pyautogen)
24
[![Build](https://github.com/microsoft/autogen/actions/workflows/python-package.yml/badge.svg)](https://github.com/microsoft/autogen/actions/workflows/python-package.yml)
35
![Python Version](https://img.shields.io/badge/3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)
@@ -12,31 +14,31 @@
1214
<img src="https://github.com/microsoft/autogen/blob/main/website/static/img/flaml.svg" width=200>
1315
<br>
1416
</p> -->
15-
:fire: Mar 26: Andrew Ng gave a shoutout to AutoGen in [What's next for AI agentic workflows](https://youtu.be/sal78ACtGTc?si=JduUzN_1kDnMq0vF) at Sequoia Capital's AI Ascent.
17+
:fire: Mar 26, 2024: Andrew Ng gave a shoutout to AutoGen in [What's next for AI agentic workflows](https://youtu.be/sal78ACtGTc?si=JduUzN_1kDnMq0vF) at Sequoia Capital's AI Ascent.
1618

17-
:fire: Mar 3: What's new in AutoGen? 📰[Blog](https://microsoft.github.io/autogen/blog/2024/03/03/AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU).
19+
:fire: Mar 3, 2024: What's new in AutoGen? 📰[Blog](https://microsoft.github.io/autogen/blog/2024/03/03/AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU).
1820

19-
:fire: Mar 1: the first AutoGen multi-agent experiment on the challenging [GAIA](https://huggingface.co/spaces/gaia-benchmark/leaderboard) benchmark achieved the No. 1 accuracy in all the three levels.
21+
:fire: Mar 1, 2024: the first AutoGen multi-agent experiment on the challenging [GAIA](https://huggingface.co/spaces/gaia-benchmark/leaderboard) benchmark achieved the No. 1 accuracy in all the three levels.
2022

21-
:tada: Jan 30: AutoGen is highlighted by Peter Lee in Microsoft Research Forum [Keynote](https://t.co/nUBSjPDjqD).
23+
:tada: Jan 30, 2024: AutoGen is highlighted by Peter Lee in Microsoft Research Forum [Keynote](https://t.co/nUBSjPDjqD).
2224

23-
:tada: Dec 31: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework](https://arxiv.org/abs/2308.08155) is selected by [TheSequence: My Five Favorite AI Papers of 2023](https://thesequence.substack.com/p/my-five-favorite-ai-papers-of-2023).
25+
:tada: Dec 31, 2023: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework](https://arxiv.org/abs/2308.08155) is selected by [TheSequence: My Five Favorite AI Papers of 2023](https://thesequence.substack.com/p/my-five-favorite-ai-papers-of-2023).
2426

2527
<!-- :fire: Nov 24: pyautogen [v0.2](https://github.com/microsoft/autogen/releases/tag/v0.2.0) is released with many updates and new features compared to v0.1.1. It switches to using openai-python v1. Please read the [migration guide](https://microsoft.github.io/autogen/docs/Installation#python). -->
2628

2729
<!-- :fire: Nov 11: OpenAI's Assistants are available in AutoGen and interoperatable with other AutoGen agents! Checkout our [blogpost](https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants) for details and examples. -->
2830

29-
:tada: Nov 8: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff.
31+
:tada: Nov 8, 2023: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff.
3032

31-
:tada: Nov 6: AutoGen is mentioned by Satya Nadella in a [fireside chat](https://youtu.be/0pLBvgYtv6U).
33+
:tada: Nov 6, 2023: AutoGen is mentioned by Satya Nadella in a [fireside chat](https://youtu.be/0pLBvgYtv6U).
3234

33-
:tada: Nov 1: AutoGen is the top trending repo on GitHub in October 2023.
35+
:tada: Nov 1, 2023: AutoGen is the top trending repo on GitHub in October 2023.
3436

35-
:tada: Oct 03: AutoGen spins off from FLAML on GitHub and has a major paper update (first version on Aug 16).
37+
:tada: Oct 03, 2023: AutoGen spins off from FLAML on GitHub and has a major paper update (first version on Aug 16).
3638

3739
<!-- :tada: Aug 16: Paper about AutoGen on [arxiv](https://arxiv.org/abs/2308.08155). -->
3840

39-
:tada: Mar 29: AutoGen is first created in [FLAML](https://github.com/microsoft/FLAML).
41+
:tada: Mar 29, 2023: AutoGen is first created in [FLAML](https://github.com/microsoft/FLAML).
4042

4143
<!--
4244
:fire: FLAML is highlighted in OpenAI's [cookbook](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web).
@@ -45,6 +47,12 @@
4547
4648
:fire: FLAML supports Code-First AutoML & Tuning – Private Preview in [Microsoft Fabric Data Science](https://learn.microsoft.com/en-us/fabric/data-science/). -->
4749

50+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
51+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
52+
↑ Back to Top ↑
53+
</a>
54+
</p>
55+
4856
## What is AutoGen
4957

5058
AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools.
@@ -59,11 +67,23 @@ AutoGen is a framework that enables the development of LLM applications using mu
5967

6068
AutoGen is powered by collaborative [research studies](https://microsoft.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington.
6169

70+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
71+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
72+
↑ Back to Top ↑
73+
</a>
74+
</p>
75+
6276
## Roadmaps
6377

6478
To see what we are working on and what we plan to work on, please check our
6579
[Roadmap Issues](https://aka.ms/autogen-roadmap).
6680

81+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
82+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
83+
↑ Back to Top ↑
84+
</a>
85+
</p>
86+
6787
## Quickstart
6888
The easiest way to start playing is
6989
1. Click below to use the GitHub Codespace
@@ -74,6 +94,13 @@ The easiest way to start playing is
7494
3. Start playing with the notebooks!
7595

7696
*NOTE*: OAI_CONFIG_LIST_sample lists GPT-4 as the default model, as this represents our current recommendation, and is known to work well with AutoGen. If you use a model other than GPT-4, you may need to revise various system prompts (especially if using weaker models like GPT-3.5-turbo). Moreover, if you use models other than those hosted by OpenAI or Azure, you may incur additional risks related to alignment and safety. Proceed with caution if updating this default.
97+
98+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
99+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
100+
↑ Back to Top ↑
101+
</a>
102+
</p>
103+
77104
## [Installation](https://microsoft.github.io/autogen/docs/Installation)
78105
### Option 1. Install and Run AutoGen in Docker
79106

@@ -102,6 +129,12 @@ Even if you are installing and running AutoGen locally outside of docker, the re
102129

103130
For LLM inference configurations, check the [FAQs](https://microsoft.github.io/autogen/docs/FAQ#set-your-api-endpoints).
104131

132+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
133+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
134+
↑ Back to Top ↑
135+
</a>
136+
</p>
137+
105138
## Multi-Agent Conversation Framework
106139

107140
Autogen enables the next-gen LLM applications with a generic [multi-agent conversation](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat) framework. It offers customizable and conversable agents that integrate LLMs, tools, and humans.
@@ -141,6 +174,12 @@ The figure below shows an example conversation flow with AutoGen.
141174
Alternatively, the [sample code](https://github.com/microsoft/autogen/blob/main/samples/simple_chat.py) here allows a user to chat with an AutoGen agent in ChatGPT style.
142175
Please find more [code examples](https://microsoft.github.io/autogen/docs/Examples#automated-multi-agent-chat) for this feature.
143176

177+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
178+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
179+
↑ Back to Top ↑
180+
</a>
181+
</p>
182+
144183
## Enhanced LLM Inferences
145184

146185
Autogen also helps maximize the utility out of the expensive LLMs such as ChatGPT and GPT-4. It offers [enhanced LLM inference](https://microsoft.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification) with powerful functionalities like caching, error handling, multi-config inference and templating.
@@ -164,6 +203,12 @@ response = autogen.Completion.create(context=test_instance, **config)
164203
165204
Please find more [code examples](https://microsoft.github.io/autogen/docs/Examples#tune-gpt-models) for this feature. -->
166205

206+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
207+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
208+
↑ Back to Top ↑
209+
</a>
210+
</p>
211+
167212
## Documentation
168213

169214
You can find detailed documentation about AutoGen [here](https://microsoft.github.io/autogen/).
@@ -178,6 +223,12 @@ In addition, you can find:
178223

179224
- [Roadmap](https://github.com/orgs/microsoft/projects/989/views/3)
180225

226+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
227+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
228+
↑ Back to Top ↑
229+
</a>
230+
</p>
231+
181232
## Related Papers
182233

183234
[AutoGen](https://arxiv.org/abs/2308.08155)
@@ -215,6 +266,12 @@ In addition, you can find:
215266
}
216267
```
217268

269+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
270+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
271+
↑ Back to Top ↑
272+
</a>
273+
</p>
274+
218275
## Contributing
219276

220277
This project welcomes contributions and suggestions. Most contributions require you to agree to a
@@ -231,11 +288,23 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
231288
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
232289
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
233290

291+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
292+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
293+
↑ Back to Top ↑
294+
</a>
295+
</p>
296+
234297
## Contributors Wall
235298
<a href="https://github.com/microsoft/autogen/graphs/contributors">
236299
<img src="https://contrib.rocks/image?repo=microsoft/autogen&max=204" />
237300
</a>
238301

302+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
303+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
304+
↑ Back to Top ↑
305+
</a>
306+
</p>
307+
239308
# Legal Notices
240309

241310
Microsoft and any contributors grant you a license to the Microsoft documentation and other content
@@ -252,3 +321,9 @@ Privacy information can be found at https://privacy.microsoft.com/en-us/
252321

253322
Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents,
254323
or trademarks, whether by implication, estoppel, or otherwise.
324+
325+
<p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
326+
<a href="#readme-top" style="text-decoration: none; color: blue; font-weight: bold;">
327+
↑ Back to Top ↑
328+
</a>
329+
</p>

0 commit comments

Comments
 (0)