跳到主要内容

5 篇博文 含有标签「Architecture」

查看所有标签

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

· 阅读需 5 分钟
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