Skip to content

Commit 394ccac

Browse files
committed
feat: loading characters from db at load and runtime
1 parent 277ed4b commit 394ccac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

+6
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,10 @@ STARKNET_ADDRESS=
9191
STARKNET_PRIVATE_KEY=
9292
STARKNET_RPC_URL=
9393

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
94100

0 commit comments

Comments
 (0)