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

AsyncConsistency #2266

Open
zhuofanxu opened this issue Mar 1, 2025 · 1 comment
Open

AsyncConsistency #2266

zhuofanxu opened this issue Mar 1, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@zhuofanxu
Copy link

Problem Description

Currently, in the agent arun method, there may exist potential synchronous I/O calls, such as those involving database storage for sessions and knowledge bases.
Example:

these potential synchronous blocking I/O calls could render the arun method of the agent meaningless.

Proposed Solution

These synchronous blocking I/O calls need to be implemented asynchronously accordingly.

Alternatives Considered

Additional context

Would you like to work on this?

We welcome contributions! Let us know if you’d like to help implement this feature.
[ ] Yes, I’d love to work on it!
[ ] I’m open to collaborating but need guidance.
[ ] No, I’m just sharing the idea.

@zhuofanxu zhuofanxu added the enhancement New feature or request label Mar 1, 2025
@dirkbrnd
Copy link
Contributor

dirkbrnd commented Mar 3, 2025

@zhuofanxu this is something we are actively working on. We want to support async on all our internal classes where it makes sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants