Skip to content

Commit

Permalink
Add blog (#5370)
Browse files Browse the repository at this point in the history
- added blog
- update banner
<img width="768" alt="image"
src="https://github.com/user-attachments/assets/39d91515-f416-4c86-8d54-c85b444fc102"
/>
  • Loading branch information
gagb authored Feb 6, 2025
1 parent 261b472 commit 6064d91
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions website/blog/2024-11-14-confusion-created-by-forks/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Clearing Up AutoGen Fork Confusion
authors:
- autogen-team
tags: [AutoGen]
---

<center>
![AutoGen logo](img/banner.jpeg)
</center>

To all our collaborators and community members,

There have been a number of asks to clarify and distinguish between various AutoGen forks and clones and the current `pyautogen` package. Here are some important things to know:

The official GitHub repository for the AutoGen project is still [github.com/microsoft/autogen](https://github.com/microsoft/autogen). We are actively working on and maintaining AutoGen 0.2 and have recently introduced new innovations to AutoGen 0.4 (AutoGen-Core, Autogen-AgentChat), as well as AutoGen-Studio and Magentic-One as part of the project’s roadmap. Development will continue in the open-source under the MIT license. We are grateful to all past contributors and welcome anyone to use or contribute to the project.

We are currently restructuring our python packages, see details here. Unfortunately, admin **access to `pyautogen` is currently blocked for us. Please be aware that the current version of `pyautogen` is not affiliated with the microsoft/autogen project.**

We are unable to communicate on the original AutoGen Discord server, since many of our members no longer have viewing or posting permissions there. For inquiries and discussions, please reach out to us on GitHub Discussions, via email at `[email protected]`, our new [Discord](https://aka.ms/autogen-dc) or join our community office hours on Wednesdays 10am PST/1pm EST/7pm CET at – [Teams meeting link](https://aka.ms/autogen-officehour).

Since its creation, AutoGen has been a highly collaborative project and most of the team behind AutoGen from day one continues to be deeply involved today. While we want to clarify that no one at Microsoft is involved with any forks or clones of this project, we recognize that **these variations reflect the diverse interests and evolving business endeavors in the community**. Our team continues to remain dedicated to working with the amazing community that has helped shape this project.

Thank you for your continued support and stay tuned for new releases coming soon.

## Useful Links

- [Official GitHub Repository](https://github.com/microsoft/autogen)
- [Discord](https://aka.ms/autogen-dc)
- [Documentation](https://aka.ms/autogen)
- [Python packages by Microsoft](https://aka.ms/autogen-pypi)
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ module.exports = {
announcementBar: {
id: "newdocs",
content:
'<a href="https://microsoft.github.io/autogen/stable/">AutoGen 0.4</a> has been released. Read the migration guide <a href="https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html">here</a>.',
'<a href="https://microsoft.github.io/autogen/stable/">AutoGen 0.4</a> has been released. Read the migration guide <a href="https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html">here</a>. This is the official project. We are not affiliated with any forks or startups. See our <a href="aka.ms/autogen-statement">statement</a>.',
backgroundColor: "#fafbfc",
textColor: "#091E42",
isCloseable: true,
Expand Down

0 comments on commit 6064d91

Please sign in to comment.