aikernel_net.standard_providers
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
| Kind | Symbol | Summary |
|---|---|---|
| class | CapabilityContractCapabilityContract |
Describes a public AIKernel capability contract exposed by a standard provider. |
| class | StandardProviderContractStandardProviderContract |
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_PROVIDERMINIMAL_RUNTIME_PROVIDER |
|
| constant | LOCAL_EXECUTION_PROVIDERLOCAL_EXECUTION_PROVIDER |
|
| constant | VFS_PROVIDERVFS_PROVIDER |
|
| constant | SKILL_PROVIDERSKILL_PROVIDER |
|
| constant | SYSTEM_INFO_PROVIDERSYSTEM_INFO_PROVIDER |
|
| constant | _STANDARD_PROVIDERS_STANDARD_PROVIDERS |
|
| function | standard_provider_contractsdef standard_provider_contracts() |
Returns the built-in standard provider contracts in boot registration order. |
| function | standard_providerdef standard_provider(provider_id: str) |
Resolves a standard provider contract by provider ID. |
| function | standard_capabilitydef standard_capability(capability_id: str) |
Resolves a standard capability contract by capability ID. |
| function | standard_provider_managed_typesdef standard_provider_managed_types() |
Returns managed provider and invoker type names required for reflection loading. |