About 50 results
Open links in new tab
  1. GitHub - salesforce/agentscript: An open, schema-driven language for ...

    Apr 14, 2026 · Graph view — visualize the agent's topic/subagent flow as a node graph CST/AST explorer — inspect the parse tree and compiled output in real time Multiple dialects — switch …

  2. agentscript/apps/docs/docs/dialects/agentforce/examples/ascript ...

    Agent Script Examples This section provides example Agent Scripts you can use to get started building agents. Each example includes a full script and explains the main concepts it demonstrates.

  3. agentscript/apps/docs/docs/dialects/agentforce/examples/ascript ...

    An open, schema-driven language for configuring agent orchestration systems - salesforce/agentscript

  4. agentscript/apps/docs/docs/dialects/agentforce/examples ... - GitHub

    An open, schema-driven language for configuring agent orchestration systems - salesforce/agentscript

  5. agentscript/apps/docs/docs/dialects/agentforce/patterns/ascript ...

    While filtering restricts options, it doesn’t enforce workflows. For example, instead of prompting the user to verify their identity, the agent can exclusively choose options that don’t require user verification. A …

  6. agentscript/apps/docs/docs/dialects/agentforce/patterns/ascript ...

    Deterministic Routing For critical routing decisions, use conditional transitions in instructions instead of relying on the LLM to choose the right flow. See the Required Subagent Workflow Pattern for examples.

  7. agentscript/apps/docs/docs/dialects/agentforce/reference ... - GitHub

    utils.transition to Tells the agent to move to a different subagent. For examples and patterns, see the Transitions Pattern. Transitions are one way. There's no return of control to the calling subagent. …

  8. agentscript/SPEC.md at main · salesforce/agentscript · GitHub

    Apr 14, 2026 · Note on topic vs subagent: Some examples and earlier versions of the language use topic as a block type. topic is agentforce-dialect-specific and is being deprecated in favor of …

  9. agentscript/apps/docs/docs/dialects/agentforce/patterns/ascript ...

    An open, schema-driven language for configuring agent orchestration systems - salesforce/agentscript

  10. agentscript/apps/docs/docs/dialects/agentforce/patterns/ascript ...

    An open, schema-driven language for configuring agent orchestration systems - salesforce/agentscript