feat: matrix-hermes project structure and Matrix authentication

This commit is contained in:
2026-05-23 11:38:00 -04:00
commit 017acc8253
14 changed files with 2152 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
"""
Matrix-Hermes: Matrix authentication and client integration for Hermes Agent.
Provides:
- Authentication (login, token management, device registration)
- Async client wrapper around mautrix
- CLI tools for setup and token management
"""
__version__ = "0.1.0"
__all__ = ["MatrixAuth", "MatrixClient", "MatrixConfig", "__version__"]