forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-links.json
More file actions
37 lines (37 loc) · 1.47 KB
/
Copy pathdocs-links.json
File metadata and controls
37 lines (37 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"framework": "langgraph-typescript",
"features": {
"agentic-chat": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/prebuilt-components",
"shell_docs_path": "/agentic-chat-ui"
},
"hitl-in-chat": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/generative-ui/your-components/interactive",
"shell_docs_path": "/generative-ui/your-components/interactive"
},
"tool-rendering": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/generative-ui/tool-rendering",
"shell_docs_path": "/generative-ui/tool-rendering"
},
"gen-ui-tool-based": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/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/langgraph/generative-ui/state-rendering",
"shell_docs_path": "/generative-ui/state-rendering"
},
"shared-state-read-write": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/shared-state/in-app-agent-write",
"shell_docs_path": "/shared-state"
},
"shared-state-streaming": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/shared-state/predictive-state-updates",
"shell_docs_path": "/shared-state/streaming"
},
"subagents": {
"og_docs_url": "https://docs.copilotkit.ai/langgraph/multi-agent-flows",
"shell_docs_path": "/multi-agent/subagents"
}
}
}