Open
Conversation
Update agent framework integrations: - OpenAI Agents (Python & TS) - Major rewrites - CrewAI, Strands, LlamaAgents, LangChain Agents - Bring Your Own Agents, Control Flow, Phidata Also removes strands-backup.mdx (cleanup).
Contributor
|
Hey @roh26it - for this PR, I suggest we standardize the index structure for each agent framework. Something like: Proposed structure
This keeps each integration lightweight, avoids duplication, and lets us copy-paste the same advanced/enterprise sections across frameworks with minimal maintenance. Let me know if this structure works or if you want to tweak the grouping. |
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.
Model Catalog Migration - Agent Frameworks
What's changing
Agent framework integrations (CrewAI, Strands, OpenAI Agents, etc.) updated.
Files changed (10)
Major rewrites:
openai-agents.mdxopenai-agents-ts.mdxcrewai.mdxstrands.mdxMedium changes:
llama-agents.mdx,langchain-agents.mdxbring-your-own-agents.mdx,control-flow.mdx,phidata.mdxDeleted:
strands-backup.mdx(cleanup)Review checklist
Risk: 🟡 Medium
Growing adoption area - important to get right.
Part of
Model Catalog Migration - Split from #597 for easier review