switchroom 0.14.73 → 0.14.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10991,6 +10991,7 @@ var AgentToolsSchema = exports_external.object({
10991
10991
  var AgentMemorySchema = exports_external.object({
10992
10992
  collection: exports_external.string().describe("Hindsight collection name for this agent"),
10993
10993
  auto_recall: exports_external.boolean().default(true).describe("Auto-search memories before each response"),
10994
+ file: exports_external.boolean().default(true).describe("Maintain a curated workspace MEMORY.md file (seeded once, " + "auto-loaded every turn). Set false for hindsight-only memory: " + "the file is not seeded or re-created, so once migrated into " + "Hindsight and deleted it stays gone. Recall + directives carry " + "the memory instead. Cascade: override (per-agent wins over default)."),
10994
10995
  isolation: exports_external.enum(["default", "strict"]).default("default").describe("strict = never shared cross-agent, default = eligible for reflect"),
10995
10996
  bank_mission: exports_external.string().optional().describe("Bank-level mission statement used during recall to contextualize results"),
10996
10997
  retain_mission: exports_external.string().optional().describe("Instructions for the fact extraction LLM during retain"),
@@ -10991,6 +10991,7 @@ var AgentToolsSchema = exports_external.object({
10991
10991
  var AgentMemorySchema = exports_external.object({
10992
10992
  collection: exports_external.string().describe("Hindsight collection name for this agent"),
10993
10993
  auto_recall: exports_external.boolean().default(true).describe("Auto-search memories before each response"),
10994
+ file: exports_external.boolean().default(true).describe("Maintain a curated workspace MEMORY.md file (seeded once, " + "auto-loaded every turn). Set false for hindsight-only memory: " + "the file is not seeded or re-created, so once migrated into " + "Hindsight and deleted it stays gone. Recall + directives carry " + "the memory instead. Cascade: override (per-agent wins over default)."),
10994
10995
  isolation: exports_external.enum(["default", "strict"]).default("default").describe("strict = never shared cross-agent, default = eligible for reflect"),
10995
10996
  bank_mission: exports_external.string().optional().describe("Bank-level mission statement used during recall to contextualize results"),
10996
10997
  retain_mission: exports_external.string().optional().describe("Instructions for the fact extraction LLM during retain"),
@@ -11739,6 +11739,7 @@ var AgentToolsSchema = exports_external.object({
11739
11739
  var AgentMemorySchema = exports_external.object({
11740
11740
  collection: exports_external.string().describe("Hindsight collection name for this agent"),
11741
11741
  auto_recall: exports_external.boolean().default(true).describe("Auto-search memories before each response"),
11742
+ file: exports_external.boolean().default(true).describe("Maintain a curated workspace MEMORY.md file (seeded once, " + "auto-loaded every turn). Set false for hindsight-only memory: " + "the file is not seeded or re-created, so once migrated into " + "Hindsight and deleted it stays gone. Recall + directives carry " + "the memory instead. Cascade: override (per-agent wins over default)."),
11742
11743
  isolation: exports_external.enum(["default", "strict"]).default("default").describe("strict = never shared cross-agent, default = eligible for reflect"),
11743
11744
  bank_mission: exports_external.string().optional().describe("Bank-level mission statement used during recall to contextualize results"),
11744
11745
  retain_mission: exports_external.string().optional().describe("Instructions for the fact extraction LLM during retain"),