forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstraints.yaml
More file actions
87 lines (84 loc) · 2.12 KB
/
Copy pathconstraints.yaml
File metadata and controls
87 lines (84 loc) · 2.12 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Constraint tables for the Showcase Decision Tree.
# Generative UI: allowlist-based (demo must appear in `allowed` list)
# Interaction Modality: denylist-based (all allowed unless in `excluded` list)
generative_ui:
constrained-declarative:
allowed:
- beautiful-chat
- cli-start
- agent-config
- agentic-chat
- chat-customization-css
- tool-rendering-default-catchall
- tool-rendering-custom-catchall
- frontend-tools
- frontend-tools-async
- gen-ui-tool-based
- useComponent
- multimodal
- suggestions
- shared-state-read-write
- readonly-state-agent-context
- shared-state-streaming
- subagents
- voice
- auth
excluded:
- tool-rendering
- hitl-in-chat
- hitl-in-app
- gen-ui-interrupt
constrained-explicit:
allowed:
- beautiful-chat
- cli-start
- agent-config
- agentic-chat
- chat-customization-css
- tool-rendering-default-catchall
- tool-rendering-custom-catchall
- tool-rendering-reasoning-chain
- agentic-chat-reasoning
- reasoning-default-render
- reasoning-default
- reasoning-custom
- prebuilt-sidebar
- prebuilt-popup
- chat-slots
- headless-simple
- headless-complete
- frontend-tools
- frontend-tools-async
- gen-ui-tool-based
- gen-ui-interrupt
- interrupt-headless
- gen-ui-agent
- hitl-in-chat
- hitl-in-chat-booking
- hitl-in-app
- hitl
- declarative-gen-ui
- a2ui-fixed-schema
- mcp-apps
- tool-rendering
- useComponent
- multimodal
- suggestions
- shared-state-read-write
- shared-state-read
- readonly-state-agent-context
- shared-state-streaming
- subagents
- voice
- auth
- byoc-hashbrown
- byoc-json-render
- declarative-hashbrown
- declarative-json-render
- open-gen-ui
- open-gen-ui-advanced
interaction_modalities:
headless:
excluded:
- voice
# sidebar, embedded, popup, chat: no exclusions