Multivers is ChatPharo’s optional “chain mode”: a configurable sequence of steps where each step can be handled by a different agent. This enables workflows like:
draft → critique → refine → final
Multivers is consulted during prompt orchestration (before the final agent call). If Multivers is enabled and configured, it can transform the user prompt across multiple steps.
User prompt
|
v
[Step 1 Agent] -> produces revised prompt
|
v
[Step 2 Agent] -> produces revised prompt
|
v
...
|
v
Final prompt -> main agent call -> response
Multivers can be configured from the UI: