Integrating multiple agents into a system #6874
Unanswered
AdvikMehta
asked this question in
Q&A
Replies: 1 comment
-
WIP #6896 |
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 everyone! I'm fairly new to AutoGPT, and am playing around by creating agents using the CLI, and providing some external plugins.
However, I'm having trouble integrating multiple GPTs that I have created for a general purpose, and sharing information between them.
I would like to create the following agents:
How would I go about doing this? I tried making these agents using the CLI, but I'm having trouble sharing information between them. I thought of writing a script to copy generated documents from one agent workspace to the other. Is this the most efficient way to do it? I want this to be dynamic in deployment where the user simply enters the research topic and this system does the rest.
Any help would be greatly appreciated!! Thanks in advance :)
Advik
Beta Was this translation helpful? Give feedback.
All reactions