Skip to content
Preprint

RetroAgent: Harnessing LLMs to Search Over Structured Memory for Agentic Retrosynthesis Planning

Jul 2026 · 1 citation · 47 references
Computer Science

TL;DR

RetroAgent is introduced, an LLM agent that bridges symbolic search and neural reasoning through a harness with structured memory, enabling informed decisions grounded in both global progress and domain knowledge in multi-step retrosynthesis planning.

Abstract

Multi-step retrosynthesis planning seeks to decompose a target molecule into commercially available building blocks through a sequence of feasible reactions. The vast combinatorial search space makes this task challenging even for expert chemists. Traditional methods combine tree search with offline-trained value networks that score candidates in isolation, without reasoning about complete multi-step routes. Recent work leverages Large Language Models (LLMs) for this task, but relies on simple interfaces that limit exploration of the full search space. We introduce RetroAgent, an LLM agent that bridges symbolic search and neural reasoning through a harness with structured memory. Through memory and chemistry tools, the agent observes the full search state, including explored routes, available alternatives, and properties of intermediates, enabling informed decisions grounded in both global progress and domain knowledge. Experiments on in-distribution and out-of-distribution benchmarks demonstrate that RetroAgent delivers strong performance and generalization.

View source

Similar papers

#artificial intelligence Preprint Aug 2026

Training Chemical Plausibility-Aware Large Language Models for Single-Step Retrosynthesis

This work introduces Top-K prompting as a robust training and inference paradigm to better capture diverse, plausible reaction predictions and establishes Top-K, plausibility-aware training as a practical new direction for robust future LLM-based synthesis planning.

B. Zagribelnyy, Ivan D. Ilin, N. Bondarev et al. · 0 citations
Preprint Jul 2026

Symbolic Predicate-Guided Language Agents for Inverse Design of Perovskite Oxides

This work introduces a domain specific language (DSL)-guided strategy to improve the reasoning and design capability of LLM agents by translating natural language design rules into symbolic predicates encoded in a predefined chemistry DSL, and developed a multi-agent materials design framework.

Dong Hyeon Mok, Seoin Back, Victor Fung et al. · 0 citations
Book Open access Jul 2026

HiRA: Decoupling Planning and Execution with Hierarchical Reasoning in Deep Search

Experiments show that HiRA significantly outperforms state-of-the-art RAG and agent-based systems, highlighting the effectiveness of decoupled planning and execution for multi-step information seeking tasks.

Jiajie Jin, Xiaoxi Li, Yuyao Zhang et al. · 0 citations
#protein folding Preprint Aug 2026

AgentFold: Closed-Loop Agentic Search for Protein Folding Model Design

AgentFold is presented, a multi-agent framework that formulates folding-model development as a closed-loop search over executable code variants and improves the best lDDT by 7.5% over independent Codex proposals and outperforms a random-search control.

Mingquan Liu, Jiangyue Chen, Hanqun Cao et al. · 0 citations