docs(site): add CrewAI, LlamaIndex, and LangChain integration landing pages#43
Merged
Merged
Conversation
… pages
Adds dprovenance.dev/{crewai,llama-index,langchain}/ integration pages,
modeled on the existing openai-agents page, as clean link targets for the
per-framework observability/tracing ecosystem listings (CrewAI docs,
LlamaIndex docs, LangChain docs, awesome-lists, etc.).
Each page documents the real shipped adapter — the CrewAI event-bus
listener, the LlamaIndex callback handler, and the LangChain callback
handler — with install, setup, what-gets-recorded, and the CI gate.
Unlike the OpenAI page, these carry no "officially listed" claim: the
upstream doc PRs are not merged yet. Wires the three pages into the
homepage adapter tags, the footer, and sitemap.xml.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
Adds three framework integration landing pages under
docs/(served by GitHub Pages atdprovenance.dev):dprovenance.dev/crewai/— the CrewAI event-bus listener adapterdprovenance.dev/llama-index/— the LlamaIndex callback handlerdprovenance.dev/langchain/— the LangChain / LangGraph callback handlerEach is modeled on the existing
openai-agents/page (install → setup → what gets recorded → CI gate) and documents the real shipped adapter, with code lifted from the README integration sections.Why
These are clean, per-framework link targets for the observability/tracing ecosystem listings I'm proposing upstream (CrewAI docs, LlamaIndex docs, LangChain docs) and in curated lists — the same play as the merged OpenAI Agents SDK listing, which points at
dprovenance.dev/openai-agents/.Honest scoping
Unlike the OpenAI page, these pages carry no "officially listed" claim — the upstream doc PRs are not merged yet. Once/if a framework merges its listing, its page can gain the same "✓ officially listed" badge.
Wiring
sitemap.xmlupdatedStructure validated (well-formed HTML, canonical URLs, consistent install commands, correct copy-buttons). Publishes on merge to
main(Pages source =main/docs).🤖 Generated with Claude Code