Easily create, connect & run autonomous autogen AI agents from a streamlined web interface.
With Agentsflow it is possible to create your own agents and connect them in a flow, so you can directly see which agent is running and also interact with each of them in runtime.
It is designed to make it easy for beginners to create software, but we also aim to give advanced users the tools to explore deeper possibilities.
Ensure that git, nodejs, python 3.11 and poetry are installed, and then...
Download, build, and start agentsflow with the following commands:
git clone https://github.com/jaemil/agentsflow
cd agentsflow
npm install
npm run agentsflow
Open the following URL in your browser: localhost:4200 to load the UI.
If you want to make changes run the development server:
npm run agentsflow:dev
Goals may change and are unsorted
If you want to contribute to Agentsflow, be sure to review the contribution guidelines.
We use GitHub issues for tracking requests and bugs.
Please join the Agentsflow Discord for general questions, discussion and contribution.
This project is licensed under GNU General Public License (Version 3)