Add MemorySync memory service (community integration) - #1189
Merged
markbackman merged 1 commit intoAug 29, 2026
Merged
Conversation
- Supported Services: MemorySync row under Memory (Community) - New service page: api-reference/server/services/memory/memorysync - docs.json: navigation entry + redirect, following the existing pattern
mdhaseeb343q-pixel
force-pushed
the
add-memorysync-memory-service
branch
from
August 29, 2026 07:51
fab0b68 to
eee4577
Compare
mdhaseeb343q-pixel
marked this pull request as ready for review
August 29, 2026 13:14
markbackman
approved these changes
Aug 29, 2026
markbackman
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Thanks for the addition.
I'll merge now and this will be released to production with the next Pipecat release.
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
Adds MemorySync as a community-maintained memory service, following the Community Integrations Guide:
Memorytable:MemorySync·uv add pipecat-memorysync·Communityapi-reference/server/services/memory/memorysync.mdx(community-maintained badge via the shared snippet, overview, installation, prerequisites, configuration, usage, compatibility)docs.jsonentry under theMemorygroup and a/server/services/memory/memorysyncredirect, following the existing patternAbout the integration
memorysync-pipecat(PyPI packagepipecat-memorysync) ships oneFrameProcessor,MemorySyncMemoryService, for the position between the user context aggregator and the LLM service:EndFrameflush,CancelFramesalvagepipecat.tests.utils.run_test— the framework's own harness (14-test suite in the repo)The source repository includes the foundational single-file example, README (install, usage, example run, version compatibility, company attribution), MIT LICENSE, and CHANGELOG per the guide's repository requirements. Built and maintained by the MemorySync team.
Demo video
Core functionality + interruption handling: connect → share facts → interrupt the bot mid-reply → disconnect → reconnect in a fresh session → the bot recalls the stored facts.
memorysync-pipecat-demo.mp4