AIKernel.NET
version: 0.1.0 / status: Draft / updated: 2026-06-07

英語版: index.md

Control Interfaces

AIKernel.Abstractions.Control は、AIKernel の semantic execution graph を 物理実行エンジンへ写像するための共有 Control Plane interface を所有します。

Interfaces

  • IControlEngine
  • IExecutionGraph
  • IExecutionNode
  • INodeScheduler
  • IControlPolicy
  • IControlStateObserver

DTOs

  • ControlExecutionRequest
  • ControlExecutionResult
  • ControlPolicyEvaluation
  • ControlStateSnapshot
  • ControlEnvelope

Control contract は interface / DTO のみであるため AIKernel.NET に置きます。 Control runtime implementation、emulator、CPU/GPU engine、scheduler、 diagnostics は AIKernel.Control が所有します。

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

Source: architecture/interfaces/control/index-jp.md