Skip to content

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

Merged
merged 40 commits into from
May 27, 2025
Merged

Async API #225

merged 40 commits into from
May 27, 2025

Conversation

ollmer
Copy link
Collaborator

@ollmer ollmer commented May 15, 2025

  • for LLM, both cloud and VLLM
  • for agents
  • for environments
  • for MCP tools
  • async loop example
  • tool calls with async LLM

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.

Is this description stale? Ask me to generate a new description by commenting /korbit-generate-pr-description

Copy link

korbit-ai bot commented May 15, 2025

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 /korbit-review.

Your admin can change your review schedule in the Korbit Console

@ollmer ollmer changed the title [WIP] Async API Async API May 20, 2025
@ollmer ollmer marked this pull request as ready for review May 20, 2025 18:50
Copy link

korbit-ai bot commented May 20, 2025

Korbit doesn't automatically review large (3000+ lines changed) pull requests such as this one. If you want me to review anyway, use /korbit-review.

@ollmer ollmer requested review from rizar and AlexPiche and removed request for rizar May 20, 2025 18:51
Copy link
Collaborator

@rizar rizar left a 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

@ollmer ollmer merged commit 24a83d5 into main May 27, 2025
5 checks passed
@ollmer ollmer deleted the async_api branch May 27, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants