-
Notifications
You must be signed in to change notification settings - Fork 252
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 Reference #602
base: main
Are you sure you want to change the base?
Update AG2 Reference #602
Conversation
WalkthroughThe pull request focuses on rebranding the 'AutoGen' framework to 'AG2' across various documentation and example files. This includes updating titles, descriptions, and links to ensure consistency and clarity. The changes enhance coherence in the documentation and examples, aligning them with the new naming convention. Changes
🔗 Related PRs
InstructionsEmoji Descriptions:
Interact with the Bot:
Execute a command using the format:
Available Commands:
Tips for Using @bot Effectively:
Need More Help?📚 Visit our documentation for detailed guides on using Entelligence.AI. |
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.
Left some comments, please revert.
@@ -37,8 +37,8 @@ mode: "wide" | |||
Track observations from Claude, Haiku and Sonnet series of models | |||
</Card> | |||
|
|||
<Card title="AutoGen" icon="microsoft" href="/v1/integrations/autogen"> | |||
AutoGen multi-agent conversible workflow with tool usage | |||
<Card title="AG2" icon={<img src="https://raw.githubusercontent.com/ag2ai/ag2/refs/heads/main/website/logo/ag2.svg" alt="AG2"/>} iconType="image" href="/v1/integrations/autogen"> |
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.
@@ -114,7 +114,7 @@ Set the parent API key which has visibility over projects it is a parent of. | |||
### `stop_instrumenting()` | |||
|
|||
Stops instrumenting LLM calls. This is typically used by agent frameworks (i.e., [CrewAI](/v1/integrations/crewai) and | |||
[autogen](/v1/integrations/autogen)) to stop using AgentOps' auto-instrumentation of LLM libraries such as OpenAI. This | |||
[ag2](/v1/integrations/autogen)) to stop using AgentOps' auto-instrumentation of LLM libraries such as OpenAI. This |
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.
AG2 instead of ag2
🔍 Review Summary
Purpose:
Changes:
README.md
,docs/v1/integrations/autogen.mdx
,CONTRIBUTING.md
, andexamples/autogen_examples/AgentChat.ipynb
.Impact:
Original Description
📥 Pull Request
📘 Description
Briefly describe the changes you've made.
Package
pyautogen
is now associated with the repo renamed to AG2. This PR reflects the changes in AgentOps.🧪 Testing
Describe the tests you performed to validate your changes.