-
Notifications
You must be signed in to change notification settings - Fork 4.4k
update AG2 names #1231
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
update AG2 names #1231
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
LGTM 👍 |
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.
👍 Looks good to me! Reviewed everything up to b63b086 in 45 seconds
More details
- Looked at
254lines of code in20files - Skipped
0files when reviewing. - Skipped posting
5drafted comments based on config settings.
1. python/examples/advanced_agents/image_search/image_search_autogen/readme.md:3
- Draft comment:
Typo: Change 'you local directory' to 'your local directory'.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in your local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
- Reason this comment was not posted:
Confidence changes required:10%
The PR correctly updates the name references from AutoGen to AG2 across multiple files. However, there is a minor grammatical error in the README files where 'you local directory' should be 'your local directory'.
2. python/examples/advanced_agents/image_search/image_search_crewai/readme.md:3
- Draft comment:
Typo: Change 'you local directory' to 'your local directory'.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in your local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
- Reason this comment was not posted:
Confidence changes required:10%
The same typo appears in multiple README files, and it should be corrected for consistency and clarity.
3. python/examples/advanced_agents/image_search/image_search_langchain/readme.md:3
- Draft comment:
Typo: Change 'you local directory' to 'your local directory'.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in your local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
- Reason this comment was not posted:
Confidence changes required:10%
The same typo appears in multiple README files, and it should be corrected for consistency and clarity.
4. python/examples/advanced_agents/image_search/image_search_langgraph/readme.md:3
- Draft comment:
Typo: Change 'you local directory' to 'your local directory'.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, Langgraph, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in your local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
- Reason this comment was not posted:
Confidence changes required:10%
The same typo appears in multiple README files, and it should be corrected for consistency and clarity.
5. python/examples/advanced_agents/image_search/image_search_llamaindex/readme.md:3
- Draft comment:
Typo: Change 'you local directory' to 'your local directory'.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in your local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
- Reason this comment was not posted:
Confidence changes required:10%
The same typo appears in multiple README files, and it should be corrected for consistency and clarity.
Workflow ID: wflow_0Ssijt6JMpo18F1b
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.
Code Review SummaryDocumentation Updates✅ Successfully updated all documentation references from "AutoGen" to "AG2 (Formerly AutoGen)" Areas Needing Attention
Overall AssessmentThe PR makes good progress in updating documentation for the AG2 rebranding, but a more comprehensive update may be needed to align the implementation with the new branding. Consider splitting this into multiple PRs:
Rating: 7/10 - Good documentation updates but needs complementary implementation changes |
AutoGen is being evolved into AG2, which is where the package
autogenassociated with. AG2 is actively maintained by the founders of AutoGen.This PR changes the name references.
-> Checkout doc here: https://docs.ag2.ai/docs/Home
Important
Rename all references from
AutoGentoAG2 (Formerly AutoGen)across documentation and example guides.AutoGentoAG2 (Formerly AutoGen)inREADME.md,README-CN.md,README-JP.md, anddocs/framework/autogen.mdx.AG2references in example guides forimage_search,newsletter_summarizer,pr_agent,scheduler_agent, andslack_bot_agentacross various frameworks likeLangchain,CrewAI, andLlamaIndex.This description was created by
for b63b086. It will automatically update as commits are pushed.