diff --git a/README.md b/README.md
index a8b00e108..ba4a8fc50 100644
--- a/README.md
+++ b/README.md
@@ -260,8 +260,8 @@ pip install 'crewai[agentops]'
### AG2 🤖
With only two lines of code, add full observability and monitoring to AG2 (formerly AutoGen) agents. Set an `AGENTOPS_API_KEY` in your environment and call `agentops.init()`
-- [AG2 Observability Example](https://docs.ag2.ai/notebooks/agentchat_agentops)
-- [AG2 - AgentOps Documentation](https://docs.ag2.ai/docs/ecosystem/agentops)
+- [AG2 Observability Example](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_agentops.ipynb)
+- [AG2 - AgentOps Documentation](https://docs.ag2.ai/latest/docs/ecosystem/agentops/)
### Camel AI 🐪
@@ -845,6 +845,7 @@ Check out our growth in the community:
|
[camel-ai](https://github.com/camel-ai) / [camel](https://github.com/camel-ai/camel) | 5166 |
|
[superagent-ai](https://github.com/superagent-ai) / [superagent](https://github.com/superagent-ai/superagent) | 5050 |
|
[iyaja](https://github.com/iyaja) / [llama-fs](https://github.com/iyaja/llama-fs) | 4713 |
+|
[ag2ai](https://github.com/ag2ai) / [ag2](https://github.com/ag2ai/ag2) | 4240 |
|
[BasedHardware](https://github.com/BasedHardware) / [Omi](https://github.com/BasedHardware/Omi) | 2723 |
|
[MervinPraison](https://github.com/MervinPraison) / [PraisonAI](https://github.com/MervinPraison/PraisonAI) | 2007 |
|
[AgentOps-AI](https://github.com/AgentOps-AI) / [Jaiqu](https://github.com/AgentOps-AI/Jaiqu) | 272 |
diff --git a/docs/v2/integrations/ag2.mdx b/docs/v2/integrations/ag2.mdx
index 6a7fd1aca..948c8be21 100755
--- a/docs/v2/integrations/ag2.mdx
+++ b/docs/v2/integrations/ag2.mdx
@@ -3,6 +3,8 @@ title: AG2
description: "Track and analyze your AG2 agents with AgentOps"
---
+[AG2](https://ag2.ai/) (formerly AutoGen) is a framework for building multi-agent conversational AI systems. AgentOps provides seamless, automatic instrumentation for AG2 — just call `agentops.init()` and all agent interactions are tracked.
+
## Installation
@@ -111,6 +113,20 @@ user_proxy.initiate_chat(
Example of AG2 agents using a Wikipedia search tool.
+
+ Orchestrate a team of specialized agents (researcher, coder, critic) with full AgentOps tracing.
+
+
+
+## Resources
+
+
+
+ Official AG2 documentation on integrating with AgentOps.
+
+
+ Full observability for multi-agent systems with AG2's built-in tracing.
+
diff --git a/llms.txt b/llms.txt
index ad2313a40..158f36e0f 100644
--- a/llms.txt
+++ b/llms.txt
@@ -155,8 +155,8 @@ pip install 'crewai[agentops]'
### AG2
With only two lines of code, add full observability and monitoring to AG2 (formerly AutoGen) agents. Set an `AGENTOPS_API_KEY` in your environment and call `agentops.init()`
-- [AG2 Observability Example](https://docs.ag2.ai/notebooks/agentchat_agentops)
-- [AG2 - AgentOps Documentation](https://docs.ag2.ai/docs/ecosystem/agentops)
+- [AG2 Observability Example](https://github.com/ag2ai/ag2/blob/main/notebook/agentchat_agentops.ipynb)
+- [AG2 - AgentOps Documentation](https://docs.ag2.ai/latest/docs/ecosystem/agentops/)
### Camel AI