AIKernel.NET

aikernel_net.core_contracts

Python source reference / 3 symbols

aikernel_net.core_contracts public Python API generated from source.

Source: AIKernel.Core/python/src/aikernel_net/core_contracts.py

Summary

This Python module belongs to aikernel-net and exposes 3 public symbols in the generated inventory.

Why

This reference page is intentionally grouped with package and source context so it is useful as documentation, not only as an autogenerated member list.

Usage

Use this page to confirm the module name, public class/function/constant shape, and bilingual docstring coverage before writing wrapper code.

Examples

python -c "import aikernel_net.core_contracts; print(aikernel_net.core_contracts.__name__)"

Notes

Docstring summaries are read directly from Python source. If a symbol has no summary, the source should be improved rather than padded in the generated site.

See Also

Python package | Docs | Tutorials

KindSymbolSummary
class CoreCapabilityModuleContract
CoreCapabilityModuleContract
Describes a Core-owned capability module contract without executing it.
function rom_storage_contract
def rom_storage_contract(capability_id: str, storage_scheme: str, metadata: dict[str, str] | None=None)
Creates the ROM storage capability contract descriptor.
function vfs_git_contract
def vfs_git_contract(capability_id: str, repository_mode: str, metadata: dict[str, str] | None=None)
Creates the VFS Git capability contract descriptor.