Open
Conversation
Contributor
|
This will be really useful! Thanks |
Wendong-Fan
reviewed
Apr 8, 2025
Member
There was a problem hiding this comment.
thanks @a7m-1st ! After we stopped the running seems we can't run another task anymore, could we fix this?
Author
|
My pleasure @Wendong-Fan. About that one, I was facing the same issue previously too for some reason. I have pointed that out in issue #449 . But I will tend to it too. |
6 tasks
ccclyt
pushed a commit
to ccclyt/owl
that referenced
this pull request
Apr 25, 2025
6 tasks
a7m-1st
added a commit
to camel-ai/camel
that referenced
this pull request
May 2, 2025
Author
Screen.Recording.2025-05-02.144053.mp4In video can see:
Updates since 81e2574
Limitation:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Stop OWL feature enables users to terminate from long running Multi Turn processes safely. It does it by using present mechanisms to break the for loop. Current limitation is that it breaks the loop after a full turn, thus taking time if CoT in single Agent is involved, drilling Event to ChatbotAgent and society creation is required to achieve almost immediate termination. This PR closes #362 by @didier-durand
Screen.Recording.2025-04-01.025734.mp4
Added:
Changed:
Limitation of Current Approach:
Notes on State Mgmt:
Just a note, I found Gradio Auto refresh was turned off intentionally, I think it was to simplify the code by using Generators instead of managing State but I am interested to know the reason (Not to break anything :D).
Currently all changes are stored to a global STATE then app updates components every second