feat: implement end-to-end encryption (E2EE) support for agents with configuration and documentation updates

This commit is contained in:
2026-03-05 00:06:32 +00:00
parent 1e5103eb70
commit 54fe479792
11 changed files with 227 additions and 21 deletions
+8
View File
@@ -13,8 +13,16 @@ MATRIX_ADMIN_TOKEN=syt_...
# Tokens de cada bot — generados por cmd/register
MATRIX_TOKEN_ASSISTANT=syt_...
MATRIX_TOKEN_ASISTENTE2=syt_...
MATRIX_TOKEN_DEVOPS=syt_...
# ── E2EE pickle keys (openssl rand -hex 32) ─────────────────
# Clave fija por agente para cifrar material crypto en SQLite.
# Si no se define, se usa sha256(access_token) como fallback.
PICKLE_KEY_ASSISTANT_BOT=
PICKLE_KEY_ASISTENTE_2=
PICKLE_KEY_DEVOPS_BOT=
# ── LLM providers ────────────────────────────────────────────
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-... # opcional, para cuando añadas el devops-bot con Claude