feat: add recovery key support for E2EE agents, including configuration and documentation updates
This commit is contained in:
@@ -23,6 +23,13 @@ PICKLE_KEY_ASSISTANT_BOT=
|
||||
PICKLE_KEY_ASISTENTE_2=
|
||||
PICKLE_KEY_DEVOPS_BOT=
|
||||
|
||||
# ── E2EE SSSS recovery keys (generados por cmd/verify) ──────
|
||||
# Permite al agente importar cross-signing private keys al iniciar.
|
||||
# Sin esto, los mensajes muestran "Encrypted by a device not verified by its owner".
|
||||
SSSS_RECOVERY_KEY_ASSISTANT_BOT=
|
||||
SSSS_RECOVERY_KEY_ASISTENTE_2=
|
||||
SSSS_RECOVERY_KEY_DEVOPS_BOT=
|
||||
|
||||
# ── LLM providers ────────────────────────────────────────────
|
||||
OPENAI_API_KEY=sk-...
|
||||
ANTHROPIC_API_KEY=sk-ant-... # opcional, para cuando añadas el devops-bot con Claude
|
||||
|
||||
Reference in New Issue
Block a user