-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Move runtime resolution and pooled execution into the tinyruntime module #5664
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
Changes from 43 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
8640f1a
chore(deps): add tinyruntime submodule
senamakel 01b8323
chore(deps): add tinyruntime-bus dependency
senamakel aebac0d
feat(registry): add tinyruntime module records
senamakel 44a81f0
fix(registry): give each runtime provider its own object path
senamakel 060366e
fix(modules): handle missing runtime module gracefully
senamakel 8ea7862
feat(modules): add runtime module to the public API
senamakel fe7fa5d
chore(deps): add tinyruntime-bus dependency to Cargo.lock
senamakel 327be1d
fix(test): simplify imports in runtime tests
senamakel b1d8e34
test(registry): split host-coverage test into two focused assertions
senamakel 67b5010
chore(runtime): reformat imports and match arms
senamakel 6df774f
Serve each provider at its own derived object path
enamakel f47a532
refactor(runtime): delegate Node.js toolchain resolution to tinyrunti…
senamakel 3663c55
refactor(node): move Node toolchain resolution into the bootstrap module
senamakel 0fa2081
refactor(runtime): delegate Python interpreter resolution to the tiny…
senamakel 91883a1
refactor(runtime/pool): delegate pool implementation to tinyruntime m…
senamakel 4837094
refactor(pool): delegate node and python pool backends to a shared di…
senamakel 4064461
refactor(ops): simplify bootstrap construction by passing root config
senamakel ca1fa1e
refactor(config): share a single Arc-wrapped Config across runtime bo…
senamakel 5aa13f2
fix(tools): remove unused parameter from try_pool_inline
senamakel 0a843cf
fix(tools): remove unused resolved parameter from pool inline calls
senamakel 2fd130d
chore(python_exec): remove unused parameter from try_pool_inline
senamakel 6e5de96
chore(runtime): clarify module docs after toolchain extraction
senamakel 046e7d4
refactor(runtime): switch bootstrap constructors to accept `Arc<Config>`
senamakel a6e38a3
fix(runtime): simplify NodeBootstrap construction
senamakel 3119074
docs(runtime): update module-level doc comment and narrow re-exports
senamakel e56ed8b
refactor(tools): simplify test bootstrap construction
senamakel 0281584
chore(exec): remove unused NodeConfig import from test modules
senamakel a6ebc7f
chore(deps): remove xz2 dependency from runtime-node feature
senamakel 2693c6f
chore(deps): remove unused xz2 and lzma-sys dependencies
senamakel b7c705e
docs(runtime): document extraction of toolchain install logic into ti…
senamakel b178896
chore: reorder imports and reformat long assertions
senamakel e63bf4a
docs(library-minimal-recipe, specs): update xz2 removal and runtime b…
senamakel f70d41e
docs(library-benchmarking): document worker relocation to tinyruntime…
senamakel 7e93ca7
docs(AGENTS.md): update runtime-node and skills dep notes to reflect …
senamakel d001028
docs(config): clarify NodeConfig field semantics
senamakel 391419c
docs(library-benchmarking): clarify that the pool relocation does not…
senamakel c621a27
docs(runtime): add README for pool module
senamakel 9628975
chore(deps): update Cargo.lock
senamakel 71c2e0c
refactor(runtime): route runtime lookups through a local client facade
senamakel 9fa8eff
chore: files changed src/openhuman/runtime/client/disabled.rs,src/ope…
senamakel ec8ff0f
chore(runtime): remove unused languages function from disabled client
senamakel 33eba71
chore(client): drop unused `languages` re-export from the modules facade
senamakel 7edcb94
chore(scripts): update kernel-floor limits for tinyruntime-bus addition
senamakel d7ce619
chore(ci): update expected name count in dep-sim guard
senamakel 232d274
chore(deps): update tinyagents subproject commit
senamakel 75e22fe
fix(AGENTS.md): correct native build count in contributor feature set
senamakel db2d844
fix(runtime): implement custom Debug for NodeBootstrap stub
senamakel f1b9ef0
test(raw_coverage): simplify NodeBootstrap construction in e2e test
senamakel c2c418b
test(Feedback): add mock for validateFeedback in test setup
senamakel 09afdac
fix(tools): share config Arc instead of cloning root_config
senamakel 36097af
Merge remote-tracking branch 'refs/remotes/upstream/main' into pr/5664
senamakel afa1a55
test(raw_coverage): add missing tool_specs field to test fixture
senamakel 7cc661e
test(raw_coverage): add missing tool_specs field to expected prompt d…
senamakel 9cc8817
test(raw_coverage): update assertion for delegate-tool description
senamakel 77a81c0
fix(tests): update research description assertion in e2e coverage test
senamakel 168e087
Merge remote-tracking branch 'upstream/main' into pr/5664
senamakel 4359399
fix(tests): remove duplicate tool_specs fields in raw coverage test s…
senamakel dc2c17d
Merge remote-tracking branch 'upstream/main' into pr/5664
senamakel d0d03ad
Merge remote-tracking branch 'upstream/main' into pr/5664
senamakel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.