babyagi-ui
Enrichment pendingBabyAGI 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.
Tags
README
👉 Getting Started
- Clone the repository
git clone https://github.com/miurla/babyagi-ui
- Go to the project holder
cd babyagi-ui
- Install packages with npm
npm install
- 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.
- You need to create an index in advance with Pinecone.
cp .env.example .env
- Run the project
npm run dev