kernex-runtime: The facade crate that composes all Kernex components.
Provides Runtime for configuring and running an AI agent runtime
with sandboxed execution, multi-provider support, persistent memory,
skills, and multi-agent pipeline orchestration.
Quick Start
use RuntimeBuilder;
async