zeroclaw/src/channels
Alex Gorevski 4a7dff6ef1 docs(code): add module-level doc blocks to providers, channels, tools, and security
Each major subsystem mod.rs now includes a //! doc block explaining the
subsystem purpose, trait-driven architecture, factory registration pattern,
and extension guidance. This improves the generated rustdoc experience for
developers navigating ZeroClaw's modular architecture.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:19:46 -08:00
..
cli.rs fix(channels): preserve slack thread root ids 2026-02-19 18:52:30 +08:00
dingtalk.rs perf(build): gate Matrix channel for faster iteration 2026-02-19 21:29:53 +08:00
discord.rs fix(channels): interrupt in-flight telegram requests on newer sender messages 2026-02-20 01:54:07 +08:00
email_channel.rs perf: eliminate unnecessary heap allocations across agent loop, memory, and channels 2026-02-19 07:06:27 -08:00
imessage.rs feat(channels): add threading support to message channels 2026-02-19 18:52:30 +08:00
irc.rs perf: eliminate unnecessary heap allocations across agent loop, memory, and channels 2026-02-19 07:06:27 -08:00
lark.rs perf(build): gate Matrix channel for faster iteration 2026-02-19 21:29:53 +08:00
linq.rs fix(errors): improve config error messages with section paths and remediation hints 2026-02-19 11:44:04 -08:00
matrix.rs feat(channels): add threading support to message channels 2026-02-19 18:52:30 +08:00
mattermost.rs feat(channels): add threading support to message channels 2026-02-19 18:52:30 +08:00
mod.rs docs(code): add module-level doc blocks to providers, channels, tools, and security 2026-02-19 13:19:46 -08:00
qq.rs perf(build): gate Matrix channel for faster iteration 2026-02-19 21:29:53 +08:00
signal.rs feat(channels): add threading support to message channels 2026-02-19 18:52:30 +08:00
slack.rs fix(channels): preserve slack thread root ids 2026-02-19 18:52:30 +08:00
telegram.rs fix(errors): improve config error messages with section paths and remediation hints 2026-02-19 11:44:04 -08:00
traits.rs fix(channels): interrupt in-flight telegram requests on newer sender messages 2026-02-20 01:54:07 +08:00
whatsapp.rs fix(errors): improve config error messages with section paths and remediation hints 2026-02-19 11:44:04 -08:00
whatsapp_storage.rs fix(whatsapp): complete wa-rs channel behavior and storage correctness 2026-02-19 18:03:09 +08:00
whatsapp_web.rs fix(whatsapp): complete wa-rs channel behavior and storage correctness 2026-02-19 18:03:09 +08:00