feat: Add TIAMAT remote cloud memory backend#200
Closed
toxfox69 wants to merge 1 commit intomemvid:mainfrom
Closed
feat: Add TIAMAT remote cloud memory backend#200toxfox69 wants to merge 1 commit intomemvid:mainfrom
toxfox69 wants to merge 1 commit intomemvid:mainfrom
Conversation
Adds TiamatRemoteMemory as a cloud-based alternative to local video-file storage via https://memory.tiamat.live. Use cases: - Cloud deployments where local video storage isn't practical - Multi-instance agents needing shared memory - Lightweight environments (no OpenCV/ffmpeg dependency) - Hybrid setups: critical memories in cloud, bulk in local video Features: - FTS5 full-text search (instant, no embeddings needed) - Knowledge triples for structured memory - HybridMemory class for local + cloud sync - Auto API key registration - Only requires httpx (no heavy dependencies) Includes: - examples/tiamat_backend/tiamat_remote.py - TiamatRemoteMemory + HybridMemory - examples/tiamat_backend/README.md - Documentation with comparison table
sharafdin
reviewed
Feb 23, 2026
Member
sharafdin
left a comment
There was a problem hiding this comment.
We don't accept any other memory and also ai PRs
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
Adds TiamatRemoteMemory as a cloud-based memory alternative for memvid via TIAMAT Memory API.
httpx(no OpenCV/ffmpeg)When to Use
httpxFiles
examples/tiamat_backend/tiamat_remote.py— TiamatRemoteMemory + HybridMemoryexamples/tiamat_backend/README.md— DocumentationTest Plan