Commit 0dd996f
authored
refactors server sent event handling in workbench-app to fix excessive reconnects; removes old workflows and interact ux (#261)
Elevates handling of SSE to route level component and adds hooks for
adding/removing listeners from any child component without having to
pass through props. Adds more logging as there was a swallowed error
transforming events that was triggering retries even after new design -
going forward, it'll be more obvious if there is an error causing this -
or if there are 400/500 errors coming from the service.
Instead of updating the old workflows & interact UX components, I went
ahead and removed them since they are no longer needed.1 parent de18b92 commit 0dd996f
66 files changed
Lines changed: 262 additions & 6270 deletions
File tree
- libraries/python
- assistant-extensions/.vscode
- skills/skill-library/.vscode
- workbench-app
- .vscode
- src
- components
- Assistants
- Conversations
- Canvas
- FrontDoor
- Chat
- Controls
- Workflows
- WorkflowDesigner
- libs
- models
- redux/features/app
- routes
- services/workbench
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 230 | | |
233 | 231 | | |
234 | 232 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments