AIKernel.NET
version: 0.0.4 / status: Refactor / edition: Draft / published: 2026-06-04 / updated: 2026-06-04

英語版: IDslPipelineCompiler.md

IDslPipelineCompiler

責務

parsed DslDocument を executable IKernelPipeline へ compile する境界です。

主要メンバー

Member Type 説明
CompileAsync(DslDocument document, CancellationToken cancellationToken = default) Task<IKernelPipeline> DSL semantic IR を検証し、pipeline contract へ compile する。

境界ルール

  • DSL は C# source code ではなく structured data として扱う。
  • 同じ document と registry state からの compile は deterministic であること。
  • invalid DSL は implementation result として fail-closed にする。

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

Source: architecture/interfaces/dsl/IDslPipelineCompiler-jp.md