ReusStdFlow: A Standardized Reusability Framework for Dynamic Workflow Construction in Agentic AI
AI 摘要
ReusStdFlow框架通过标准化流程片段和双知识架构,实现企业AI Agent工作流的自动重组和高效复用。
主要贡献
- 提出了Extraction-Storage-Construction范式
- 设计了双知识架构(图数据库和向量数据库)
- 实现了基于RAG的工作流智能组装
方法论
通过解构DSL为标准化模块,利用图数据库和向量数据库存储知识,并使用RAG策略进行工作流重建。
原文摘要
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.