# wx-aibot-java-sdk **Repository Path**: CloudSen/wx-aibot-java-sdk ## Basic Information - **Project Name**: wx-aibot-java-sdk - **Description**: 企业微信智能BOT,长连接JavaSDK。Wecom AIBOT Java SDK. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-26 - **Last Updated**: 2026-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: aibot, clawbot, weixin, weixinclawbot, wecom ## README # wx-aibot-java-sdk [![Java 17+](https://img.shields.io/badge/Java-17%2B-blue.svg)](https://openjdk.org/projects/jdk/17/) [![Maven Central](https://img.shields.io/badge/Maven-2.0.0-orange.svg)](https://central.sonatype.com/artifact/io.github.cloudsen/wx-aibot-java-sdk) [![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) English | [中文](README.zh.md) Java SDK collection for WeCom AI Bot and Weixin protocol integration, published in one Maven artifact. ## Modules | Module | Package | Description | Docs | |------|------|------|------| | WeCom | `io.github.cloudsen.ai.wecom` | Enterprise WeCom AI Bot SDK based on WebSocket long-lived connection | [English](README.wecom.md) / [中文](README.wecom.zh.md) | | Weixin | `io.github.cloudsen.ai.weixin` | Java wrapper around the HTTP, QR login, long-polling, and CDN protocol exposed by `@tencent-weixin/openclaw-weixin` | [English](README.weixin.md) / [中文](README.weixin.zh.md) | ## Maven Both modules are included in the same artifact: ```xml io.github.cloudsen wx-aibot-java-sdk 2.0.0 ``` ## Quick Links - WeCom usage and integration test: [README.wecom.md](README.wecom.md) - Weixin usage and QR login integration test: [README.weixin.md](README.weixin.md) - Weixin protocol notes: [docs/openclaw-weixin-protocol.md](docs/openclaw-weixin-protocol.md) ## License Distributed under the Apache License 2.0. See [LICENSE](LICENSE) for more information.