refactor(agent)!: focus tools on SCADA

This commit is contained in:
2026-07-15 18:30:58 +08:00
parent 8a21908785
commit 155513fdbc
47 changed files with 503 additions and 2910 deletions
+2 -2
View File
@@ -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",
});