picoclaw/pkg/channels/wecom
Zhang Rui 6caee427bb Add WeCom AIBot channel implementation and tests
- Introduced WeCom AIBot channel configuration in config.go with relevant fields.
- Implemented WeCom AIBot channel factory registration in init.go.
- Created unit tests for WeCom AIBot channel functionalities including initialization, start/stop behavior, webhook path handling, message encryption/decryption, and signature generation.
- Set default values for WeCom AIBot configuration in defaults.go.
2026-03-02 17:42:42 +08:00
..
aibot.go Add WeCom AIBot channel implementation and tests 2026-03-02 17:42:42 +08:00
aibot_test.go Add WeCom AIBot channel implementation and tests 2026-03-02 17:42:42 +08:00
app.go fix(tools): close resp.Body on retry cancel and cache http.Client instances (#940) 2026-03-01 16:55:46 +11:00
app_test.go chore: resolve conflicts with upstream/main 2026-02-28 12:21:54 +08:00
bot.go fix(tools): close resp.Body on retry cancel and cache http.Client instances (#940) 2026-03-01 16:55:46 +11:00
bot_test.go chore: resolve conflicts with upstream/main 2026-02-28 12:21:54 +08:00
common.go chore: resolve conflicts with upstream/main 2026-02-28 12:21:54 +08:00
init.go Add WeCom AIBot channel implementation and tests 2026-03-02 17:42:42 +08:00