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

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.