Skip to content

Preserve session_id for raw memory creates#170

Open
Jacobzqy wants to merge 1 commit into
mem9-ai:mainfrom
Jacobzqy:fix/raw-create-session-id
Open

Preserve session_id for raw memory creates#170
Jacobzqy wants to merge 1 commit into
mem9-ai:mainfrom
Jacobzqy:fix/raw-create-session-id

Conversation

@Jacobzqy

@Jacobzqy Jacobzqy commented Apr 1, 2026

Copy link
Copy Markdown

Summary

  • pass session_id through raw content memory creates
  • persist SessionID in the no-LLM raw create path
  • add handler/service regression coverage

Why

LoCoMo writes raw memories with session_id and then polls/searches by that
same session.
The server accepted session_id on POST /memories but dropped it in the raw
content path,
so writes succeeded but session-scoped reads never found them.

Verification

  • go test ./...
  • go vet ./...

@netlify

netlify Bot commented Apr 1, 2026

Copy link
Copy Markdown

👷 Deploy request for mem9 pending review.

A Netlify team Owner will need to approve the deploy before you can run your build.

Are you a team Owner? Visit the deploys page to approve it

Need more help? Learn more in the Netlify docs

Name Link
🔨 Latest commit 0b9bcdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant