Skip to content

Commit c425a2a

Browse files
authored
fix(docs): hide unsupported shared-state frameworks (CopilotKit#5067)
2 parents 8cb04a6 + fb4c065 commit c425a2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

showcase/integrations/langroid/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ interaction_modalities:
1919
- embedded
2020
- chat
2121
not_supported_features:
22+
- shared-state-read-write
2223
- shared-state-streaming
2324
features:
2425
- cli-start
@@ -30,7 +31,6 @@ features:
3031
- tool-rendering
3132
- gen-ui-agent
3233
- gen-ui-tool-based
33-
- shared-state-read-write
3434
- subagents
3535
- chat-customization-css
3636
- prebuilt-sidebar

showcase/integrations/spring-ai/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ interaction_modalities:
2727
- embedded
2828
- chat
2929
not_supported_features:
30+
- shared-state-read-write
3031
- shared-state-streaming
3132
features:
3233
- cli-start
@@ -52,7 +53,6 @@ features:
5253
- headless-complete
5354
- beautiful-chat
5455
- readonly-state-agent-context
55-
- shared-state-read-write
5656
- subagents
5757
- auth
5858
- voice

showcase/shell-docs/src/content/docs/shared-state/streaming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ indicator.
7676
- **[Agent read-only context](/shared-state/agent-readonly)**
7777
for the inverse, UI → agent one-way channel.
7878

79-
<IntegrationGrid path="shared-state/streaming" />
79+
<IntegrationGrid path="shared-state/streaming" exclude={["agno", "agent-spec", "spring-ai", "langroid"]} />

0 commit comments

Comments
 (0)