paper-with-me

홈 › Papers

MASFactory: A Graph-centric Framework for Orchestrating LLM-Based Multi-Agent Systems with Vibe Graphing

2026-03-06 · Yang Liu, Jinxuan Cai, Yishen Li, Qi Meng, Zedi Liu, Xin Li, Chen Qian, Chuan Shi, Cheng Yang arxiv

Large language model-based (LLM-based) multi-agent systems (MAS) are increasingly used to extend agentic problem solving via role specialization and collaboration. MAS workflows can be naturally modeled as directed computation graphs, where nodes execute agents or sub-workflows and edges encode dependencies and message passing. However, implementing complex graph workflows in current frameworks still requires substantial manual effort, offers limited reuse, and makes it difficult to integrate heterogeneous external context sources. To overcome these limitations, we present MASFactory, a graph-centric framework for orchestrating LLM-based MAS. It introduces Vibe Graphing, a human-in-the-loop approach that compiles natural-language intent into an editable workflow specification and then into an executable graph. In addition, the framework provides reusable components, skill support, multimodal message handling, and pluggable context integration, as well as a visualizer for topology preview, runtime tracing, and human-in-the-loop interaction. We evaluate MASFactory on seven public benchmarks, validating both reproduction consistency for representative MAS methods and the effectiveness of Vibe Graphing. Our code (https://github.com/BUPT-GAMMA/MASFactory, licensed under Apache-2.0) and video demonstration (https://youtu.be/ANynzVfY32k) are publicly available.

📄 PDF Abstract BibTeX arXiv:2603.06007

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

You need to MIMIC to get FAME: Solving Meeting Transcript Scarcity with a Multi-Agent Conversations

2025-02-18 · Frederic Kirstein, Muneeb Khan, Jan Philip Wahle, Terry Ruas 외

Meeting summarization suffers from limited high-quality data, mainly due to privacy restrictions and expensive collection processes. We address this gap with FAME, a dataset of 500 meetings in English and 300 in German p…

Language ModelingLanguage ModellingLarge Language ModelMeeting Summarization

Orchestrating Spatial Semantics via a Zone-Graph Paradigm for Intricate Indoor Scene Generation

2026-05-04 · Meisheng Zhang, Shizhao Sun, Yang Zhao, Ziyuan Liu 외 arxiv

Autonomous 3D indoor scene synthesis breaks down in non-convex rooms with tightly coupled spatial constraints. Data-driven generators lack topological priors for long-horizon planning, while iterative agents fragment sem…

Indoor Scene SynthesisScene Generation

NeutronOrch: Rethinking Sample-based GNN Training under CPU-GPU Heterogeneous Environments

2023-11-22 · Xin Ai, Qiange Wang, Chunyu Cao, Yanfeng Zhang 외

Graph Neural Networks (GNNs) have demonstrated outstanding performance in various applications. Existing frameworks utilize CPU-GPU heterogeneous environments to train GNN models and integrate mini-batch and sampling tec…

CPUGPU

Graph-Based Multimodal and Multi-view Alignment for Keystep Recognition

2025-01-07 · Julia Lee Romero, Kyle Min, Subarna Tripathi, Morteza Karimzadeh

Egocentric videos capture scenes from a wearer's viewpoint, resulting in dynamic backgrounds, frequent motion, and occlusions, posing challenges to accurate keystep recognition. We propose a flexible graph-learning frame…

Graph LearningNode Classification

Danus: Orchestrating Mathematical Reasoning Agents with Fact-Graph Memory

2026-07-07 · Jihao Liu, Guoxiong Gao, Zeming Sun, Bin Wu 외 arxiv

Recent LLM-based mathematical reasoning agents have begun to tackle research-level problems and, in several cases, have contributed to the resolution of open problems. However, scaling and orchestrating such agents effec…

Mathematical Reasoning