AIAny
AI Agent2025
Icon for item

Gas Town

Coordinates multiple AI coding agents and persists work state in git-backed hooks; provides convoy-based work tracking, an AI coordinator (Mayor), agent lifecycle/watchdog tooling, and a merge/refinery workflow for reliable multi-agent code work.

Introduction

Most friction in multi-agent coding setups comes from lost context and brittle coordination, not model capabilities. Gas Town treats state and handoffs as first-class artifacts: work is stored in git worktrees (hooks) and tracked as structured "beads" so agents can stop, restart, hand off, and be audited without losing progress.

What Sets It Apart
  • Git-backed persistence: each agent's working state is materialized in git worktrees (hooks), so sessions survive crashes and are fully versioned — meaning rollbacks, audits, and reliable handoffs are straightforward.
  • Convoy + Beads workflow: groups of issues (beads) are managed as convoys with explicit assignment, stall detection, and progress tracking, which converts ephemeral agent actions into tracked work units.
  • Mayor + Polecats orchestration: a primary AI coordinator (Mayor) plus ephemeral worker identities (polecats) let you compose planners and workers; the system auto-spawns, routes, and monitors agents instead of relying on ad-hoc scripts.
  • Operational safety: a watchdog stack (Witness, Deacon, Dogs) and a refinery/merge-queue enforce health checks and a bisecting merge process so many autonomous changes are batched and verified before landing.
Who it's for and tradeoffs

Great fit if you run multi-agent coding workflows (dozens of LLM-based workers) and need durable state, auditability, and a merge-safe path to production. Look elsewhere if you only need a single interactive assistant or minimal CI: Gas Town adds orchestration complexity and requires extra infra (git worktrees, convoy/beads tooling, runtime integrations) and seats for provider CLIs to realize its full value.

Information

  • Websitegithub.com
  • Organizationsgastownhall
  • Published date2025/12/16

More Items

Turns natural-language PLC requirements into verified, runnable IEC 61131-3 Structured Text by driving a closed loop of generation, compilation, deployment, and behavioral verification on a live OpenPLC runtime. The verification-gated harness forces inputs, traces execution, repairs failures, and renders ladder diagrams plus process simulation to raise dynamic runtime pass rates.

Hugging Face
AI Model2026

A 35B mixture-of-experts LLM tuned for agentic coding and end-to-end self-improvement: it jointly generates tasks, scaffolds, and solution rollouts. Activates ~3B params/token, supports 256K context (extendable), and emits chain-of-thought plus OpenAI-style tool calls.

GitHub
AI Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.