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.
Core structure and main function
| Symbol | Function |
|---|---|
Labeler | Query-time label selection contract. |
Input | Provide query and candidate label information. |
Match | Express the selected label and matching information. |
Result | Summarize label matches. |
GenX | Use Generator to select recall labels. |
Process | Select 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.