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).