发现和使用优秀的技能扩展
Lobster 工作流运行时适用于具有审批门控的确定性管道。在以下情况使用:(1) 运行多步骤自动化,这些自动化在产生副作用之前需要人工批准;(2) 监控拉取请求/问题的变更;(3) 通过类型化 JSON 管道处理数据;(4) 电子邮件分类或批量操作;(5) 任何应在执行前暂停并询问的工作流。Lobster 通过运行确定性管道而非每步重新规划来节省令牌。
Lobster workflow runtime for deterministic pipelines with approval gates. Use when: (1) Running multi-step automations that need human approval before side effects, (2) Monitoring PRs/issues for changes, (3) Processing data through typed JSON pipelines, (4) Email triage or batch operations, (5) Any workflow that should halt and ask before acting. Lobster saves tokens by running deterministic pipelines instead of re-planning each step.