Command service — WeChat bot gateway for agents.
[package]
name = "wechat"
description = "WeChat bot gateway for agents"
logo = "https://crabtalk.ai/logos/wechat.png"
repository = "https://github.com/crabtalk/crabtalk"
keywords = ["wechat", "bot", "gateway", "chat"]
[commands.wechat]
description = "WeChat bot gateway for agents"
crate = "crabtalk-wechat"
What’s happening
[package]— Standard metadata. Therepositoryis the main crabtalk monorepo since the wechat binary is built from it.[commands.wechat]— Thecrabtalk-wechatcrate is auto-installed viacargo installduringhub install. Once installed, managed viacrabtalk wechat start|stop|run|logs.