feat: add plugin for bohr cli job - #230
Merged
Merged
Conversation
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 pull request significantly expands and refines the documentation for remote job monitoring to reflect a more modular, provider-agnostic architecture. It describes support for multiple job providers (interactive sandboxes and batch jobs), introduces a plugin-based provider adapter system, and clarifies how the control plane, job lifecycle, and monitoring work across different providers. Additionally, it updates dependencies to newer versions and adds the
e2bpackage.Documentation and Architecture Updates:
e2b,bohr_sandbox,bohr_job), with a registry and adapter protocol for easy extension. It details how submission, monitoring, and lifecycle management are handled generically across providers, and explains the plugin system for adding new providers. [1] [2] [3] [4] [5] [6] [7] [8]Dependency Updates:
google-adkto version 2.0.0 and added a version pin fore2b(<=2.20.0) inpyproject.toml. [1] [2]These changes make the system more maintainable, extensible, and clear for users and developers working with remote jobs and sandboxes.