runtime
AI Agents Framework Backward-compatible shim forpraisonai.runtime.
The warm local runtime moved to :mod:praisonai_code.runtime (parent tracking
issue, step C1). This shim re-exports the public surface and aliases the
submodules so existing imports keep working:
from praisonai.runtime import RuntimeDescriptor, RuntimeClient
from praisonai.runtime.descriptor import get_runtime_descriptor
python -m praisonai.runtime

