ForcePilot/backend/package/yuxi/channels/adapters/mattermost
Kris 002d601d1b feat(mattermost): 实现完整的 Mattermost 适配器模块
新增 Mattermost 渠道完整实现,包含适配器核心、消息处理、交互回调、命令支持、安全校验、多账号管理等功能,支持机器人消息发送、交互按钮、命令注册、投票功能以及配置动态修改等特性。
2026-05-12 00:46:12 +08:00
..
__init__.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
accounts.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
adapter.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
agent_route.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
agent_tools.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
approval.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
attached_results.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
cache.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
client.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
config_schema.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
config_writes.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
debounce.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
directory_api.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
directory.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
doctor.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
gateway.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
interaction_http.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
interactions.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
model_picker_interaction.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
model_picker.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
monitor.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
normalizer.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
pairing.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
poll_handler.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
polls.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
reply.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
secret.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
security.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
send.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
session.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
setup.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
slash_commands.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
slash_http.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
slash.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
target_resolution.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00
vision.py feat(mattermost): 实现完整的 Mattermost 适配器模块 2026-05-12 00:46:12 +08:00