AIKernel.NET
version: 0.0.2 / status: Refactor / edition: Draft / published: 2026-05-16 / updated: 2026-05-16

Japanese version: Index

AIKernel Query Interfaces — Index

The query namespace contains Phase 1 Context Build abstractions. These contracts transform query intent before ROM, CacheDB, Material Quarantine, and Structure execution.

Interfaces

  • IQueryAugmentor: normalizes, augments, and semantically rewrites a query under IKernelContext.
  • IQueryDecomposer: decomposes a query into ordered QueryPart units under IKernelContext.
  • IQueryRouter: routes QueryPart units to providers using declared capabilities and IKernelContext.

DTO

  • QueryPart: immutable query fragment DTO produced by decomposition and consumed by routing/material build.

Boundary

RAG is not implemented here. Retrieval, indexing, and material supply remain provider or pipeline strategy responsibilities.


Changelog

  • v0.0.1 (2026-05-09): Initial 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.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/query/index.md