PrivacyFilterStep
Defined in: packages/memory-ltm/src/ingest/privacy-filter.step.ts:42
Step 1 of the ingest pipeline.
Strips explicit <private> blocks and redacts 9 common credential / PII
patterns from memory content before it reaches storage. Non-blocking and
always produces a result — never aborts the pipeline.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PrivacyFilterStep():
PrivacyFilterStep
Returns
Section titled “Returns”PrivacyFilterStep
Properties
Section titled “Properties”
readonlyname:"PrivacyFilter"='PrivacyFilter'
Defined in: packages/memory-ltm/src/ingest/privacy-filter.step.ts:43
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<IngestContext>
Defined in: packages/memory-ltm/src/ingest/privacy-filter.step.ts:45
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<IngestContext>