-
Notifications
You must be signed in to change notification settings - Fork 308
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
base: main
Are you sure you want to change the base?
0.9 release #1551
Conversation
* 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). |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
…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
Why are these changes needed?
Related issue number
Checks