-
Notifications
You must be signed in to change notification settings - Fork 122
2867 - ai agent working in task dispatchers #3575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1a6f227 to
574b79a
Compare
...kflow-editor/components/node-details-tabs/connection-tab/ConnectionTabConnectionFieldset.tsx
Outdated
Show resolved
Hide resolved
.../components/properties/components/property-code-editor/PropertyCodeEditorSheetRightPanel.tsx
Outdated
Show resolved
Hide resolved
client/src/pages/platform/workflow-editor/components/WorkflowNodeDetailsPanel.tsx
Outdated
Show resolved
Hide resolved
574b79a to
2ff1ce1
Compare
|
Izbjegavaj |
kresimir-coko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bolje! još par sitnica i to je to
client/src/pages/platform/workflow-editor/utils/taskDispatcherConfig.tsx
Outdated
Show resolved
Hide resolved
client/src/pages/platform/workflow-editor/components/WorkflowNodeDetailsPanel.tsx
Show resolved
Hide resolved
client/src/pages/platform/workflow-editor/components/WorkflowNodeDetailsPanel.tsx
Show resolved
Hide resolved
client/src/pages/platform/workflow-editor/components/WorkflowNodeDetailsPanel.tsx
Outdated
Show resolved
Hide resolved
|
@kresimir-coko done! |
|
nemoj još mergat, rekao je Ivica da moram još lokaciju nodova sredit |
kresimir-coko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bravo 👏
|
@kresimir-coko ok spremno je. bit će merge conflict sa Property.tsx. to su trenutno 2 totalno različita filea |
9081076 to
8e9a9d7
Compare
…implemented connection tab functionality for cluster elements
This reverts commit 55f25dd.
…changed!!!" This reverts commit 9bd68c3.
This reverts commit 960fef2.
…etrieving data in cluster elements panel"
…plementation didn't account for tasks in cluster elements, rag and tools" This reverts commit 85f0256.
…t even when it is nested in a task dispatcher
0b33ebd to
23e60cd
Compare
|


The commits with Reapply were accidentally merged and then Reverted so the order is should be them first and then the 2 commits after.
Reapply commit 2e3686d caused one regression where you couldn't add connections to any node in a task dispatcher. This has been fixed in 1c3a7e6.
Reapply commit 989af6c takes in account all nodes of same type when creating a new node and naming it {node_type}_{current_number+1}, accounting for the ones in task dispatchers and cluster elements.
Commits 1c3a7e6 and 9539b63 need to be looked into as they may cause regression. It primarily modifies WorkflowNodeDetailsPanel.tsx.
Commit b2c5b48 can be reverted without breaking anything. It exists to please sonarqube error.
This sill works incorrectly with vector databases.