mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
7af24d7171
Now that strands-typescript ships as "AWS Strands (TypeScript)", rename the existing Python integration's display name from "AWS Strands" to "AWS Strands (Python)" so the two appear as a matched Python/TypeScript pair in the docs framework selector and shell (mirrors LangGraph's "(Python)"/"(TypeScript)" pairing). Slug, content, and behavior are unchanged. The shared aws-strands docs language tabs already default per framework (strands -> Python, strands-typescript -> TypeScript) via TAB_DEFAULTS_BY_SLUG.
23 lines
1.1 KiB
JSON
23 lines
1.1 KiB
JSON
[
|
|
{ "slug": "ag2", "name": "AG2" },
|
|
{ "slug": "agno", "name": "Agno" },
|
|
{ "slug": "built-in-agent", "name": "Built-in Agent (TanStack AI)" },
|
|
{ "slug": "claude-sdk-python", "name": "Claude SDK Python" },
|
|
{ "slug": "claude-sdk-typescript", "name": "Claude SDK TypeScript" },
|
|
{ "slug": "crewai-crews", "name": "CrewAI Crews" },
|
|
{ "slug": "google-adk", "name": "Google ADK" },
|
|
{ "slug": "langgraph-fastapi", "name": "LangGraph FastAPI" },
|
|
{ "slug": "langgraph-python", "name": "LangGraph Python" },
|
|
{ "slug": "langgraph-typescript", "name": "LangGraph TypeScript" },
|
|
{ "slug": "langroid", "name": "Langroid" },
|
|
{ "slug": "llamaindex", "name": "LlamaIndex" },
|
|
{ "slug": "mastra", "name": "Mastra" },
|
|
{ "slug": "ms-agent-dotnet", "name": "MS Agent .NET" },
|
|
{ "slug": "ms-agent-harness-dotnet", "name": "MS Agent Harness .NET" },
|
|
{ "slug": "ms-agent-python", "name": "MS Agent Python" },
|
|
{ "slug": "pydantic-ai", "name": "Pydantic AI" },
|
|
{ "slug": "spring-ai", "name": "Spring AI" },
|
|
{ "slug": "strands", "name": "AWS Strands (Python)" },
|
|
{ "slug": "strands-typescript", "name": "AWS Strands (TypeScript)" }
|
|
]
|