Status: Future idea, not scheduled. Lives in the v0.5+ ""maybe"" bucket of the roadmap.
Summary
Use autoagents's wasmtime feature to execute tool code in WASM sandboxes for untrusted-tool use cases.
Why this matters
Some deployments need to run tools whose code they don't trust (user-uploaded, plugins). WASM sandboxing is the cleanest answer.
Why not scheduled
Niche feature with large implementation complexity (security, performance, deployment). Defer until there's a clear use case.
Open questions
- WASI vs. component model?
- Performance overhead acceptable for typical tools?
Status: Future idea, not scheduled. Lives in the v0.5+ ""maybe"" bucket of the roadmap.
Summary
Use
autoagents'swasmtimefeature to execute tool code in WASM sandboxes for untrusted-tool use cases.Why this matters
Some deployments need to run tools whose code they don't trust (user-uploaded, plugins). WASM sandboxing is the cleanest answer.
Why not scheduled
Niche feature with large implementation complexity (security, performance, deployment). Defer until there's a clear use case.
Open questions