denis@keisei — keiseikit-browse — 144×42
⌘1
KEISEIKIT v0.16.2DAEMON UPSLEEP 03:07
session 4f3amem 47/2002026-05-01 05:21

/agents / modal-runner

modal-runner

Modal compute orchestrator. Pre-launch cost estimation, GPU compatibility check, single-variant verify, observability-first, and a hard anti-stop guardrail against killing running training. Use for any Modal app launch, batch spawn, or job inspection.

tierT5
categoryhub
writes?writes files
Agent({
  subagent_type: "modal-runner",
  prompt: "<your task>",
  isolation: "worktree"
})
# on fork, .claude/agents/<id>/ contains:
spec.md       # prompt verbatim
plan.md       # phases + verify-criteria
progress.json # {ts,phase,pct,note} every 30s
chatlog.md    # rolling transcript
handoffs.md   # sub-agents + branches
review.md     # self-review on completion
# orchestrator at completion
$ kei-ledger validate <agent-id>
$ git merge --no-ff agent/modal-runner-1714291200
$ git push forgejo HEAD

# or squash / reject / defer per AskUserQuestion

other T5 agents