Expand description
§OpenClaw Agents
Agent runtime, workflow engine, and sandboxed execution.
Patterns from m9m: workflow nodes, bubblewrap sandboxing.
Re-exports§
pub use runtime::AgentContext;pub use runtime::AgentRuntime;pub use sandbox::SandboxConfig;pub use sandbox::SandboxLevel;pub use sandbox::SandboxOutput;pub use sandbox::execute_sandboxed;pub use tools::ToolRegistry;pub use workflow::Workflow;pub use workflow::WorkflowEngine;pub use workflow::WorkflowNode;