Skip to main content

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

If runtime_id is not registered (fail-closed behavior)
If runtime cannot be instantiated

Used By

Source

View on GitHub

praisonaiagents/runtime/registry.py at line 101