Planning Agents
Hard200 pts0 solves
Complex task agents follow a 4-step pattern: break the task apart, order the subtasks, run them, check the result.
Name all 4 steps.
Flag format: CONGRESS{[step1],[step2],[step3],[step4]}
Example: CONGRESS{gather,filter,rank,output}
Hint
Think before you act, then verify after.