Hi, is it possible to connect agents ?
for example:
i have a gpt that scrapes content from a website.
Then, that gpt sends the content to a Blog writer Agent (That writes the blogs)
Hi, is it possible to connect agents ?
for example:
i have a gpt that scrapes content from a website.
Then, that gpt sends the content to a Blog writer Agent (That writes the blogs)
Hi @theodg in your use case it can be done via a make. com webhook action and workflow.
Here’s the general workflow diagram:
Make. com webhook > scraper module > OpenAI Assistant trained on your data (it will process and write you a blog post) > make webhook response > Blog post output on your Pickaxe UI.
Alternatively,
If you are trying to connect multiple chatbots within a studio (in your case not advised), you can use the Pickaxe prompt chaining action.
Enter a brief trigger prompt that informs the action of when it should be triggered during a chat session.
Get the ID of the Pickaxe chatbot you want to connect.
A) Go to your Pickaxe Dashboard > scroll down to your list of Pickaxes > Click ‘Manage’
B) On the right side, Click ‘Copy Link’
C) Copy the section of the URL that comes after the ‘=’ sign:
D) Past it into the ‘Pickaxe Chatbot ID’ section of the Prompt Chain action:
E) Test and tweak!
If you need my help setting up advanced Pickaxe studios and action, feel free to reach out and we can schedule a discovery call to go over your project requirements!
~Ned
Hello, thank you for telling me
Does this prompt chain connection only works with one connection at a time? Or can I connect several to each pickaxe? And if I want them to work all of them together between them?
In case is limited to one action, would it work for example to connect it with an orchestrator agent redirecting the query and choosing who to call and get data from?
It looks that it would be very useful to have something similar to using @ in GPT.
Thanks!
The prompt chain action only works with one Pickaxe. And it only calls that Pickaxe, not all of its pickaxes.
We will build out a true prompt chaining system at some point, but not until we transition to the redesigned platform later this month. The new architecture will make it easier for Pickaxes to relate to other Pickaxes in the same studio.