-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Fix drawing for HITL #16624
Fix drawing for HITL #16624
Conversation
llama-index-utils/llama-index-utils-workflow/llama_index/utils/workflow/draw.py
Outdated
Show resolved
Hide resolved
BlockingEvent
and UnblockingEvent
Looks like deeplake update 😓 Safe to ignore those tests |
🥲 okay will do. But what about coveralls check? I looked at the tests that we currently have and it wasn't immediately obvious to me how we could test the produced If we deem this as really important, I can spend some time tinkering tests perhaps, tho I don't yet know how would I go about that. |
Eh, tests are less important for this drawing package (pretty hard to test I agree) -- any test would just generate the png but you can't really check it, only ensure that it didn't break |
Description
This PR fixes drawing of Workflows that use HITL pattern. It introduces a conceptual "external_step"
Version Bump?
Did I bump the version in the
pyproject.toml
file of the package I am updating? (Except for thellama-index-core
package)Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Your pull-request will likely not be merged unless it is covered by some form of impactful unit testing.