refactor(agent)!: focus tools on SCADA
This commit is contained in:
@@ -24,11 +24,11 @@ describe("MemoryStore", () => {
|
||||
|
||||
it("dedupes exact duplicate memories", async () => {
|
||||
const first = await store.upsert("workspace", "project-1", {
|
||||
content: "DMA-2 nightly leakage analysis should compare against adjacent zones first.",
|
||||
content: "SCADA level anomaly checks should compare level and temperature metrics first.",
|
||||
source: "tool",
|
||||
});
|
||||
const second = await store.upsert("workspace", "project-1", {
|
||||
content: "DMA-2 nightly leakage analysis should compare against adjacent zones first.",
|
||||
content: "SCADA level anomaly checks should compare level and temperature metrics first.",
|
||||
source: "tool",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user