aikernel_governance.native
aikernel_governance.native public Python API generated from source.
Source: AIKernel.Control/python/src/aikernel_governance/native/__init__.py
Summary
This Python module belongs to aikernel-governance and exposes 8 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_governance.native; print(aikernel_governance.native.__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
| Kind | Symbol | Summary |
|---|---|---|
| constant | _CONTROL_PACKAGE_VERSION_CONTROL_PACKAGE_VERSION |
|
| constant | _CONTRACT_PACKAGE_VERSION_CONTRACT_PACKAGE_VERSION |
|
| constant | _ASSEMBLIES_ASSEMBLIES |
|
| constant | _ASSEMBLY_PACKAGES_ASSEMBLY_PACKAGES |
|
| class | GovernanceAssemblySetGovernanceAssemblySet |
Resolved managed assemblies that define the governance contract boundary. |
| function | governance_assembliesdef governance_assemblies() |
Resolve the bundled or NuGet-provided governance assemblies. |
| function | require_governance_assembliesdef require_governance_assemblies() |
Resolve assemblies and fail if any required assembly is missing. |
| function | load_governance_runtimedef load_governance_runtime() |
Load bundled C# assemblies through pythonnet and return their paths. |