Skip to content

sdk: context.batchBuild() + context.queryGraph() - #12

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

sdk: context.batchBuild() + context.queryGraph()#12
rrader26 merged 1 commit into
mainfrom
feat/sdk-batch-graph

Conversation

@rrader26

@rrader26 rrader26 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Surfaces the engine's new BatchBuildContext + QueryGraph RPCs (ThinkfleetAI/thinkfleet-memory-engine#51). check:proto green (47 RPCs, 42 covered). Merge after engine #51.

🤖 Generated with Claude Code

- context.batchBuild({ subjects, ... }) -> ContextBundle[] for the
  BatchBuildContext RPC (bulk context in one call, <=500 subjects).
- context.queryGraph({ subjectId?, predicate?, asOf?, limit? }) ->
  GraphEdge[] for the point-in-time QueryGraph RPC.

check:proto green (47 RPCs, 42 covered). Routes /lattice/context/batch +
/lattice/graph/query need TS-shell wiring (follow-up).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rrader26
rrader26 merged commit ef29b4e 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