英語版: Index
AIKernel Query Interfaces — Index
query namespace は Phase 1 Context Build の抽象を含みます。これらの contract は ROM、CacheDB、Material Quarantine、Structure 実行より前に query intent を変換します。
Interfaces
IQueryAugmentor:IKernelContextの下で query を正規化・補間・意味的に rewrite します。IQueryDecomposer:IKernelContextの下で query を順序付きQueryPartに分解します。IQueryRouter: 宣言済み capability とIKernelContextに基づき、QueryPartを Provider へ routing します。
DTO
QueryPart: decomposition が生成し、routing/material build が消費する immutable query fragment DTO。
Boundary
ここでは RAG を実装しません。Retrieval、indexing、material supply は Provider または Pipeline 戦略の責務です。
変更履歴
- v0.0.1 (2026-05-09): query interface index を追加
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/query/index-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/query/index-jp.md