WASM Agent Create sandboxed agents that run in WebAssembly for safe, isolated execution. When to use When you need to run untrusted code, experiment with agent configurations, or create portable agents that run anywhere WASM is supported. Steps 1. Create agent — call with agent configuration 2. Send prompt — call to interact with the agent 3. Use tools — call to give the agent access to specific tools 4. Manage files — call to read/write files in the sandbox 5. Export — call to package the agent for sharing 6. List agents — call to see all running WASM agents 7. Terminate — call to stop an ag…