Gosia Lazuka, Andreea Simona Anghel, et al.
SC 2024
Agentic Workflow refers to an innovative agents-based AI approach that assists users on achieving complex goals by decomposing them into task sequences. In this work, we present the Study Planner Assistant (SPA), a LLM-based agentic workflow that supports subject matter experts to translate their goals into actionable activities given the current available tools in a computational system.
The SPA provides an UI to configure, inspect and control the workflow (see figure) and a backend composed of four main modules:
The first 3 modules are powered by LLMs. Each LLM is prompted with the module's input and the expected output format, guaranteeing the integration between modules. The last module uses LangGraph to execute the workflow and coordinate the information between the tasks.
In this work, we will present how the SPA was applied to a Material Discovery use case (PFAS replacement) and demonstrated great potential.