Home/LLM Frameworks/babyagi-ui
babyagi-ui logo

babyagi-ui

archivedEnrichment pending
miurla/babyagi-ui

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.

GraphCanon updated today · GitHub synced today

1.3k
Stars
271
Forks
12
Open issues
1
Watchers
1y
Last push
TypeScript MITCreated Apr 20, 2023

Trust & integrity

Full report
Maintenance
Archived (625d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 11, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 11, 2026

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 11, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 11, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

npm install
Source link

Tags

README

👉 Getting Started

  1. Clone the repository
git clone https://github.com/miurla/babyagi-ui
  1. Go to the project holder
cd babyagi-ui
  1. Install packages with npm
npm install
  1. Setup your .env file. And set the variables.
    • You need to create an index in advance with Pinecone.
      • Reference setting
    • Set your SerpAPI Key, if you want to use the search tool with BabyBeeAGI.
cp .env.example .env
  1. Run the project
npm run dev