feat: matrix-hermes project structure and Matrix authentication
This commit is contained in:
@@ -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__"]
|
||||
Reference in New Issue
Block a user