Summary
Gastown currently has no billing integration. Agents consume LLM tokens (tracked via feature attribution #1154) but there are no spending limits, no cost visibility in the UI, and no guard rails to prevent runaway usage. This is a hard launch blocker.
Requirements
Metering & Limits
Cost Visibility (UI)
Reconciler Integration
Notes
Summary
Gastown currently has no billing integration. Agents consume LLM tokens (tracked via feature attribution #1154) but there are no spending limits, no cost visibility in the UI, and no guard rails to prevent runaway usage. This is a hard launch blocker.
Requirements
Metering & Limits
microdollar_usage_metadata(already being written via Add gastown feature attribution for LLM usage tracking #1154)dispatch_agentactions when the town is over budgetCost Visibility (UI)
Reconciler Integration
reconcileBeadsRule 1 should check budget before assigning agentsNotes
microdollar_usage_metadatatable already hasfeature = 'gastown'rows from Add gastown feature attribution for LLM usage tracking #1154. The data is there — this issue is about reading it and enforcing limits.last_event_at) could help correlate timestamps.