Skip to content

Labelers

pkgs/genx/labelers Selects tags for memory recall based on the current query. It converts natural language queries into structured label matches, narrowing the scope of subsequent searches.

Go API References

Core structure and main function

SymbolFunction
LabelerQuery-time label selection contract.
InputProvide query and candidate label information.
MatchExpress the selected label and matching information.
ResultSummarize label matches.
GenXUse Generator to select recall labels.
ProcessSelect Labeler and process the query.

Labelers do not perform vector search and do not manage the persistence life cycle of labels; retrieval and storage are handled by Agent recall and stores.