Skip to content

firesight-ai/agentsflow

 
 

Repository files navigation

Agentsflow

AutoGen powered web ui

Create and connect AI agents in your browser.

AgentFlow Design

Installation:

conda create --name autogen python=3.9
activate autogen
conda install fastapi[all] websockets python-dotenv pip
pip install pyautogen "pyautogen[blendsearch]"
uvicorn server:app --reload --port 8999

Roadmap

Backend

  • Add websockets to autogen agent
  • Let the agent execute code?
  • Vector database for the agents

Frontend

  • Simple html websocket client
  • Add Tauri with nextjs as a frontend
  • Implement react-flow
  • Drag and drop to add/connect agents
  • Modal to create custom agent

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.8%
  • Python 12.4%
  • HTML 6.1%
  • JavaScript 4.6%
  • CSS 3.1%