MCPcopy
hub / github.com/rohitg00/agentmemory / LabeledQuery

Interface LabeledQuery

benchmark/dataset.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { CompressedObservation } from "../src/types.js";
2
3export interface LabeledQuery {
4 query: string;
5 relevantObsIds: string[];
6 description: string;
7 category: "exact" | "semantic" | "temporal" | "cross-session" | "entity";
8}
9
10const SESSION_COUNT = 30;
11const OBS_PER_SESSION = 8;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected