echo_execution 0.1.1

Execution layer for echo-agent framework (sandbox, skills, tools)
Documentation
# echo-execution

Execution layer for the [echo-agent](https://crates.io/crates/echo_agent) framework.

## Contents

- **Sandbox**: Code execution in Local / Docker / K8s environments
- **Skills**: Progressive capability disclosure — discover → activate → use
- **Tools**: Built-in tools for shell, file, and script execution

## Usage

```rust
use echo_execution::sandbox::LocalSandbox;
use echo_execution::skills::SkillRegistry;
```

## License

MIT