TopicDetectorStep
Defined in: packages/memory-ltm/src/ingest/topic-detector.step.ts:112
Step 4 of the ingest pipeline.
Runs a lightweight keyword scan over the content to detect topic buckets,
then merges them into ctx.tags (deduped). Never aborts.
Rule-based only — no LLM or external call.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TopicDetectorStep():
TopicDetectorStep
Returns
Section titled “Returns”TopicDetectorStep
Properties
Section titled “Properties”
readonlyname:"TopicDetector"='TopicDetector'
Defined in: packages/memory-ltm/src/ingest/topic-detector.step.ts:113
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/topic-detector.step.ts:115
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<IngestContext>