Skip to content

SelfRefLab/agents-ui

Repository files navigation

Agents-UI

UI for langgraph_distributed_agent

agents-ui-demo.mp4

Getting Started

  1. Create a .env file in the project root:
DATABASE_URL="file:./dev.db"
REDIS_URL="redis://:password@localhost:6379/0"

Make sure that REDIS_URL matches the environment variable used in langgraph_distributed_agent

If you are using MySQL, update schema.prisma by changing: provider = "sqlite" to: provider = "mysql"

  1. Install dependencies:
pnpm install
  1. Generate Prisma client:
npx prisma generate
  1. Push the database schema:
npx prisma db push
  1. Start the development server:
pnpm dev

About

UI for LangGraph Distributed Agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published