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

Japanese version: Index

execution Interfaces

1. Responsibility Boundary

Execution is the core boundary of inference runtime. IThoughtProcess handles structural reasoning, IOutputPolisher handles expression rendering, and IComputeShapeAdvisor plus ITokenizer control compute/token constraints to preserve two-phase execution and reproducibility.

  • UC-02 Structure Phase Execution
  • UC-04 Generation and Output Polishing
  • UC-30 Token/Vector Estimation
  • 01.EXECUTION_PIPELINE_SPEC.md
  • 04.MODEL_ROUTING_SPEC.md

4. Dependency Boundary

  • Depends on: AIKernel.Dtos, AIKernel.Enums, AIKernel.Contracts
  • Called by: AIKernel.Abstractions.Hosting, AIKernel.Abstractions.Routing

Documents


Changelog

  • v0.0.0 / v0.0.0.0: Initial draft
  • v0.0.1 (2026-05-06): Version upgrade aligned with documentation guidelines

This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/execution/index.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/execution/index.md