Frontal 已上线。阅读公告

Your first workflow

Build a durable workflow with a deterministic step, an agent decision, and an approval before an external action.

A workflow is the right starting point when part of the process must be exact and another part needs judgement. For example, collect account data deterministically, ask an agent to classify the risk, then wait for a person before changing an external system.

Design the path

Use four steps:

  1. Start from a manual, scheduled, event, webhook, or API trigger.
  2. Read the records needed for the decision.
  3. Call a narrowly scoped agent and require structured output.
  4. Pause for approval before any write action.

Test the draft

Run the draft against inputs your team already understands. Check where it waited, which records the agent read, and whether a retry would repeat an external action safely. Then create an evaluation case set before publishing a production version.

Read Workflow authoring next.

更新于 2026年8月31日

© 2026 Frontal Labs, Inc. 或其关联公司。

我们默认在不使用 Cookie 的情况下统计网站流量。若您接受,我们将跨会话记住您的访问,从而让分析更准确。