Skip to main content

Module routing

Module routing 

Source
Expand description

Semantic Routing Engine for Dakera AI Agent Memory Platform.

Agents query Dakera without knowing which namespace holds the answer. Dakera figures it out by comparing the query embedding against cached namespace centroids (averaged embeddings sampled from each namespace).

The centroid cache is refreshed periodically in the background.

Structsยง

RouteMatch
A route result: which namespace matched and how strongly.
SemanticRouter
Semantic router that maintains a centroid cache per namespace.
SemanticRouterConfig
Configuration for the semantic router.