resolve
Method
This is a method of the RuntimeRegistryProtocol class in the registry module.Resolve a runtime by ID with optional configuration overrides.
Signature
Parameters
str
required
Runtime identifier to resolve
Optional
Optional configuration overrides
Returns
Any
Runtime instance (typically implementing AgentRuntimeProtocol)
Exceptions
ValueError
ValueError
If runtime_id is not registered (fail-closed behavior)
TypeError
TypeError
If runtime cannot be instantiated
Used By
Source
View on GitHub
praisonaiagents/runtime/registry.py at line 101
