Saltar al contenido principal

4 publicaciones etiquetados con "Rust"

Ver Todas las Etiquetas

Built with Rust: MicroClaw as a Multi-Channel Agent Runtime

· 5 min de lectura
Everett
MicroClaw Maintainer

MicroClaw is no longer just a channel bot. In its current form, it is a Rust multi-channel agent runtime with a shared agent engine, provider abstraction, durable session state, and layered memory.

It supports Telegram, Discord, Slack, Feishu/Lark, IRC, and Web through adapters, while keeping one core execution path for reasoning and tool use.

Source code: https://github.com/microclaw/microclaw Quick Start: https://microclaw.org/docs/quickstart

MicroClaw system architecture