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

英語版: IToolPermission.md

IToolPermission

Responsibility

IToolPermission が AIKernel のオーケストレーション、統治、ランタイム運用で担う契約境界を定義する。

主要メンバー

Member Type 説明
PermissionId string Permission profile id.
AllowedTools IReadOnlyList<string> Allowed tool names.
ExpiresAt DateTimeOffset? Optional expiration time.

関連ユースケース

../../use-cases/AIKernel_UseCaseCatalog-jp.md の IToolPermission 参照箇所を基準とする。

Notes

  • 本 Interface は拡張ポイント用途が中心で、現時点でランタイム参照が未接続のものを含む。
  • 適用可能な箇所では fail-closed と deterministic replay の原則を維持すること。

変更履歴

  • v0.0.0 / v0.0.0.0: 初期ドラフト
  • v0.0.1 (2026-05-06): ドキュメント規約に基づくバージョン更新

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

Source: architecture/interfaces/tooling/IToolPermission-jp.md