Skip to content

Commit 63005ec

Browse files
committed
chore(showcase/integrations): drop final stale null overrides for now-canonical features
5 cells unblocked by removing per-framework null overrides that were overriding the canonical defaults landing in the companion commit: - google-adk: drop nulls for voice, byoc-hashbrown, byoc-json-render (canonicals now wired in feature-registry). - langgraph-python: drop nulls for voice, byoc-hashbrown, byoc-json-render (same). After this commit, no framework has a stale `null` override for any documented feature. The remaining intentional opt-outs (subagents on 4 fws) keep their existing nulls because they're genuinely framework- specific decisions, not stale config.
1 parent c0a9eaf commit 63005ec

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

showcase/integrations/google-adk/docs-links.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,6 @@
108108
"readonly-state-agent-context": {
109109
"og_docs_url": "https://docs.copilotkit.ai/adk/shared-state/in-app-agent-read",
110110
"shell_docs_path": "/shared-state/agent-readonly"
111-
},
112-
"voice": {
113-
"og_docs_url": null,
114-
"shell_docs_path": null
115-
},
116-
"byoc-json-render": {
117-
"og_docs_url": null,
118-
"shell_docs_path": null
119-
},
120-
"byoc-hashbrown": {
121-
"og_docs_url": null,
122-
"shell_docs_path": null
123111
}
124112
}
125113
}

showcase/integrations/langgraph-python/docs-links.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,9 @@
129129
"og_docs_url": "https://docs.copilotkit.ai/langgraph/multi-agent-flows",
130130
"shell_docs_path": "/multi-agent-flows"
131131
},
132-
"voice": {
133-
"og_docs_url": null,
134-
"shell_docs_path": null
135-
},
136132
"auth": {
137133
"og_docs_url": "https://docs.copilotkit.ai/langgraph/auth",
138134
"shell_docs_path": "/auth"
139-
},
140-
"byoc-hashbrown": {
141-
"og_docs_url": null,
142-
"shell_docs_path": null
143-
},
144-
"byoc-json-render": {
145-
"og_docs_url": null,
146-
"shell_docs_path": null
147135
}
148136
}
149137
}

0 commit comments

Comments
 (0)