Commit 0228b7f
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 file1 parent 5366538 commit 0228b7f
7 files changed
Lines changed: 1181 additions & 0 deletions
File tree
- apps/docs
- docs/dialects/agentforce
- static/img/agent-script/deep-dive
Lines changed: 665 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Lines changed: 515 additions & 0 deletions
Large diffs are not rendered by default.
0 commit comments