How can i use Eliza to create, deploy and manage multiple-agents for an AI Agent launchpad? #2523
Unanswered
EggsyOnCode
asked this question in
Q&A
Replies: 2 comments
-
The infra is by default built to support multiple agents. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@yaantow I understand that you can launch multiple agents by downloading the eliza repo, and launching / managing multiple agents from the terminal. I am trying to look for an SDK where we can do it programmatically. Say when we are building an AI agent launchpad, we want to provision AI agent in the handlers of API endpoints, that requires that we have an SDK for eliza that we can integrate with other backends. That's what i wanted to ask primarily. Thnx for the reply tho |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thnx for reading and the help!
I am trying to build an AI agent launchpad similar to Virtuals Protocol and heard about
Eliza
framework for deploying AI agents.I am interested in how I can use Eliza for deploying multiple AI agents? Specifically, managing the
infrastructure
for multiple agents.Because the docs (here) only mention the infra for one Agent.
My question is as a SaaS for multiple AI agents, since i'll have to manage the infra for each Agent myself , how would I provision it on-demand for each newly created Agent (like creating a new DB instance on the cloud, setting up monitoring , handling scalability etc) ? Does Eliza have such capabilities (at least i am not aware of them)?
Beta Was this translation helpful? Give feedback.
All reactions