Skip to main content

Crate echo_execution

Crate echo_execution 

Source
Expand description

§echo_execution

Execution layer for the echo-agent framework.

§Modules

ModuleDescription
sandboxMulti-layer code execution: LocalSandbox, DockerSandbox, K8sSandbox
skillsFile-based skill system: discover → activate → use, with hooks
toolsToolManager — registry, execution, concurrency control

Most users should depend on echo_agent (the facade crate) instead of depending on echo_execution directly.

Modules§

sandbox
三层沙箱执行系统
skills
Skill System – agentskills.io aligned
tools
Tool system core — ToolManager and tool trait re-exports.