Skip to content

sdk: memory.admin.prefetchRelated() - #11

Merged
rrader26 merged 1 commit into
mainfrom
feat/sdk-prefetch
Jul 8, 2026
Merged

sdk: memory.admin.prefetchRelated()#11
rrader26 merged 1 commit into
mainfrom
feat/sdk-prefetch

Conversation

@rrader26

@rrader26 rrader26 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Surfaces the engine's new PrefetchRelated RPC (ThinkfleetAI/thinkfleet-memory-engine exposure PR). memory.admin.prefetchRelated({ seedMemoryIds, limit? })MemoryItem[] ranked by graph association. check:proto green (45 RPCs, 40 covered). Merge after the engine PR.

🤖 Generated with Claude Code

Spreading-activation prefetch over the KG — pass the memories a session
is using (seedMemoryIds), get back the related memories most likely
needed next (ranked by shared graph entities). POSTs
/admin/memory/prefetch-related, returns MemoryItem[]. check:proto green
(45 RPCs, 40 covered).

Note: TS shell needs the POST /admin/memory/prefetch-related route wired
to the gRPC PrefetchRelated call for REST; the engine RPC is live.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rrader26
rrader26 merged commit 7f833c0 into main Jul 8, 2026
2 checks passed
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.

2 participants