LemniscateIn development
Lemniscate is a web app that continuously improves your codebase with an LLM in the loop. Log in with GitHub or GitLab (or a GitVerse token), connect any OpenAI-compatible LLM endpoint (OpenAI, Azure, vLLM, Ollama, LM Studio), and the agent analyzes your repositories, proposes improvements, features and fixes, generates the code, pushes a branch and opens pull requests — on a configurable schedule. The agent loop runs as background jobs in a separate worker (Redis + BullMQ); proposals can pass an optional second-pass LLM review with automatic merge.
Highlights
- — Works with any OpenAI-compatible LLM endpoint — your keys, your models
- — Proposals and fixes land as branches and pull requests on your git host
- — Optional second-pass LLM review with automatic merge
- — Live console: watch the agent think, edit, commit and push in real time over SSE
Stack
TypeScript · Fastify · React · BullMQ · PostgreSQL · Docker · LLM