Skip to content
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: refactor FlowTool to use run_until_complete for async flow execution #3845

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request refactors the FlowTool class to use the run_until_complete function for executing async flows. This improves the flow execution process by ensuring that the flow is fully completed before moving on to the next task.

Fixes #3807

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 18, 2024
@github-actions github-actions bot added the bug Something isn't working label Sep 18, 2024
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-3845.dmtpw4p5recq1.amplifyapp.com

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 18, 2024
@italojohnny italojohnny merged commit 4a51830 into main Sep 19, 2024
37 of 38 checks passed
@italojohnny italojohnny deleted the fix/3807 branch September 19, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asyncio Thread error when running Flow as Tool with a Agent
3 participants