docs: Add AG2 framework integration page#2632
Open
VasiliyRad wants to merge 1 commit intolangfuse:mainfrom
Open
docs: Add AG2 framework integration page#2632VasiliyRad wants to merge 1 commit intolangfuse:mainfrom
VasiliyRad wants to merge 1 commit intolangfuse:mainfrom
Conversation
|
@VasiliyRad is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pages/integrations/frameworks/ag2.mdx)Why
AG2 is an open-source multi-agent framework (4k+ GitHub stars) that ships built-in OpenTelemetry tracing since v0.11. This tracing emits rich hierarchical spans (conversations, agent turns, LLM calls, tool executions, speaker selection) following GenAI semantic conventions — all of which Langfuse can ingest natively via its OTel endpoint.
The existing
autogen.mdxpage documents integration via OpenLIT as an intermediary, which only captures top-level spans and misses per-call LLM details. AG2 is a separate project from Microsoft's AutoGen (which has stopped active development), so this is a new page rather than a replacement.The AG2 page shows direct OTel export to Langfuse — no intermediary library needed — giving users full trace depth including token usage, costs, tool arguments/results, and group chat speaker selection.
What's in the page
instrument_pattern