Add AI Patronus browser memory example#206
Draft
Sparkah wants to merge 1 commit into
Draft
Conversation
Author
|
Smoke test update from local branch:
I did not run a full Docker SIE smoke because Docker CLI is installed but the local Docker daemon is not running in this session. The stub smoke validates the extension-facing bridge API and the OpenAI-compatible embeddings response shape. |
Author
|
Hosted SIE smoke update (using tester access supplied separately; no endpoint or credential is committed):
No real browser history or page data was used. The existing |
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.
What changed
examples/ai-patronus-browser-memory, a Manifest V3 Chrome extension plus local FastAPI memory bridge./v1/embeddingsendpoint and stores vectors locally in JSON.examples/README.md.Why
This shows how SIE can power browser-agent memory without automatically uploading browsing history or requiring a hosted vector database. The default path is local SIE Docker plus local storage; optional provider keys are kept out of source and configured by the user.
Validation
node --checkon extension JavaScript filespython3 -m py_compileon memory bridge scriptspython3 -m json.toolonmanifest.jsonand sample datagit diff --cached --checkbefore commitNotes
This is a draft PR so the Superlinked team can advise on preferred example scope, asset expectations, and whether they want the optional non-SIE provider hooks kept or trimmed.