Files
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

38 lines
1.8 KiB
JSON

{
"framework": "langgraph-fastapi",
"features": {
"agentic-chat": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/prebuilt-components",
"shell_docs_path": "/integrations/langgraph/prebuilt-components"
},
"tool-rendering": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/generative-ui/tool-rendering",
"shell_docs_path": "/integrations/langgraph/generative-ui/tool-rendering"
},
"hitl-in-chat": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/generative-ui/your-components/interactive",
"shell_docs_path": "/integrations/langgraph/generative-ui/your-components/interactive"
},
"gen-ui-tool-based": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/generative-ui/your-components/display-only",
"shell_docs_path": "/integrations/langgraph/generative-ui/your-components/display-only"
},
"gen-ui-agent": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/generative-ui/state-rendering",
"shell_docs_path": "/integrations/langgraph/generative-ui/state-rendering"
},
"shared-state-read-write": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/shared-state/in-app-agent-write",
"shell_docs_path": "/integrations/langgraph/shared-state/in-app-agent-write"
},
"shared-state-streaming": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/shared-state/predictive-state-updates",
"shell_docs_path": "/integrations/langgraph/shared-state/predictive-state-updates"
},
"subagents": {
"og_docs_url": "https://docs.copilotkit.ai/integrations/langgraph/multi-agent-flows",
"shell_docs_path": "/integrations/langgraph/multi-agent-flows"
}
}
}