You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ We will update verion numbers according to the following rules:
49
49
50
50
1. Create a PR that updates the version numbers across the codebase ([example](https://github.com/microsoft/autogen/pull/4359))
51
51
2. The docs CI will fail for the PR, but this is expected and will be resolved in the next step
52
-
2. After merging the PR, create and push a tag that corresponds to the new verion. For example, for `0.4.0.dev11`:
53
-
-`git tag 0.4.0.dev11 && git push origin 0.4.0.dev11`
52
+
2. After merging the PR, create and push a tag that corresponds to the new verion. For example, for `0.4.0.dev12`:
53
+
-`git tag 0.4.0.dev12 && git push origin 0.4.0.dev12`
54
54
3. Restart the docs CI by finding the failed [job corresponding to the `push` event](https://github.com/microsoft/autogen/actions/workflows/docs.yml) and restarting all jobs
55
55
4. Run [this](https://github.com/microsoft/autogen/actions/workflows/single-python-package.yml) workflow for each of the packages that need to be released and get an approval for the release for it to run
The majority of the AutoGen Team members will be resting and recharging with family and friends over the holiday period. Activity/responses on the project may be delayed during the period of Dec 20-Jan 06. We will be excited to engage with you in the new year!
17
17
> - (12/11/24) We have created a new Discord server for the AutoGen community. Join us at [aka.ms/autogen-discord](https://aka.ms/autogen-discord).
18
18
> - (11/14/24) ⚠️ In response to a number of asks to clarify and distinguish between official AutoGen and its forks that created confusion, we issued a [clarification statement](https://github.com/microsoft/autogen/discussions/4217).
19
19
> - (10/13/24) Interested in the standard AutoGen as a prior user? Find it at the actively-maintained *AutoGen*[0.2 branch](https://github.com/microsoft/autogen/tree/0.2) and `autogen-agentchat~=0.2` PyPi package.
20
20
> - (10/02/24) [AutoGen 0.4](https://microsoft.github.io/autogen/dev) is a from-the-ground-up rewrite of AutoGen. Learn more about the history, goals and future at [this blog post](https://microsoft.github.io/autogen/blog). We’re excited to work with the community to gather feedback, refine, and improve the project before we officially release 0.4. This is a big change, so AutoGen 0.2 is still available, maintained, and developed in the [0.2 branch](https://github.com/microsoft/autogen/tree/0.2).
21
21
> -*[Join us for Community Office Hours](https://github.com/microsoft/autogen/discussions/4059)* We will host a weekly open discussion to answer questions, talk about Roadmap, etc.
22
22
23
-
24
23
AutoGen is an open-source framework for building AI agent systems.
25
24
It simplifies the creation of event-driven, distributed, scalable, and resilient agentic applications.
26
25
It allows you to quickly build systems where AI agents collaborate and perform tasks autonomously
@@ -108,7 +107,7 @@ We look forward to your contributions!
0 commit comments