AIKernel.NET
updated: 2026-06-17

Overview

概要

Overview では 0.1.2 の公式ドキュメント全体像と、package family が公式サイト上でどのように整理されるかを説明します。

背景

読者に package page の羅列から構造を推測させないため、Overview は最初に安定した地図を提供します。

使い方

Architecture、Runtime、Providers、Tools、Wasm、Doom、Tutorial、API Reference のどこへ進むべきかを選ぶために使います。

Package Families

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
aikernel-net python 0.1.2 Python binding for AIKernel Core 0.1.2 functional primitives, provider contracts, manifests, and managed assembly discovery. AIKernel.Core/python/pyproject.toml
AIKernel.Control nuget 0.1.2 Entry package for AIKernel.Control v0.1.2. Installs the Control Core, CPU, Emulator, Diagnostics, and GPU boundary packages for governed semantic execution h... AIKernel.Control/src/AIKernel.Control/AIKernel.Control.csproj
AIKernel.Control.Core nuget 0.1.2 Control-plane runtime entry package for AIKernel.Control. Provides Bonsai provider contracts, model config/tokenizer/model-state wrappers, provider capabilit... AIKernel.Control/src/AIKernel.Control.Core/AIKernel.Control.Core.csproj
AIKernel.Control.CPU nuget 0.1.2 CPU execution package for AIKernel.Control. Provides the public Bonsai Q1_0 1-bit CPU inference kernel and CPU-side physical execution boundary for governed... AIKernel.Control/src/AIKernel.Control.CPU/AIKernel.Control.CPU.csproj
AIKernel.Control.Diagnostics nuget 0.1.2 Diagnostics package for AIKernel.Control. Provides public replay approval diagnostics records and observability support for governed control-plane execution. AIKernel.Control/src/AIKernel.Control.Diagnostics/AIKernel.Control.Diagnostics.csproj
AIKernel.Control.Emulator nuget 0.1.2 Deterministic emulator package for AIKernel.Control. Provides public emulated execution graph/node wrappers, deterministic scheduling, allow-all policy, and... AIKernel.Control/src/AIKernel.Control.Emulator/AIKernel.Control.Emulator.csproj
AIKernel.Control.GPU nuget 0.1.2 GPU boundary package for AIKernel.Control. Provides the public Bonsai GPU execution delegate contract so CUDA, WebGPU, ROCm, Vulkan, or other device-specific... AIKernel.Control/src/AIKernel.Control.GPU/AIKernel.Control.GPU.csproj
aikernel-governance python 0.1.2 Python wrapper for AIKernel.Control v0.1.2 governance contracts with bundled managed assemblies and pythonnet loading. AIKernel.Control/python/pyproject.toml
... ... ... 39 more packages are listed in the generated Reference. ...

補足

  • AIKernel.NET owns contracts and canonical interface boundaries.
  • AIKernel.Core owns runtime behavior.
  • AIKernel.Providers, AIKernel.Control, AIKernel.Tools, AIKernel.Wasm, and AIKernel.Cuda13.0 are separate package families.
  • AIKernel.Doom is documented as an official demo and validation surface.

関連ページ

Source: overview/index-jp.md