paper-with-me

Papers

AutoGen Studio: A No-Code Developer Tool for Building and Debugging Multi-Agent Systems

2024-08-09 · Victor Dibia, Jingya Chen, Gagan Bansal, Suff Syed, Adam Fourney, Erkang Zhu, Chi Wang, Saleema Amershi

Multi-agent systems, where multiple agents (generative AI models + tools) collaborate, are emerging as an effective pattern for solving long-running, complex tasks in numerous domains. However, specifying their parameters (such as models, tools, and orchestration mechanisms etc,.) and debugging them remains challenging for most developers. To address this challenge, we present AUTOGEN STUDIO, a no-code developer tool for rapidly prototyping, debugging, and evaluating multi-agent workflows built upon the AUTOGEN framework. AUTOGEN STUDIO offers a web interface and a Python API for representing LLM-enabled agents using a declarative (JSON-based) specification. It provides an intuitive drag-and-drop UI for agent workflow specification, interactive evaluation and debugging of workflows, and a gallery of reusable agent components. We highlight four design principles for no-code multi-agent developer tools and contribute an open-source implementation at https://github.com/microsoft/autogen/tree/main/samples/apps/autogen-studio

📄 PDF Abstract BibTeX arXiv:2408.15247

Code (1)

microsoft/autogen 공식 구현 pytorch

Similar Papers 제목 키워드 기반

AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation

2023-08-16 · Qingyun Wu, Gagan Bansal, Jieyu Zhang, Yiran Wu 외

AutoGen is an open-source framework that allows developers to build LLM applications via multiple agents that can converse with each other to accomplish tasks. AutoGen agents are customizable, conversable, and can operat…

3D Human Pose EstimationCollege Computer ScienceDecision MakingQuestion Answering

Autogenesis: A Self-Evolving Agent Protocol

2026-04-16 · Wentao Zhang, Zhe Zhao, Haibin Wen, Yingcheng Wu 외 arxiv

Recent advances in LLM based agent systems have shown promise in tackling complex, long horizon tasks. However, existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, ve…

AgentScope 1.0: A Developer-Centric Framework for Building Agentic Applications

2025-08-22 · Dawei Gao, Zitao Li, Yuexiang Xie, Weirui Kuang 외 arxiv

Driven by rapid advancements of Large Language Models (LLMs), agents are empowered to combine intrinsic knowledge with dynamic tool use, greatly enhancing their capacity to address real-world tasks. In line with such an …

Data2Text Studio: Automated Text Generation from Structured Data

2018-11-01 · EMNLP 2018 11 · Longxu Dou, Guanghui Qin, Jinpeng Wang, Jin-Ge Yao 외

Data2Text Studio is a platform for automated text generation from structured data. It is equipped with a Semi-HMMs model to extract high-quality templates and corresponding trigger conditions from parallel data automatic…

Data-to-Text GenerationText Generation

CodeWatcher: IDE Telemetry Data Extraction Tool for Understanding Coding Interactions with LLMs

2025-10-13 · Manaal Basha, Aimeê M. Ribeiro, Jeena Javahar, Cleidson R. B. de Souza 외 arxiv

Understanding how developers interact with code generation tools (CGTs) requires detailed, real-time data on programming behavior which is often difficult to collect without disrupting workflow. We present \textit{CodeWa…

Code Generation