Skip to content

tim-smart/lalph

Repository files navigation

lalph

A LLM agent orchestrator driven by your chosen source of issues.

Features

  • Integrate with various issue sources (GitHub Issues, Linear, etc.)
  • Plan mode to generate issues from high-level goals
  • Uses git worktrees to allow for multiple concurrent iterations
  • Creates pull requests for each task, with optional auto-merge for vibe coding
  • Support issue dependencies to ensure correct task order

Installation

npm install -g lalph

or run with npx:

npx -y lalph@latest

CLI usage

  • Run the main loop: lalph
  • Run multiple iterations with concurrency: lalph --iterations 4 --concurrency 2
  • Start plan mode: lalph plan
  • Choose your issue source: lalph source

It is recommended to add .lalph/ to your .gitignore to avoid committing your credentials.

Development

  • Install dependencies: pnpm install
  • Build the CLI: pnpm build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •