AIKernel.NET
updated: 2026-06-17

Doom Demo Tutorial

Summary

EN

Doom tutorial points to the demo source and deployment asset rules.

JA

Doom Demo Tutorial は、0.1.2 公式サイトで迷わず実作業へ進むための tutorial です。

Why

EN

Tutorial pages are intentionally workflow-based. They are not generated API listings.

JA

Tutorial page は workflow-based です。生成 API 一覧ではありません。

Usage

EN

Follow the command shape, then use Reference to check the actual package and member details.

JA

command 形を確認したら、実際の package と member の詳細は Reference で確認します。

Examples

dotnet add package AIKernel.Core --version 0.1.2\ndotnet add package AIKernel.Providers.Standard --version 0.1.2
Package Kind Version Description Source
AIKernel.Abstractions nuget 0.1.2 AIKernel is an operating-system-style framework for AI applications, designed around strict category separation, context isolation, and contract-driven orche... AIKernel.NET/src/AIKernel.Abstractions/AIKernel.Abstractions.csproj
AIKernel.Contracts nuget 0.1.2 AIKernel is an operating-system-style framework for AI applications, designed around strict category separation, context isolation, and contract-driven orche... AIKernel.NET/src/AIKernel.Contracts/AIKernel.Contracts.csproj
AIKernel.Dtos nuget 0.1.2 AIKernel is an operating-system-style framework for AI applications, designed around strict category separation, context isolation, and contract-driven orche... AIKernel.NET/src/AIKernel.Dtos/AIKernel.Dtos.csproj
AIKernel.Enums nuget 0.1.2 AIKernel is an operating-system-style framework for AI applications, designed around strict category separation, context isolation, and contract-driven orche... AIKernel.NET/src/AIKernel.Enums/AIKernel.Enums.csproj
AIKernel.Common nuget 0.1.2 English AIKernel.Common provides foundational utility components shared across the AIKernel ecosystem. This package contains cross-cutting features such as f... AIKernel.Core/src/AIKernel.Common/AIKernel.Common.csproj
AIKernel.Core nuget 0.1.2 EN: Core runtime engine for AIKernel.NET. Provides the foundational execution logic for VFS, ROM, Context construction, and inference execution in a determin... AIKernel.Core/src/AIKernel.Core/AIKernel.Core.csproj
AIKernel.Hosting nuget 0.1.2 EN: Hosting and dependency injection extensions for AIKernel.NET. Provides IServiceCollection integration and startup wiring for ASP.NET Core and .NET Generi... AIKernel.Core/src/AIKernel.Hosting/AIKernel.Hosting.csproj
AIKernel.Kernel nuget 0.1.2 EN: Kernel facade and orchestration layer for AIKernel.NET. Coordinates Core, Providers, Context, Governance, and execution flow through a unified IKernel in... AIKernel.Core/src/AIKernel.Kernel/AIKernel.Kernel.csproj
... ... ... 47 more packages are listed in the generated Reference. ...

Notes

  • Commands are examples of package selection, not a guarantee that every environment has all optional runtimes installed.
  • CUDA and Doom assets have separate runtime requirements.
  • Keep implementation changes outside documentation-only work.

See Also

Source: tutorials/doom-demo.md