मुख्य कंटेंट तक स्किप करें
RUST AGENT RUNTIME
v0.6.1 is available

एक agent core बनाएँ और उसे हर संवाद माध्यम पर चलाएँ।

Rust में बना आधुनिक संवाद माध्यमों के लिए agent runtime।

MicroClaw durable memory, resumable sessions, subagents और साझा business logic वाले channel adapters के साथ tool-using automation देता है।

Server + WorkSQLite persistenceACP + MCP + Skills
01Build with it

Rust SDK

For Rust product and platform teams

Embed the complete Agent Engine—or only its stable lifecycle contracts—inside your own application.

  • Agents, Skills, events, and controls
  • Local and authenticated remote Workers
  • No Server, channel, or desktop UI dependency
Add to Cargo.toml
microclaw-sdk = { version = "0.6.1", features = ["full"] }
Start integrating
02Fastest start

MicroClaw Work

For people working locally with projects

Install the native desktop experience and start a workspace-aware agent conversation in minutes.

  • Native GPUI desktop workflow
  • Project context, approvals, and checkpoints
  • Skills and observable Subagents
Install on Apple Silicon macOS
brew tap microclaw/tap && brew install --cask microclaw-work
Use MicroClaw Work
03Always on

MicroClaw Server

For services, channels, and automation

Run a durable agent service for chat channels, Web and agent APIs, schedules, and background work.

  • macOS, Linux, and Windows
  • Web console and multi-channel adapters
  • Scheduling, recovery, and durable delivery
Install ServermacOS
curl -fsSL https://microclaw.org/install.sh | bash
Deploy the Server
आर्किटेक्चर

Adapter delivery वाला channel-independent core

मेमोरी

AGENTS.md और observable SQLite memory

एक्ज़ीक्यूशन

Tool loop, subagents, scheduling और background work

एक्सटेंशन

Skills catalog और MCP federation

टीम MicroClaw क्यों चुनती हैं

Channels, models और tools बदलें, फिर भी core logic स्थिर रहे।

Channel-Independent Core

सभी chat और Web adapters एक agent loop साझा करते हैं।

Tool-Using Agent Loop

मॉडल कार्य पूरा होने तक कई चरणों में tools चलाता है।

Concurrent Specialist Team

विशेषज्ञ subagents native या ACP workers से समानांतर काम करते हैं।

Quality-Gated Memory

File और SQLite memory में extraction, dedupe और lifecycle control हैं।

Skills + MCP

Skills और MCP servers core loop बदले बिना क्षमता बढ़ाते हैं।

Operational Visibility

Usage, config checks, metrics और traces drift दिखाते हैं।

Scheduler + Background Tasks

Recurring और one-shot tasks उसी runtime में चलते हैं।

Runtime architecture एक नज़र में

उपयोगकर्ता कहीं भी बात करें, engine एक ही रहता है।

01

इनजेस्ट

Adapters incoming events को एक format में बदलते हैं।

02

कॉन्टेक्स्ट

Session, memory और active skills लोड होते हैं।

03

Reason + Tools

Provider layer नियंत्रित loop में output और tool calls stream करती है।

04

Persist + Reflect

Sessions और memory सुरक्षित होकर durable facts update होते हैं।

05

डिलीवर

Channel limits के अनुसार परिणाम reliably भेजे जाते हैं।

वास्तविक workloads के लिए MicroClaw

व्यक्तिगत operators से platform teams तक, एक runtime कई रास्ते संभालता है।

Production-grade Rust agent stack ship करें।

Setup से शुरू करें, फिर tools, permissions, memory और channels देखें।