AIKernel.NET

aikernel_net.provider_manifest

Python source reference / 4 symbols

aikernel_net.provider_manifest public Python API generated from source.

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

Summary

This Python module belongs to aikernel-net and exposes 4 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.provider_manifest; print(aikernel_net.provider_manifest.__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 ProviderCliManifest
ProviderCliManifest
Describes CLI-facing settings embedded in a provider manifest.
class ProviderManifest
ProviderManifest
Describes an external provider manifest without loading the provider.
function load_provider_manifest
def load_provider_manifest(path: str | Path)
Loads and validates a provider manifest JSON file.
function provider_manifest_from_dict
def provider_manifest_from_dict(document: dict[str, Any])
Converts a dictionary into a validated provider manifest descriptor.