Expand description
Runtime adapter trait for platform abstraction.
This module defines the RuntimeAdapter trait which abstracts platform
differences for agent execution. Implementations allow RustyClaw to run on
different environments (native, Docker, serverless) with appropriate
capability detection.
Adapted from ZeroClaw (MIT OR Apache-2.0 licensed).
Traits§
- Runtime
Adapter - Runtime adapter that abstracts platform differences for the agent.