Interface: TopicEntry
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1239
A topic extracted from a query or document for routing and filtering. Used by the TopicExtractor to guide retrieval strategy.
Properties
name
name:
string
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1241
The topic name or phrase (e.g., "authentication", "database migrations").
source
source:
string
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:1247
Where this topic was derived from.
Example
'query', 'document', 'graph-entity'