Skip to content
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

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

Update AG2 Reference #602

wants to merge 7 commits into from

Conversation

yiranwu0
Copy link

@yiranwu0 yiranwu0 commented Dec 23, 2024

🔍 Review Summary

Purpose:

  • Update documentation and examples to reflect the rebranding of 'AutoGen' to 'AG2'.

Changes:

  • Documentation: Updated 'AutoGen' references to 'AG2' in README.md, docs/v1/integrations/autogen.mdx, CONTRIBUTING.md, and examples/autogen_examples/AgentChat.ipynb.

Impact:

  • Ensures users are informed of the new framework name 'AG2', enhancing documentation coherence.
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.

Copy link

Walkthrough

The 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

File(s) Summary
README.md Updated references from 'AutoGen' to 'AG2' in framework integrations and observability examples.
docs/v1/integrations/autogen.mdx Changed title, description, and links from 'Autogen' to 'AG2'.
examples/README.md Modified integration example path from 'Autogen' to 'AG2'.
CONTRIBUTING.md Replaced 'AutoGen' with 'AG2' in SDK integrations description.
examples/autogen_examples/AgentChat.ipynb Adjusted content to reflect renaming from 'AutoGen' to 'AG2'.

🔗 Related PRs

Instructions

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @bot + *your message*
Example: @bot Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @bot + *feedback*
Example: @bot Do not comment on `save_auth` function !

Execute a command using the format:

@bot + */command*

Example: @bot /updateCommit

Available Commands:

  • /updateCommit ✨: Apply the suggested changes and commit them (or Click on the Github Action button to apply the changes !)
  • /updateGuideline 🛠️: Modify an existing guideline.
  • /addGuideline ➕: Introduce a new guideline.

Tips for Using @bot Effectively:

  • Specific Queries: For the best results, be specific with your requests.
    🔍 Example: @bot summarize the changes in this PR.
  • Focused Discussions: Tag @bot directly on specific code lines or files for detailed feedback.
    📑 Example: @bot review this line of code.
  • Managing Reviews: Use review comments for targeted discussions on code snippets, and PR comments for broader queries about the entire PR.
    💬 Example: @bot comment on the entire PR.

Need More Help?

📚 Visit our documentation for detailed guides on using Entelligence.AI.
🌐 Join our community to connect with others, request features, and share feedback.
🔔 Follow us for updates on new features and improvements.

@the-praxs the-praxs self-requested a review January 4, 2025 10:08
@the-praxs the-praxs added the documentation Improvements or additions to documentation label Jan 4, 2025
Copy link
Member

@the-praxs the-praxs left a 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">
Copy link
Member

Choose a reason for hiding this comment

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

Logo is very small and unclear.

image

@@ -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
Copy link
Member

Choose a reason for hiding this comment

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

AG2 instead of ag2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants