Multiagents .env_agent1, .env_agent2 .. #3713
photografereth
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi!! Still on development , but probably you can get some insights from this repo , also even though it is not finished it has currently solved the problem of managing different telegram bot tokens for each agent https://github.com/Shelpin/aeternalsv2/blob/feature/new-plan/README.md . hope it helps!! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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