3 Commits

Author SHA1 Message Date
Lucy
b9adf420c9 Remove config.json from repo, move to gitignore. Change api_host to 10.0.1.2 2026-05-16 12:50:51 +02:00
Lucy
52b1b59264 Add bridge API server (GET /session-id, POST /send) on port 8082 2026-05-16 12:14:25 +02:00
751584c99d Initial commit: Matrix Bridge Daemon
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
2026-05-15 13:45:24 +02:00