agentic-ui-libs 0.2.0-beta.4 → 0.2.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,257 +1,4 @@
1
1
  export declare const executionEventsSample: ({
2
- type: string;
3
- data: {
4
- phase: string;
5
- id: string;
6
- parentId: null;
7
- name: string;
8
- timestamp: string;
9
- type: string;
10
- icon: {
11
- name: string;
12
- color: string;
13
- type: string;
14
- };
15
- status: string;
16
- input?: undefined;
17
- output?: undefined;
18
- metadata?: undefined;
19
- };
20
- sessionId: string;
21
- runId: string;
22
- timestamp: string;
23
- eventType: string;
24
- } | {
25
- type: string;
26
- data: {
27
- phase: string;
28
- id: string;
29
- parentId: string;
30
- name: string;
31
- input: string;
32
- timestamp: string;
33
- type: string;
34
- status: string;
35
- icon?: undefined;
36
- output?: undefined;
37
- metadata?: undefined;
38
- };
39
- sessionId: string;
40
- runId: string;
41
- timestamp: string;
42
- eventType: string;
43
- } | {
44
- type: string;
45
- data: {
46
- phase: string;
47
- id: string;
48
- parentId: string;
49
- name: string;
50
- output: {
51
- name: string;
52
- tool_call_id: string;
53
- args: {
54
- reason: string;
55
- message: string;
56
- conversationState: string;
57
- };
58
- additional_kwargs: {
59
- llmUsageMetadata: {
60
- input_tokens: number;
61
- output_tokens: number;
62
- total_tokens: number;
63
- };
64
- };
65
- conversationState?: undefined;
66
- message?: undefined;
67
- type?: undefined;
68
- toolName?: undefined;
69
- input?: undefined;
70
- output?: undefined;
71
- metadata?: undefined;
72
- };
73
- timestamp: string;
74
- type: string;
75
- status: string;
76
- metadata: {
77
- usage_metadata: {
78
- input_tokens: number;
79
- output_tokens: number;
80
- total_tokens: number;
81
- };
82
- };
83
- icon?: undefined;
84
- input?: undefined;
85
- };
86
- sessionId: string;
87
- runId: string;
88
- timestamp: string;
89
- eventType: string;
90
- } | {
91
- type: string;
92
- data: {
93
- phase: string;
94
- id: string;
95
- parentId: string;
96
- name: string;
97
- input: {
98
- name: string;
99
- tool_call_id: string;
100
- args: {
101
- reason: string;
102
- message: string;
103
- conversationState: string;
104
- };
105
- additional_kwargs: {
106
- llmUsageMetadata: {
107
- input_tokens: number;
108
- output_tokens: number;
109
- total_tokens: number;
110
- };
111
- };
112
- conversationState?: undefined;
113
- message?: undefined;
114
- };
115
- timestamp: string;
116
- type: string;
117
- status: string;
118
- icon?: undefined;
119
- output?: undefined;
120
- metadata?: undefined;
121
- };
122
- sessionId: string;
123
- runId: string;
124
- timestamp: string;
125
- eventType: string;
126
- } | {
127
- type: string;
128
- data: {
129
- phase: string;
130
- id: string;
131
- parentId: string;
132
- name: string;
133
- input: {
134
- conversationState: string;
135
- message: string;
136
- name?: undefined;
137
- tool_call_id?: undefined;
138
- args?: undefined;
139
- additional_kwargs?: undefined;
140
- };
141
- timestamp: string;
142
- type: string;
143
- status: string;
144
- icon?: undefined;
145
- output?: undefined;
146
- metadata?: undefined;
147
- };
148
- sessionId: string;
149
- runId: string;
150
- timestamp: string;
151
- eventType: string;
152
- } | {
153
- type: string;
154
- data: {
155
- phase: string;
156
- id: string;
157
- parentId: string;
158
- name: string;
159
- output: {
160
- conversationState: string;
161
- message: string;
162
- name?: undefined;
163
- tool_call_id?: undefined;
164
- args?: undefined;
165
- additional_kwargs?: undefined;
166
- type?: undefined;
167
- toolName?: undefined;
168
- input?: undefined;
169
- output?: undefined;
170
- metadata?: undefined;
171
- };
172
- timestamp: string;
173
- type: string;
174
- status: string;
175
- icon?: undefined;
176
- input?: undefined;
177
- metadata?: undefined;
178
- };
179
- sessionId: string;
180
- runId: string;
181
- timestamp: string;
182
- eventType: string;
183
- } | {
184
- type: string;
185
- data: {
186
- phase: string;
187
- id: string;
188
- parentId: string;
189
- name: string;
190
- output: {
191
- type: string;
192
- toolName: string;
193
- input: {
194
- reason: string;
195
- message: string;
196
- conversationState: string;
197
- };
198
- output: {
199
- conversationState: string;
200
- message: string;
201
- };
202
- metadata: {
203
- type: string;
204
- eventType: string;
205
- eventData: {
206
- name: string;
207
- mode: string;
208
- condition: string;
209
- to: string;
210
- type: string;
211
- _id: string;
212
- };
213
- isToolEvent: boolean;
214
- isOptionalParameter: boolean;
215
- };
216
- name?: undefined;
217
- tool_call_id?: undefined;
218
- args?: undefined;
219
- additional_kwargs?: undefined;
220
- conversationState?: undefined;
221
- message?: undefined;
222
- };
223
- timestamp: string;
224
- type: string;
225
- status: string;
226
- icon?: undefined;
227
- input?: undefined;
228
- metadata?: undefined;
229
- };
230
- sessionId: string;
231
- runId: string;
232
- timestamp: string;
233
- eventType: string;
234
- } | {
235
- type: string;
236
- data: {
237
- phase: string;
238
- id: string;
239
- parentId: null;
240
- name: string;
241
- timestamp: string;
242
- type: string;
243
- status: string;
244
- icon?: undefined;
245
- input?: undefined;
246
- output?: undefined;
247
- metadata?: undefined;
248
- };
249
- sessionId: string;
250
- runId: string;
251
- timestamp: string;
252
- eventType: string;
253
- })[];
254
- export declare const executionEventsSamples: ({
255
2
  type: string;
256
3
  data: {
257
4
  phase: string;
@@ -1 +1 @@
1
- {"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiNjC,CAAA;AAGD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0gDlC,CAAA"}
1
+ {"version":3,"file":"executionEventsSample.d.ts","sourceRoot":"","sources":["../../src/data/executionEventsSample.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0gDjC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAKnF,eAAO,MAAM,UAAU,2GA4TrB,CAAC;AAIH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"DebugPanel.d.ts","sourceRoot":"","sources":["../../../src/features/debug-logs/DebugPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,aAAa,EAA4B,MAAM,SAAS,CAAC;AAKnF,eAAO,MAAM,UAAU,2GA+WrB,CAAC;AAIH,eAAe,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataViewer.d.ts","sourceRoot":"","sources":["../../../../src/features/debug-logs/components/DataViewer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAY9D,KAAK,QAAQ,GAAG,aAAa,GAAG,OAAO,CAAC;AAExC,UAAU,eAAe;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,QAAQ,CAAC;IAE3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IAE5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AA4QD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+LhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"DataViewer.d.ts","sourceRoot":"","sources":["../../../../src/features/debug-logs/components/DataViewer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAYzE,KAAK,QAAQ,GAAG,aAAa,GAAG,OAAO,CAAC;AAExC,UAAU,eAAe;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,eAAe,CAAC,EAAE,QAAQ,CAAC;IAE3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IAE5C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AA+UD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0OhD,CAAC;AAEF,eAAe,UAAU,CAAC"}