Skip to main content

Interface: TopicEntry

Defined in: packages/agentos/src/query-router/types.ts:809

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/query-router/types.ts:811

The topic name or phrase (e.g., "authentication", "database migrations").


source

source: string

Defined in: packages/agentos/src/query-router/types.ts:817

Where this topic was derived from.

Example

'query', 'document', 'graph-entity'