Skip to content

Commit de8afbb

Browse files
committed
chore(showcase): mark shared-state-streaming unsupported for 11 non-LangGraph frameworks
Per team decision 2026-05-07: state-streaming only works on LangGraph variants. Move shared-state-streaming from features to not_supported_features for ag2, agno, claude-sdk-python, claude-sdk-typescript, crewai-crews, langroid, llamaindex, mastra, ms-agent-dotnet, ms-agent-python, pydantic-ai. Catalog regenerator now classifies these cells as unsupported, so the docs render the blue UnsupportedBox instead of yellow Missing snippet warnings.
1 parent 390fd46 commit de8afbb

11 files changed

Lines changed: 22 additions & 13 deletions

File tree

showcase/integrations/ag2/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ generative_ui:
1616
- constrained-explicit
1717
- a2ui-fixed-schema
1818
- a2ui-dynamic-schema
19-
not_supported_features: []
19+
not_supported_features:
20+
- shared-state-streaming
2021
interaction_modalities:
2122
- sidebar
2223
- embedded
@@ -39,7 +40,6 @@ features:
3940
- mcp-apps
4041
- open-gen-ui
4142
- open-gen-ui-advanced
42-
- shared-state-streaming
4343
- prebuilt-sidebar
4444
- prebuilt-popup
4545
- chat-slots

showcase/integrations/agno/manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ features:
2626
- tool-rendering
2727
- gen-ui-agent
2828
- gen-ui-tool-based
29-
- shared-state-streaming
3029
- shared-state-read-write
3130
- subagents
3231
- prebuilt-sidebar
@@ -61,7 +60,8 @@ features:
6160
- beautiful-chat
6261
- a2ui-fixed-schema
6362
- declarative-gen-ui
64-
not_supported_features: []
63+
not_supported_features:
64+
- shared-state-streaming
6565
agent_config_pattern: shared-state
6666

6767
a2ui_pattern: schema-loading

showcase/integrations/claude-sdk-python/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ interaction_modalities:
2121
- sidebar
2222
- embedded
2323
- chat
24+
not_supported_features:
25+
- shared-state-streaming
2426
features:
2527
- cli-start
2628
- agentic-chat
2729
- tool-rendering
2830
- tool-rendering-default-catchall
2931
- tool-rendering-custom-catchall
3032
- gen-ui-agent
31-
- shared-state-streaming
3233
- shared-state-read-write
3334
- subagents
3435
- readonly-state-agent-context

showcase/integrations/claude-sdk-typescript/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ interaction_modalities:
1818
- sidebar
1919
- embedded
2020
- chat
21+
not_supported_features:
22+
- shared-state-streaming
2123
features:
2224
- cli-start
2325
- agentic-chat
@@ -45,7 +47,6 @@ features:
4547
- declarative-gen-ui
4648
- gen-ui-agent
4749
- gen-ui-tool-based
48-
- shared-state-streaming
4950
- shared-state-read-write
5051
- subagents
5152
- readonly-state-agent-context

showcase/integrations/crewai-crews/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ interaction_modalities:
2121
managed_platform:
2222
name: CrewAI Enterprise
2323
url: https://crewai.com/amp
24+
not_supported_features:
25+
- shared-state-streaming
2426
features:
2527
- cli-start
2628
- agentic-chat
@@ -44,7 +46,6 @@ features:
4446
- gen-ui-tool-based
4547
- frontend-tools
4648
- frontend-tools-async
47-
- shared-state-streaming
4849
- shared-state-read-write
4950
- subagents
5051
- readonly-state-agent-context

showcase/integrations/langroid/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ interaction_modalities:
1818
- sidebar
1919
- embedded
2020
- chat
21+
not_supported_features:
22+
- shared-state-streaming
2123
features:
2224
- cli-start
2325
- agentic-chat
@@ -28,7 +30,6 @@ features:
2830
- tool-rendering
2931
- gen-ui-agent
3032
- gen-ui-tool-based
31-
- shared-state-streaming
3233
- shared-state-read-write
3334
- subagents
3435
- chat-customization-css

showcase/integrations/llamaindex/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ interaction_modalities:
1818
- sidebar
1919
- embedded
2020
- chat
21+
not_supported_features:
22+
- shared-state-streaming
2123
features:
2224
- beautiful-chat
2325
- cli-start
@@ -47,7 +49,6 @@ features:
4749
- open-gen-ui
4850
- open-gen-ui-advanced
4951
- agent-config
50-
- shared-state-streaming
5152
- shared-state-read-write
5253
- subagents
5354
- prebuilt-sidebar

showcase/integrations/mastra/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ interaction_modalities:
2424
managed_platform:
2525
name: Mastra Cloud
2626
url: https://mastra.ai/cloud
27+
not_supported_features:
28+
- shared-state-streaming
2729
features:
2830
- cli-start
2931
- agentic-chat
@@ -33,7 +35,6 @@ features:
3335
- tool-rendering-default-catchall
3436
- tool-rendering-custom-catchall
3537
- gen-ui-agent
36-
- shared-state-streaming
3738
- readonly-state-agent-context
3839
- prebuilt-sidebar
3940
- prebuilt-popup

showcase/integrations/ms-agent-dotnet/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ interaction_modalities:
2121
- sidebar
2222
- embedded
2323
- chat
24+
not_supported_features:
25+
- shared-state-streaming
2426
features:
2527
- beautiful-chat
2628
- cli-start
@@ -50,7 +52,6 @@ features:
5052
- tool-rendering-custom-catchall
5153
- tool-rendering
5254
- tool-rendering-reasoning-chain
53-
- shared-state-streaming
5455
- shared-state-read-write
5556
- subagents
5657
- readonly-state-agent-context

showcase/integrations/ms-agent-python/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ interaction_modalities:
1818
- sidebar
1919
- embedded
2020
- chat
21+
not_supported_features:
22+
- shared-state-streaming
2123
features:
2224
- beautiful-chat
2325
- cli-start
@@ -48,7 +50,6 @@ features:
4850
- tool-rendering
4951
- tool-rendering-reasoning-chain
5052
- shared-state-read-write
51-
- shared-state-streaming
5253
- subagents
5354
- readonly-state-agent-context
5455
- multimodal

0 commit comments

Comments
 (0)