Feature: Self-hosted Matrix channel plugin — sovereign agent-to-human communication #212
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Cobot's self-sovereign philosophy means the agent should not depend on third-party infrastructure it doesn't control. Current channel options (Telegram, IRC) all route through centralized services:
For a truly self-sovereign agent, the communication channel itself should be self-hosted.
Proposal
Add a Matrix channel plugin that connects to a self-hosted Matrix homeserver (e.g., Synapse, Conduit, Dendrite).
Why Matrix?
matrix-nio(Python, async) is mature and well-maintainedArchitecture
Same pattern as the existing Telegram plugin:
ChannelProviderinterfacechannel.on_message/channel.send_messagecobot.yml:matrix-nio[e2e](for encryption support)Self-Sovereignty Comparison
Matrix and Nostr are the two most sovereign options. Matrix has the advantage of a mature bot ecosystem and reliable message delivery (homeserver stores history). Nostr has the advantage of no server at all — but relay availability and message ordering are less reliable for real-time agent communication.
Discussion Points
Prior Art
matrix-nio: https://github.com/matrix-nio/matrix-nio (Python async Matrix client)Filed by Doxios on behalf of Ben (@webdiverblue) from the Olymp-Doxios chat.