|
|
|
|
|
by bob1029
2 days ago
|
|
Here is a rough approximation of the pipeline I use: Phase 1 - Run X copies of Luna in parallel over the user's prompt. The purpose is to generate a diverse set of hypotheses. Phase 2 - Run Y copies of Terra in parallel to investigate the hypothesis results, with each receiving them in a randomized order. Phase 3 - Run 1 copy of Sol over investigation reports. The goal is to ensure that the agent covers more initial starting points before presenting a final conclusion. If you only run a single copy of Sol and it hooks onto something wrong, it might not recover. |
|
Via just ... "prompting it"?
Or do you use any tool in the middle to ensure this agent architecture?
Just curious if there is any workflow-like tool in the middle that is helping.