mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
54fe66467e
Audit-driven corrections to per-framework docs-links.json so every
supported (wired/stub) cell on the dashboard resolves to a real
shell-docs page and a non-stale OG URL. Result: 545 → 613 cells fully
working; remaining 78 cells are known docs gaps tracked separately
(voice → PDX-85; auth/agent-config/byoc-* across frameworks where no
canonical page exists).
- built-in-agent: drop 6 stale `/features/*` OG overrides retired by
the IA reorg. Cells now inherit canonical OGs that still exist on
docs.copilotkit.ai (`/human-in-the-loop`, `/generative-ui/...`,
etc.).
- langgraph-python: fix `auth` OG (`/langgraph/authentication` →
`/langgraph/auth`) + add framework-specific shell override (`/auth`
resolves to `integrations/langgraph/auth.mdx`). Null `voice` and
`byoc-hashbrown` OGs that pointed to retired pages.
- google-adk: replace 27 `shell_docs_path: null` opt-outs with
explicit canonical paths so cells route to real shell-docs pages
(mix of canonical root + adk-specific overrides). The original
rationale ("shell does not have a google-adk-scoped docs tree") is
now stale — shell-docs has an `integrations/adk/` tree (11 pages),
and the rest resolve via canonical inheritance. Also fix two retired
a2ui sub-paths (dynamic-schema/fixed-schema) that are now combined
on a single `/adk/generative-ui/a2ui` page on docs.copilotkit.ai.
- ag2 / ms-agent-python / ms-agent-dotnet: add framework-specific auth
overrides pointing at `/<framework>/auth` on both OG and shell.
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"framework": "ag2",
|
|
"features": {
|
|
"agentic-chat": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/prebuilt-components",
|
|
"shell_docs_path": "/prebuilt-components"
|
|
},
|
|
"hitl-in-chat": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/human-in-the-loop",
|
|
"shell_docs_path": "/generative-ui/your-components/interactive"
|
|
},
|
|
"tool-rendering": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/generative-ui/tool-rendering",
|
|
"shell_docs_path": "/generative-ui/tool-rendering"
|
|
},
|
|
"gen-ui-tool-based": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/generative-ui/your-components/display-only",
|
|
"shell_docs_path": "/generative-ui/your-components/display-only"
|
|
},
|
|
"gen-ui-agent": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/generative-ui/state-rendering",
|
|
"shell_docs_path": "/generative-ui/state-rendering"
|
|
},
|
|
"shared-state-read-write": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/shared-state",
|
|
"shell_docs_path": "/shared-state"
|
|
},
|
|
"shared-state-streaming": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/shared-state/write",
|
|
"shell_docs_path": "/shared-state"
|
|
},
|
|
"subagents": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2",
|
|
"shell_docs_path": "/multi-agent/subagents"
|
|
},
|
|
"auth": {
|
|
"og_docs_url": "https://docs.copilotkit.ai/ag2/auth",
|
|
"shell_docs_path": "/auth"
|
|
}
|
|
},
|
|
"missing": [
|
|
{
|
|
"feature": "subagents",
|
|
"reason": "No /ag2/multi-agent/subagents page on docs.copilotkit.ai (SPA fallback). OG falls back to the ag2 framework root; shell points at the unified /multi-agent/subagents content."
|
|
}
|
|
]
|
|
}
|