Agent Architectures
Lessons in this group, roughly in build order:
- planner-executor — A two-role architecture that splits an agent into a planner that writes the whole plan up front and an…
- dag-agents — An agent whose plan is a directed acyclic graph of tasks — nodes are steps, edges are data/ordering…
- tree-of-thought-tot — A reasoning architecture that explores multiple candidate reasoning paths as a search tree — generating…