feat: implement end-to-end encryption (E2EE) support for agents with configuration and documentation updates
This commit is contained in:
@@ -151,7 +151,8 @@ matrix:
|
||||
|
||||
encryption:
|
||||
enabled: false
|
||||
store_path: "./data/crypto/"
|
||||
store_path: "./agents/${ID}/data/crypto/"
|
||||
pickle_key_env: PICKLE_KEY_$(echo "$ID" | tr '[:lower:]-' '[:upper:]_')
|
||||
trust_mode: tofu
|
||||
|
||||
rooms:
|
||||
|
||||
Reference in New Issue
Block a user