Import AITURK IDE 1.0.0-beta.1 from Hermes 63279301; preserve MIT license

This commit is contained in:
2026-09-05 13:26:46 +03:00
commit 03634b1ca3
11340 changed files with 3442369 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from .adapter import register
__all__ = ["register"]
File diff suppressed because it is too large Load Diff
+41
View File
@@ -0,0 +1,41 @@
name: matrix-platform
label: Matrix
kind: platform
version: 1.0.0
description: >
Matrix gateway adapter for Hermes Agent.
Connects to a Matrix homeserver via mautrix (with optional E2EE) and relays
messages between Matrix rooms/DMs and the Hermes agent. Supports threads,
HTML/markdown rendering, native media uploads, mention gating, free-response
rooms, and per-room allowlists.
author: NousResearch
requires_env:
- name: MATRIX_HOMESERVER
description: "Matrix homeserver URL (e.g. https://matrix.org)"
prompt: "Matrix homeserver URL"
password: false
- name: MATRIX_ACCESS_TOKEN
description: "Matrix access token (or use MATRIX_PASSWORD for password login)"
prompt: "Matrix access token"
password: true
optional_env:
- name: MATRIX_PASSWORD
description: "Matrix account password (alternative to MATRIX_ACCESS_TOKEN)"
prompt: "Matrix password"
password: true
- name: MATRIX_ALLOWED_USERS
description: "Comma-separated Matrix user IDs allowed to talk to the bot"
prompt: "Allowed users (comma-separated)"
password: false
- name: MATRIX_ALLOW_ALL_USERS
description: "Allow any Matrix user to trigger the bot (dev only)"
prompt: "Allow all users? (true/false)"
password: false
- name: MATRIX_HOME_CHANNEL
description: "Default room ID for cron / notification delivery"
prompt: "Home room ID"
password: false
- name: MATRIX_HOME_CHANNEL_NAME
description: "Display name for the Matrix home room"
prompt: "Home room display name"
password: false