Allow conversations between agents (assistants)
under review
A
Andrey
As a user, I want to be able to have a conversation between agents.
Logic:
- I ask Agent 1 to create an output.
- I ask Agent 2 to review output by Agent 1.
- Etc.
Implementation idea:
Allow summoning @assistants with '@' sign inside a prompt.
Example:
- In a chat, I ask @ask_digital_strategist to write text of a landing page.
- Then, in the same chat I @ask_ICP_profile1 (my ideal customer persona) to share feedback how he likes the landing page text. Would he order my service?
- Then, I again @ask_digital_strategist to update his text based on provided feedback.
It would be nice to be able to mention other @assistant everywhere (inside chats, prompts, assitants, commands).
Daniel Nguyen
under review
A
Andrey
This is a simple lean implementation, that would save time rewriting prompts. I could just set up the roles I need, and run as many conversations as I need, in a time-saving manner.
Maybe a more sophisticated way to do it could be to introduce 'Scenarios' where I could summon //s //scenario_write_a_landing_page, and have a team of 5 assistants working on it, but that's another story.