Persistent Python daemon connecting Matrix DM room to AiAgent API. - Config-driven (JSON config file) - Extensible command system (/new_session, /help) - Typing indicators while agent processes - Session auto-naming for identification - Persistent state across restarts - Token refresh, retry logic, error handling - Python stdlib only — no external dependencies
3 lines
112 B
Plaintext
3 lines
112 B
Plaintext
# Matrix Bridge — No external dependencies required.
|
|
# Uses only Python stdlib (urllib, json, logging, etc.).
|