aikernel_net.managed
aikernel_net.managed public Python API generated from source.
Source: AIKernel.Core/python/src/aikernel_net/managed.py
Summary
This Python module belongs to aikernel-net and exposes 9 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.managed; print(aikernel_net.managed.__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 | _CORE_PACKAGE_VERSION_CORE_PACKAGE_VERSION |
|
| constant | _CONTRACT_PACKAGE_VERSION_CONTRACT_PACKAGE_VERSION |
|
| constant | _MANAGED_ASSEMBLIES_MANAGED_ASSEMBLIES |
|
| constant | _ASSEMBLY_PACKAGES_ASSEMBLY_PACKAGES |
|
| class | ManagedAssemblySetManagedAssemblySet |
Describes resolved managed AIKernel assemblies and their root directory. |
| class | RuntimeLayoutRuntimeLayout |
Describes managed and native runtime locations used by the Python binding. |
| function | managed_assembliesdef managed_assemblies() |
Resolves required AIKernel managed assemblies from bundle, environment, or NuGet cache. |
| function | runtime_layoutdef runtime_layout() |
Returns the resolved runtime layout for managed and native assets. |
| function | require_managed_assembliesdef require_managed_assemblies() |
Resolves managed assemblies and fails closed when any required assembly is missing. |