Files
Tyler Slaton 77a1df2593 fix: wire Claude SDK demo integrations for the quickstart docs
Align the claude-sdk-python and claude-sdk-typescript demo integrations behind
the published quickstarts: move the @region markers used for doc snippet
extraction, add the state-streaming and weather-tool snippet files, and add
setup-doc content. Runtime alignment: the TS agent handlers consistently emit
text/event-stream; the streaming snippets emit a fresh STATE_SNAPSHOT per delta
and drop the undeclared partial-json dependency.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 13:35:00 -07:00

66 lines
2.5 KiB
JSON

{
"framework": "claude-sdk-python",
"features": {
"cli-start": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/quickstart",
"shell_docs_path": "/quickstart"
},
"agentic-chat": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/prebuilt-components",
"shell_docs_path": "/prebuilt-components"
},
"frontend-tools": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/frontend-tools",
"shell_docs_path": "/frontend-tools"
},
"frontend-tools-async": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/frontend-tools",
"shell_docs_path": "/frontend-tools"
},
"hitl-in-chat": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/human-in-the-loop",
"shell_docs_path": "/human-in-the-loop"
},
"hitl-in-app": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/human-in-the-loop",
"shell_docs_path": "/human-in-the-loop"
},
"tool-rendering": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/generative-ui/tool-rendering",
"shell_docs_path": "/generative-ui/tool-rendering"
},
"gen-ui-tool-based": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/generative-ui/tool-based",
"shell_docs_path": "/generative-ui/tool-based"
},
"gen-ui-agent": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/generative-ui/display",
"shell_docs_path": "/generative-ui/display"
},
"shared-state-read": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/shared-state/agent-readonly",
"shell_docs_path": "/shared-state/agent-readonly"
},
"shared-state-read-write": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/shared-state",
"shell_docs_path": "/shared-state"
},
"shared-state-streaming": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/shared-state/streaming",
"shell_docs_path": "/shared-state/streaming"
},
"readonly-state-agent-context": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/shared-state/agent-readonly",
"shell_docs_path": "/shared-state/agent-readonly"
},
"agent-config": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/agent-config",
"shell_docs_path": "/agent-config"
},
"subagents": {
"og_docs_url": "https://docs.copilotkit.ai/claude-sdk-python/multi-agent/subagents",
"shell_docs_path": "/multi-agent/subagents"
}
}
}