What problem does it solve?
Lobster helps you run multi-step automations that may require human approval, reducing the risk of unintended side effects while keeping execution consistent and resumable.
Core Features & Use Cases
- Typed workflow execution with structured JSON output: Pipelines return a deterministic JSON envelope that your agent can handle reliably.
- Approval checkpoints with resume tokens: Workflows can pause for approval and later continue via a resume action.
- Local-first, deterministic tool runtime: Executes Lobster pipelines as a local subprocess and enforces guardrails like stdout caps and JSON envelope parsing.
- Use cases: email triage with optional sending, PR monitoring workflows that notify, and repeatable operations that bundle multiple tool calls into one controlled run.
Quick Start
Ask your agent to run a Lobster pipeline like: "Run a Gmail search for messages newer than 1 day, then triage them into buckets and request approval before processing."