ClinAgent: A ReAct-Based Agent for Conversational Access to Clinical Trial Information Researchers introduced ClinAgent, a conversational agentic Retrieval-Augmented Generation (RAG) system built on a Large Language Model agent following the ReAct paradigm, which lets clinicians and researchers query clinical trial information in plain language across multi-turn interactions. ClinAgent integrates a ClinicalTrials.gov search interface, a PubMed module, and a Python-based analyzer operating on a locally cached structured dataset of clinical trials, and was evaluated across three phases comparing Gemini 3.0 Flash against two variants of DeepSeek V3.2 (thinking and non-thinking). DeepSeek in thinking mode excelled in planning quality while Gemini achieved the highest overall performance and strongest expert ratings, findings the authors say highlight the potential of agentic AI to improve accessibility and synthesis of clinical trial information. arXiv:2609.13860v1 Announce Type: new Abstract: Querying clinical trial registries remains a manual and error-prone process, requiring researchers to navigate large volumes of semi-structured data without support for natural language interaction or cross-source synthesis. To address this, we introduce ClinAgent, a conversational system based on agentic Retrieval-Augmented Generation RAG that enables clinicians and researchers to query clinical trial information in plain language and receive grounded, up-to-date responses across multi-turn interactions. The system centers on a Large Language Model LLM agent following the ReAct paradigm, which iteratively reasons over queries, selects among a set of integrated tools, and refines its actions based on intermediate outputs. These tools include a ClinicalTrials.gov search interface, a PubMed module, and a Python-based analyzer operating on a locally cached structured dataset of clinical trials. We evaluate the system using a three-phase framework assessing operational effectiveness, planning quality, tool-use efficiency, and expert qualitative judgments, comparing three LLM backends: Gemini 3.0 Flash and two variants of DeepSeek V3.2 thinking and non-thinking . Results reveal complementary strengths, with DeepSeek thinking mode excelling in planning quality, while Gemini achieves the highest overall performance and strongest expert ratings. Overall, our findings highlight the potential of agentic AI systems to improve the accessibility and synthesis of clinical trial information, supporting more efficient and user-centered biomedical research workflows.