2 Commits

Author SHA1 Message Date
sylvain f714e8ae8a feat: OMEMO E2E encryption for all agents (XMPP direct messages)
- Add omemo_storage.py: SQLite key/value backend for python-omemo
- Rewrite xmpp_client.py OMEMO support: real XEP_0384 plugin subclass
  with BTBV (Blind Trust Before Verification / TOFU for bots)
- Async decrypt in _on_message handler, async encrypt in _send_omemo
- MUC messages remain plaintext (OMEMO MUC not widely supported)
- base_agent.py: pass data_dir to XMPPClient for OMEMO storage
- setup.py: bump omemo extra to slixmpp-omemo>=2.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 19:06:47 +00:00
sylvain c1666db5aa Initial commit — agents_core v2.0 2026-03-09 09:01:32 +00:00