Multiagents .env_agent1, .env_agent2 .. #3713
photografereth
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to find a solution to run multi-agents, with separate environments, instead of inserting secrets into the character, or separating the secrets in the .env, since my project involves running a considerable amount of agents, so I believe the maintenance would be clearer, in my opinion. Is there any intention of predicting this in the core, recognizing the environment by character name?
Something like this...
const agentName = process.env.AGENT_NAME || "default";
const envPath =
.env_${agentName}
;Beta Was this translation helpful? Give feedback.
All reactions