Skip to content

0.9 release #1551

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

0.9 release #1551

wants to merge 16 commits into from

Conversation

davorrunje
Copy link
Collaborator

Why are these changes needed?

Related issue number

Checks

@davorrunje davorrunje self-assigned this Apr 7, 2025
davorrunje and others added 2 commits April 7, 2025 05:30
* Recommit from PR 1461

* Further change migrations from 1461

* Pre-commit notebook tidy

* Remove unnecessary test file
@@ -5,7 +5,7 @@ sidebarTitle: Overview

Orchestration patterns are standardized approaches for organizing and coordinating AI agents to work together effectively on complex tasks. These patterns provide structured ways to design agent interactions, information flows, and responsibilities.

The pattern implementations use AG2's swarm orchestration, read more about it [here](/docs/user-guide/basic-concepts/orchestration/swarm).
The pattern implementations use AG2's swarm orchestration, read more about it [here](/docs/user-guide/advanced-concepts/swarm/introduction).
Copy link
Collaborator

@sonichi sonichi Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still want to keep the swarm concept as one of the orchestration patterns? The concept is not necessary. Maybe I misunderstand the scope of the change in v0.9. It'll help to document the scope of the change in v0.9 and future plans.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, it won't be an orchestration pattern - the plan is to move it out of the Basic Guide. We have spoken about putting it into a deprecated section, let us know if you have any thoughts on that.

@harishmohanraj is reworking the documentation for the Basic Guide and that won't have any swarm mentioned. That whole section will be revamped.

Copy link

codecov bot commented Apr 20, 2025

Codecov Report

Attention: Patch coverage is 83.67003% with 194 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
autogen/agentchat/group/group_utils.py 79.39% 29 Missing and 12 partials ⚠️
...togen/agentchat/group/targets/group_chat_target.py 47.91% 24 Missing and 1 partial ⚠️
...ents/experimental/document_agent/document_agent.py 38.23% 21 Missing ⚠️
autogen/agentchat/group/context_expression.py 82.41% 12 Missing and 4 partials ⚠️
autogen/agentchat/group/multi_agent_chat.py 44.00% 13 Missing and 1 partial ⚠️
autogen/agentchat/group/group_tool_executor.py 88.42% 3 Missing and 8 partials ⚠️
autogen/agentchat/group/patterns/manual.py 45.00% 10 Missing and 1 partial ⚠️
...en/agentchat/group/targets/group_manager_target.py 88.70% 4 Missing and 3 partials ⚠️
autogen/agentchat/group/patterns/pattern.py 84.21% 5 Missing and 1 partial ⚠️
...experimental/document_agent/document_conditions.py 60.00% 5 Missing and 1 partial ⚠️
... and 11 more
Files with missing lines Coverage Δ
autogen/__init__.py 100.00% <100.00%> (ø)
autogen/agentchat/__init__.py 100.00% <100.00%> (ø)
autogen/agentchat/agent.py 73.52% <100.00%> (+0.80%) ⬆️
autogen/agentchat/group/__init__.py 100.00% <100.00%> (ø)
autogen/agentchat/group/context_condition.py 100.00% <100.00%> (ø)
autogen/agentchat/group/context_str.py 100.00% <100.00%> (ø)
autogen/agentchat/group/context_variables.py 100.00% <100.00%> (ø)
autogen/agentchat/group/on_condition.py 100.00% <100.00%> (ø)
autogen/agentchat/group/on_context_condition.py 100.00% <100.00%> (ø)
autogen/agentchat/group/patterns/__init__.py 100.00% <100.00%> (ø)
... and 27 more

... and 50 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

harishmohanraj and others added 7 commits April 22, 2025 10:56
…ncepts (#1700)

* Update group chat page in basic concepts

* Update basic concepts with new group chat

* Remove swarm documentation

* Remove swarm documentation
* Restructuring

* Update group chat documentation

* Add docs for tools

* Add docs for context variables

* Add docs for handoffs

* Grammar tweaks

* Wording updates

* Wording updates

* Wording updates

---------

Co-authored-by: Mark Sze <[email protected]>
[Docs] Update mermaid diagram in the overview page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants