Search papers, labs, and topics across Lattice.
The paper introduces ReusStdFlow, a framework designed to improve the reusability of dynamic workflows in agentic AI systems by addressing the "reusability dilemma" and structural hallucinations. ReusStdFlow employs an "Extraction-Storage-Construction" paradigm to convert heterogeneous DSLs into standardized workflow segments, storing them in a dual knowledge architecture (graph and vector databases). Using retrieval-augmented generation (RAG), the framework intelligently assembles these segments into new workflows, achieving over 90% accuracy in extraction and construction when tested on real-world n8n workflows.
Achieve 90%+ accuracy in reusing enterprise workflows by breaking down platform-specific DSLs into standardized, modular components that can be intelligently reassembled.
To address the ``reusability dilemma'' and structural hallucinations in enterprise Agentic AI,this paper proposes ReusStdFlow, a framework centered on a novel ``Extraction-Storage-Construction'' paradigm. The framework deconstructs heterogeneous, platform-specific Domain Specific Languages (DSLs) into standardized, modular workflow segments. It employs a dual knowledge architecture-integrating graph and vector databases-to facilitate synergistic retrieval of both topological structures and functional semantics. Finally, workflows are intelligently assembled using a retrieval-augmented generation (RAG) strategy. Tested on 200 real-world n8n workflows, the system achieves over 90% accuracy in both extraction and construction. This framework provides a standardized solution for the automated reorganization and efficient reuse of enterprise digital assets.