AIKernel.NET

aikernel_net.standard_providers

Python source reference / 12 symbols

aikernel_net.standard_providers public Python API generated from source.

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

Summary

This Python module belongs to aikernel-net and exposes 12 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.standard_providers; print(aikernel_net.standard_providers.__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 CapabilityContract
CapabilityContract
Describes a public AIKernel capability contract exposed by a standard provider.
class StandardProviderContract
StandardProviderContract
Describes the public identity and capability surface of a standard provider. The managed invoker type is present when the provider itself exposes dynamic capability invocation without a fixed static capability descriptor.
constant MINIMAL_RUNTIME_PROVIDER
MINIMAL_RUNTIME_PROVIDER
constant LOCAL_EXECUTION_PROVIDER
LOCAL_EXECUTION_PROVIDER
constant VFS_PROVIDER
VFS_PROVIDER
constant SKILL_PROVIDER
SKILL_PROVIDER
constant SYSTEM_INFO_PROVIDER
SYSTEM_INFO_PROVIDER
constant _STANDARD_PROVIDERS
_STANDARD_PROVIDERS
function standard_provider_contracts
def standard_provider_contracts()
Returns the built-in standard provider contracts in boot registration order.
function standard_provider
def standard_provider(provider_id: str)
Resolves a standard provider contract by provider ID.
function standard_capability
def standard_capability(capability_id: str)
Resolves a standard capability contract by capability ID.
function standard_provider_managed_types
def standard_provider_managed_types()
Returns managed provider and invoker type names required for reflection loading.