{"id":50139334,"url":"https://github.com/konjoai/lopi","last_synced_at":"2026-05-24T00:05:44.037Z","repository":{"id":355633580,"uuid":"1228819458","full_name":"konjoai/lopi","owner":"konjoai","description":"⛵️ High-performance Rust orchestrator for Claude Code agents. Runs concurrent agents in git-isolated branches with retry loops, priority queuing, SQLite memory, pattern mining, scheduled tasks, and live TUI + web dashboard. Remote control via Telegram.","archived":false,"fork":false,"pushed_at":"2026-05-19T19:31:37.000Z","size":1008,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T21:53:34.470Z","etag":null,"topics":["agent-orchestrator","ai-agent","ai-agents","anthropic","async-rust","automation","ci-automation","claude","claude-code","cli","code-generation","developer-tools","git-automation","konjoai","llm","rust","self-improving","telegram-bot","tokio","tui"],"latest_commit_sha":null,"homepage":"https://github.com/konjoai/lopi","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konjoai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-04T12:12:54.000Z","updated_at":"2026-05-19T19:30:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/konjoai/lopi","commit_stats":null,"previous_names":["konjoai/lopi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/konjoai/lopi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konjoai%2Flopi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konjoai%2Flopi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konjoai%2Flopi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konjoai%2Flopi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konjoai","download_url":"https://codeload.github.com/konjoai/lopi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konjoai%2Flopi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33416317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-orchestrator","ai-agent","ai-agents","anthropic","async-rust","automation","ci-automation","claude","claude-code","cli","code-generation","developer-tools","git-automation","konjoai","llm","rust","self-improving","telegram-bot","tokio","tui"],"created_at":"2026-05-24T00:05:43.282Z","updated_at":"2026-05-24T00:05:44.018Z","avatar_url":"https://github.com/konjoai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛵️ lopi\n\n\u003e High-performance Rust agent orchestrator for Claude Code.\n\u003e By [KonjoAI](https://github.com/konjoai).\n\n```\nlopi run     # queue and run a task\nlopi watch   # live TUI of in-flight agents\nlopi tail    # stream logs\nlopi dock    # list every task\nlopi sail    # start web dashboard\n```\n\n## What lopi is\n\nA self-improving agent orchestrator written in Rust. It runs Claude Code agents concurrently, each in a git-isolated branch, with retry loops, persistent SQLite memory, a TUI + web dashboard, and remote control over Telegram + WhatsApp.\n\nThink OpenClaw rebuilt on tokio: safer, faster, fully KonjoAI.\n\n## The Konjo Way\n\n**KONJO — Know, Outline, Nail, Justify, Optimize.**\n\nKnow the problem, outline the solution, nail the build, justify the claims, optimize the output. Plan, build, test, ship, rest, repeat.\n\n## Quickstart\n\n```bash\ngit clone https://github.com/konjoai/lopi.git\ncd lopi\ncargo build --release\ncp lopi.toml.example lopi.toml\n./target/release/lopi run --goal \"fix the failing test in src/foo.rs\" --repo .\n```\n\n## Architecture\n\n| Crate | Role |\n|-------|------|\n| `lopi-core` | Shared types: `Task`, `AgentRun`, `Score`, `LopiConfig` |\n| `lopi-git` | `GitManager` (branch/rollback/PR) + `DiffChecker` |\n| `lopi-agent` | Plan → Implement → Test → Score → Retry → PR |\n| `lopi-memory` | SQLite via sqlx |\n| `lopi-orchestrator` | `AgentPool` + priority `TaskQueue` |\n| `lopi-ui` | ratatui dashboard + axum web/JSON API |\n| `lopi-remote` | teloxide Telegram bot + Twilio WhatsApp |\n| `lopi-webhook` | GitHub CI-failure → task injection |\n\n## Configuration\n\nCopy `lopi.toml.example` to `lopi.toml` and edit. Supports max-agent count, log level, Claude CLI path/timeout, allowed/forbidden dirs, auto-PR toggle, Telegram credentials, and web host/port.\n\n## License\n\nMIT © KonjoAI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonjoai%2Flopi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonjoai%2Flopi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonjoai%2Flopi/lists"}