Skip to main content

Crate echo_execution

Crate echo_execution 

Source
Expand description

§echo_execution

Execution layer: sandbox, skills, and tools.

This crate contains the low-level runtime for:

  • multi-layer sandbox execution (Local / Docker / K8s)
  • file-based skill loading, activation, hooks, and script execution
  • tool registry / execution primitives shared by higher-level agent crates

Modules§

sandbox
三层沙箱执行系统
skills
Skill System – agentskills.io aligned
tools
工具系统核心框架