We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277ed4b commit 394ccacCopy full SHA for 394ccac
.env.example
@@ -91,4 +91,10 @@ STARKNET_ADDRESS=
91
STARKNET_PRIVATE_KEY=
92
STARKNET_RPC_URL=
93
94
+# runtime management of character agents
95
+FETCH_FROM_DB=false #During startup, fetch the characters from the database
96
+ENCRYPTION_KEY= #mandatory field if FETCH_FROM_DB or AGENT_RUNTIME_MANAGEMENT is true,
97
+ #used to encrypt the secrets of characters
98
+AGENT_RUNTIME_MANAGEMENT=false #Enable runtime management of character agents
99
+AGENT_PORT=3001 #port for the runtime management of character agents if empty default 3001
100
0 commit comments