AI Agents 相关度: 9/10

ReusStdFlow: A Standardized Reusability Framework for Dynamic Workflow Construction in Agentic AI

Gaoyang Zhang, Shanghong Zou, Yafang Wang, He Zhang, Ruohua Xu, Feng Zhao
arXiv: 2602.14922v1 发布: 2026-02-16 更新: 2026-02-16

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.

标签

Agentic AI Workflow RAG Knowledge Graph

arXiv 分类

cs.AI cs.SE