-
Notifications
You must be signed in to change notification settings - Fork 3.9k
build(memory): drop the memory engine from the test build #6170
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
YellowSnnowmann
merged 19 commits into
tinyhumansai:main
from
YellowSnnowmann:feat/6161-drop-memory-engine-from-test-build
Sep 9, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7b0d05a
test(memory): bind a fake driver instead of an in-process engine
YellowSnnowmann 747f564
test(memory): drop the integration targets that drive the engine dire…
YellowSnnowmann cc99ba9
build(memory): cut the engine out of the test build
YellowSnnowmann 7e87e9c
test(memory): restore the host tests deleted for an incidental engine…
YellowSnnowmann 16421b3
chore(memory): clear the cfg gates and imports the shed left behind
YellowSnnowmann 99db92b
Merge remote-tracking branch 'upstream/main' into feat/6161-drop-memo…
YellowSnnowmann 9ff8333
fix(memory): bind the test driver once, not once per caller
YellowSnnowmann 61e503c
test(memory): stop asserting one engine's behaviour from handler tests
YellowSnnowmann 7573232
chore(vendor): bump tinymemory to 5c55431 (tinymemory#151)
YellowSnnowmann fbf5a3b
fix(memory): give the auto-save tests a store that retains
YellowSnnowmann 1645d97
chore(ci): declare the tinymemory pin drift, and correct the memory R…
YellowSnnowmann 21effaf
revert(bench): keep the profiling binaries, which never measured the …
YellowSnnowmann f5fa3cc
test(memory): restore the flows guards, and drop the seam installers'…
YellowSnnowmann c8d9aa9
docs(bench): finish the scenario cleanup the restore left half-done
YellowSnnowmann 7853943
fix(prompts): restore the profiling UTC shortcut with its feature
YellowSnnowmann b494fac
docs(memory): stop describing host_impls.rs in the present tense
YellowSnnowmann a59075d
test(memory): restore host coverage for the entity read-RPCs
YellowSnnowmann 6c8448a
chore(memory): retire the contacts gate's engine test and its allowli…
YellowSnnowmann 67996bd
test(memory): make the entity-RPC assertions able to fail
YellowSnnowmann 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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
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.
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.
Add missing scenarios to the scenario table
The diff says "six scenarios" but the table below it lists only four (
agent-turn,long-agent,workflow,fleet). Meanwhile every command example in the document —library-bench.sh --scenarios,library-cpu.sh, theOPENHUMAN_PROFILE_HOLD_SECSinvocation, and theOPENHUMAN_PROFILE_PREWARM_SUBAGENTSenv-var row — referencessubagent-storm, which is not in the table.subagent-stormreplacedsubagentsin the examples, so it is clearly a live scenario, but it was never added to the table. Addsubagent-storm(and the remaining missing scenario) to the table, or correct the count to match what is listed.[RULE] doc-internal-consistency ·