Files
Ran Shem Tov db33509a38 docs(showcase): restructure MAF A2UI docs into the standard a2ui submenu
The MAF A2UI docs were a single page rendering the shared A2UI stub, which
matched neither of the two prod shapes. Restructure to shape #2 — the a2ui
submenu — mirroring the langgraph / strands / deepagents tree 1:1:

  generative-ui/a2ui/
    index.mdx          (Overview)
    fixed-schema.mdx
    dynamic-schema.mdx
    styling.mdx
    advanced.mdx
    meta.json

Content is ported page-by-page from the reference tree (deepagents, authored
mode) with MAF-accurate code — `agent-framework-ag-ui` auto-injection
(`injectA2UITool`), the real `a2ui_dynamic` / `a2ui_fixed` agents, and the
`enable_a2ui` backend-owned recovery note. styling/advanced are the
framework-agnostic frontend pages. docs-links now point the demos at the
matching sub-pages (dynamic-schema / fixed-schema).
2026-08-27 18:08:45 +02:00

54 lines
2.3 KiB
JSON

{
"framework": "ms-agent-python",
"features": {
"agentic-chat": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/quickstart",
"shell_docs_path": "/prebuilt-components"
},
"hitl-in-chat": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/human-in-the-loop",
"shell_docs_path": "/generative-ui/your-components/interactive"
},
"tool-rendering": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/generative-ui/tool-rendering",
"shell_docs_path": "/generative-ui/tool-rendering"
},
"declarative-gen-ui": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/generative-ui/a2ui/dynamic-schema",
"shell_docs_path": "/generative-ui/a2ui/dynamic-schema"
},
"a2ui-fixed-schema": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/generative-ui/a2ui/fixed-schema",
"shell_docs_path": "/generative-ui/a2ui/fixed-schema"
},
"a2ui-recovery": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/generative-ui/a2ui/dynamic-schema",
"shell_docs_path": "/generative-ui/a2ui/dynamic-schema"
},
"gen-ui-tool-based": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/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/microsoft-agent-framework/generative-ui/state-rendering",
"shell_docs_path": "/generative-ui/state-rendering"
},
"shared-state-read-write": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/shared-state/in-app-agent-write",
"shell_docs_path": "/shared-state"
},
"shared-state-streaming": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/shared-state/predictive-state-updates",
"shell_docs_path": "/shared-state"
},
"subagents": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework",
"shell_docs_path": "/multi-agent/subagents"
},
"auth": {
"og_docs_url": "https://docs.copilotkit.ai/microsoft-agent-framework/auth",
"shell_docs_path": "/auth"
}
}
}