Nanoclaw is an LLM agent orchestrator and multi-platform chat gateway designed to deploy and manage isolated AI agents. It provides a containerized runtime that executes agents within sandboxed Linux containers, ensuring filesystem and state isolation through dedicated workspaces and host bind-mounts.
The project distinguishes itself through a unified routing pipeline that connects agents to diverse messaging platforms, including WhatsApp, Discord, Slack, Telegram, Signal, and iMessage. It integrates the Model Context Protocol to extend agent capabilities via managed external data and functions, and utilizes a secret vault proxy to inject credentials at runtime so that containers never store raw API keys.
The system covers broad capability areas including autonomous multi-agent workflow orchestration, asynchronous task scheduling, and network egress lockdown. It includes a comprehensive management CLI for controlling agent lifecycles, monitoring active sessions, and administering host resources.
The platform is implemented in TypeScript and provides a command-line interface for all administrative and system monitoring operations.