Skip to main content

Crate openclaw_agents

Crate openclaw_agents 

Source
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;

Modules§

runtime
Agent runtime.
sandbox
Sandboxed execution (m9m pattern).
tools
Tool registry and execution.
workflow
Workflow engine (m9m pattern).