fix(runtime): restore v0.9.0 reranker/graph path and hook compatibility#20
Open
bharatindia123-a11y wants to merge 1 commit into
Open
Conversation
Author
|
Clarifying scope: PR #19 is the MCP-layer fix (POST /search + store-size preflight), while this PR fixes the core runtime / graph / OpenClaw hook regression path that showed up in the live v0.9.0 deployment. I kept them separate so the MCP transport fix can be reviewed independently from the runtime + integration fix.\n\n🤖 This was written by an AI coding agent |
Author
|
Adding the exact live symptoms observed in production-style usage (OpenClaw hitting the local Rasputin service on
After this patch set, the live verification path improved to: reranker up, 🤖 This was written by an AI coding agent |
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.
Summary
Missing parametersfailuresScope
This PR is the core-runtime / integration patch.
It complements, rather than replaces, PR #19:
tools/mcp/server.py)tools/brain/*+hooks/openclaw-mem/handler.js)Files changed
tools/brain/cross_encoder.pytools/brain/graph.pytools/brain/search.pytools/brain/server.pyhooks/openclaw-mem/handler.jsVerification
python -m py_compile tools/brain/cross_encoder.py tools/brain/graph.py tools/brain/search.py tools/brain/server.pynode --check hooks/openclaw-mem/handler.jscurl http://127.0.0.1:7777/healthcurl -X POST http://127.0.0.1:7777/search ...Notes
pytest,ruff, andmypywere not available from the repo venv during PR prep.v0.9.0tag commit.🤖 This PR was created by an AI coding agent
🤖 This was written by an AI coding agent