python/docs/src/user-guide/autogenstudio-user-guide/index.md
AutoGen Studio is a low-code interface built to help you rapidly prototype AI agents, enhance them with tools, compose them into teams and interact with them to accomplish tasks. It is built on AutoGen AgentChat - a high-level API for building multi-agent applications.
See a video tutorial on AutoGen Studio v0.4 (02/25) - https://youtu.be/oum6EI7wohM
Code for AutoGen Studio is on GitHub at microsoft/autogen
AutoGen Studio is meant to help you rapidly prototype multi-agent workflows and demonstrate an example of end user interfaces built with AutoGen. It is not meant to be a production-ready app. Developers are encouraged to use the AutoGen framework to build their own applications, implementing authentication, security and other features required for deployed applications.
AutoGen Studio offers four main interfaces to help you build and manage multi-agent systems:
Team Builder
Playground
Gallery
Deployment
Review project roadmap and issues here .
We welcome contributions to AutoGen Studio. We recommend the following general steps to contribute to the project:
help-wantedproj-studio tag for any issues, questions, and PRs related to Studio.devcontainer/README.md to use itAutoGen Studio is a research prototype and is not meant to be used in a production environment. Some baseline practices are encouraged e.g., using Docker code execution environment for your agents.
However, other considerations such as rigorous tests related to jailbreaking, ensuring LLMs only have access to the right keys of data given the end user's permissions, and other security features are not implemented in AutoGen Studio.
If you are building a production application, please use the AutoGen framework and implement the necessary security features.
AutoGen Studio is based on the AutoGen project. It was adapted from a research prototype built in October 2023 (original credits: Victor Dibia, Gagan Bansal, Adam Fourney, Piali Choudhury, Saleema Amershi, Ahmed Awadallah, Chi Wang).
If you use AutoGen Studio in your research, please cite the following paper:
@inproceedings{autogenstudio,
title={AUTOGEN STUDIO: A No-Code Developer Tool for Building and Debugging Multi-Agent Systems},
author={Dibia, Victor and Chen, Jingya and Bansal, Gagan and Syed, Suff and Fourney, Adam and Zhu, Erkang and Wang, Chi and Amershi, Saleema},
booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: System Demonstrations},
pages={72--79},
year={2024}
}
To begin, follow the installation instructions to install AutoGen Studio.
:maxdepth: 1
:hidden:
installation
usage
experimental
faq