RuntimeRegistryProtocol
Defined in the registry module.AI Agent Protocol for runtime registries. Defines the interface for registering and resolving agent runtimes. The actual implementation lives in the wrapper layer.
Methods
register()
Register a runtime with the registry.
unregister()
Unregister a runtime from the registry.
is_registered()
Check if a runtime is registered.
list_runtimes()
List all registered runtimes.
get_entry()
Get registry entry for a runtime.
resolve()
Resolve a runtime by ID with optional configuration overrides.
clear()
Clear all registered runtimes.
Source
View on GitHub
praisonaiagents/runtime/registry.py at line 39
