CodeAct Executor: Let Your AutoAgents Agent Write Code, Not Just Call Tools
How AutoAgents uses CodeActAgent to turn tool orchestration into sandboxed TypeScript execution.
Read articleLiquidOS
Open-Source Agent SDK
LiquidOS
Open-source Rust SDK for production-grade multi-agent systems.
AutoAgents gives you the performance, safety, and portability of Rust for building agentic systems — with WASM sandboxing, structured outputs, and provider-agnostic design out of the box.
AutoAgents SDK
Open-source Rust SDK for building reliable multi-agent systems.
WASM Sandboxing
Hard-isolated tool execution via WebAssembly.
Provider-Agnostic
Plug in any LLM — local or cloud — with a unified interface.
Why it matters
Security
Memory-safe Rust core eliminates entire classes of runtime crashes in production. No garbage collector, no undefined behavior, no surprises.
Isolation
OS-level process isolation for agents and WASM sandboxing for third-party tools. Prevent data exfiltration and block unauthorized access to host secrets.
Portability
Provider-agnostic design with WASM tool execution. Deploy on cloud, edge, or air-gapped devices with the same codebase.
Use cases
Whether you're building for yourself or for the physical world.
For Developers
Privacy-First Intelligence on Your Terms
Build local agents that index your code, emails, and sensitive files. 100% local execution with hard-sandboxed tools — your data never leaves your machine.
Explore AutoAgentsFor Robotics
Real-Time Safety for Autonomous Machines
Fast, lightweight orchestration for edge devices — Jetson, Raspberry Pi, ARM. Rust-native safety prevents rogue instruction errors at the hardware boundary.
View on GitHubComparison
Why Rust matters more than the framework.
| Feature | Legacy Frameworks (Python, TypeScript) | AutoAgents (Rust) |
|---|---|---|
| Reliability | Dynamic / Brittle | Compiled / Memory-Safe |
| Edge Readiness | Heavy / Tethered | Native / Standalone |
Updates
Research notes, system design, and production lessons from building agents.
How AutoAgents uses CodeActAgent to turn tool orchestration into sandboxed TypeScript execution.
Read articleHow to build production-ready agents in Rust with AutoAgents: providers, tools, and scalable runtimes.
Read article