Skip to content

Commit 0228b7f

Browse files
authored
docs: add deep dive article on flow control and reasoning block behavior (#12)
* docs: add deep dive article on flow control and reasoning block behavior Add a detailed walkthrough of AgentScript's two-phase execution model (deterministic parse vs. LLM reasoning), covering primitives, flow of control diagrams, a turn-by-turn example conversation with compiled prompts and tool visibility, observability traces, and behavioral observations about pipe-prefixed instructions. Includes 4 diagrams/screenshots and a companion .agent file. * docs: fix linting errors in companion agentscript.agent file
1 parent 5366538 commit 0228b7f

7 files changed

Lines changed: 1181 additions & 0 deletions

File tree

apps/docs/docs/dialects/agentforce/ascript-deep-dive-flow.md

Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const sidebars: SidebarsConfig = {
6666
'dialects/agentforce/ascript-lang',
6767
'dialects/agentforce/ascript-blocks',
6868
'dialects/agentforce/ascript-flow',
69+
'dialects/agentforce/ascript-deep-dive-flow',
6970
'dialects/agentforce/ascript-manage',
7071
{
7172
type: 'category',

apps/docs/static/img/agent-script/deep-dive/agentscript.agent

Lines changed: 515 additions & 0 deletions
Large diffs are not rendered by default.
1.06 MB
Loading
104 KB
Loading
154 KB
Loading
444 KB
Loading

0 commit comments

Comments
 (0)