agent-working-memory 0.7.0 → 0.7.1

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.
@@ -187,6 +187,7 @@ export interface ActivationQuery {
187
187
  memoryType?: MemoryType; // Filter by memory type (episodic, semantic, procedural)
188
188
  mode?: QueryMode; // Pipeline mode — 'auto' by default
189
189
  workspace?: string; // Search across all agents in this workspace (hive mode). If unset, agent-scoped only.
190
+ bm25Only?: boolean; // Skip embedding — fast text-only retrieval for bulk/benchmark scenarios
190
191
  }
191
192
 
192
193
  /**