Products
AutoAgents — Open-Source Agent Runtime SDK
AutoAgents is LiquidOS’ open-source Rust SDK for building agentic systems with performance, portability, and production-minded primitives.
Why AutoAgents?
- • Rust-native runtime for speed, safety, and predictability
- • WASM sandboxing for portability and secure tool execution
- • Structured outputs and primitives for production systems
- • Provider-agnostic design for cloud and local models
Use Cases
- • Enterprise agents running on-prem or air-gapped
- • Robotics and edge deployments needing low-latency control
- • Research workflows requiring reproducibility and evaluation
- • Multi-agent coordination with safety and auditability
Architecture
- • ReAct and executor-based agent design
- • Modular memory backends
- • Streaming and structured outputs (JSON schema)
- • Deterministic control paths with policy enforcement
Feature Highlights
- • Tool execution via WASM for safety and portability
- • Provider-agnostic LLM integrations (local + cloud)
- • Observability hooks for tracing and metrics
- • Ready for production hardening and RBAC integration
Get started
Read the docs, clone the repo, and build your first Rust-based agent system.