UI for building autogen AI agent workflows
Top 84.6% on sourcepulse
Agentsflow provides a drag-and-drop web interface for building and executing autonomous AI agent workflows using Microsoft's AutoGen framework. It aims to simplify agent creation and interaction for beginners while offering advanced customization for experienced users, enabling visual flow design and runtime interaction with agents.
How It Works
The project leverages a Next.js frontend with React Flow for the visual interface, allowing users to connect and manage AutoGen agents. It utilizes WebSockets for real-time communication between the frontend and the backend agent execution environment, facilitating dynamic agent control and interaction during runtime.
Quick Start & Requirements
git clone https://github.com/jaemil/agentsflow
, cd agentsflow
, npm install
, and npm run agentsflow
.localhost:4200
.npm run agentsflow:dev
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is in its initial stages with many core features still marked as "to-do" on the roadmap, including vector database integration, global settings, agent customization, and saving/exporting flows.
1 year ago
Inactive