-
Notifications
You must be signed in to change notification settings - Fork 35
Async API #225
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
Based on your review schedule, I'll hold off on reviewing this PR until it's marked as ready for review. If you'd like me to take a look now, 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.
Awesome, LGTM! also see some opinionated naming comments
Description by Korbit AI
What change is being made?
Implement an asynchronous API framework, introduce multiprocess execution, refine environment and tool management, and update agent functionality, alongside dependency enhancements.
Why are these changes being made?
The changes support concurrent execution and improve performance by utilizing asynchronous and multiprocess capabilities in line with the agent's capabilities. It enhances the ability of the framework to streamline the agent-environment interactions, optimize resource usage, and expand possible configurations in line with modern asynchronous computing practices.