OpenClaw 2.0: Production-Ready AI Agent Upgrades
OpenClaw's updates deliver hybrid memory search, nested subagents, device integrations, PDF tools, and Dashboard v2, enabling self-hosted AI assistants across phones, chats, and workflows.
Smarter Memory and Context for Reliable Sessions
OpenClaw now uses hybrid BM25 plus vector search with embedding caches and OpenAI batch indexing to handle larger contexts without losing recall accuracy. Adaptive compaction adds retries and fallbacks, preventing data loss during high-load sessions. The new pluggable ContextEngine interface lets you swap memory backends, while multimodal indexing supports images and audio alongside text. Local Ollama onboarding includes curated model suggestions and cloud-plus-local modes, reducing dependency on remote APIs for privacy-focused setups. These changes make sessions persistent and searchable, ideal for ongoing workflows like research or multi-step tasks.
A first-class PDF tool extracts from Anthropic and Google providers with fallbacks, handling real documents—reports, contracts, papers—directly in chats. Inline file attachments pass artifacts to subagents, avoiding text-only handoffs that lose fidelity.
Advanced Agent Orchestration and Routing
Typed workflows via the lobster tool enforce structure, while nested subagents with configurable depth enable hierarchical delegation—spawn subagents for subtasks without flattening everything. ACP agent bindings tie agents to threads or topics, with per-topic routing in Telegram ensuring context sticks across restarts. OpenClaw agents bind/unbind commands manage multi-agent runtimes, and phone control plugins extend actions to devices.
This setup outperforms flat agent chains by maintaining state and routing dynamically, cutting errors in complex orchestrations like approval flows or IDE integrations.
Cross-Device Presence and Production Infrastructure
iOS alpha node app pairs devices for ambient control, Android gets a 5-tab shell (connect, chat, voice, screen, settings) with 4-step onboarding, and Apple Watch MVP adds notifications. Share extensions forward URLs/text/images to gateways. Channels expand to LINE, Feishu/Lark, Urbit/Tlon, with Telegram TTS/DM topics and Discord V2 components (buttons, modals).
Infrastructure hardens with external secrets management (audit/configure/apply/reload), config validation, backup create/verify, and Docker/Kubernetes health endpoints. Dashboard v2 refreshes with modular views (overview, chat, config, agent, session), command palette, slash commands, search, export, pinned messages, and mobile tabs—making admin tasks 10x faster than CLI-only tools.
These make OpenClaw deployable beyond terminals: self-host on fly.io/K8s, integrate via /tools/invoke endpoint, and run local-first for low-latency, private agents that live on your phone all day.