Search papers, labs, and topics across Lattice.
This paper introduces AgentCanvas, a typed-graph runtime that facilitates the automated design of embodied agent architectures through a novel coding-agent search procedure called KDLoop. By systematically evaluating three variants of Agent Architecture Search (AAS) across four different embodied executors, the study reveals that automated architecture search can lead to significant success-rate improvements in tasks such as vision-language navigation and language-conditioned manipulation. However, the findings also highlight limitations, including the masking of optimization signals and challenges with credit assignment, underscoring the complexities of applying AAS to perceptual embodied agents.
Automated architecture search can yield substantial performance gains for embodied agents, but also reveals critical limitations that challenge its efficacy in real-world applications.
Embodied agents are typically built as hand-designed compositions of perception, memory, planning, and action modules. This modularity exposes a large architectural design space, but current systems still rely on researcher intuition to choose where information is stored, how observations are processed, and how model calls are connected. Agent Architecture Search (AAS) automates such design for text-domain agents, but has not been systematically evaluated on perceptual embodied agents through simulator rollouts. We study this transfer. We introduce AgentCanvas, a typed-graph runtime that hosts embodied executors as editable node-and-wire programs with simulator-aware execution and episode-level logs, and KDLoop, a coding-agent search procedure that cycles through proposal, critique, experiment, and distillation, with triggered reflection after stalls. We evaluate three AAS variants across four embodied executors spanning vision-language navigation, embodied question answering, and language-conditioned manipulation. The resulting 3x4 matrix shows that architecture-level search can produce deployable and directional success-rate gains on embodied tasks, while one apparent high-scoring candidate is rejected as leak-bearing. At the same time, the experiments expose constraints that are muted in text-domain AAS: optimization signals can be masked by rollout noise, search can become trapped in local edit basins, and episode-level credit assignment only partially emerges even when detailed logs are available. These results characterize both the promise and the current limits of automated architecture search for embodied agents.