mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
- Add SVG workflow diagrams for all tutorials and examples - Fill in NLSpec Convergence and Semantic Port example content - Add Solitaire example workflow - Add error handling sections to tools and subagents docs - Add context compaction and artifact offloading to context docs - Add credential redaction note to observability docs - Add workflow diagram Frame references to tutorials Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
59 lines
3 KiB
XML
59 lines
3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<!-- Generated by graphviz version 14.1.2 (20260124.0452)
|
|
-->
|
|
<!-- Title: Hello Pages: 1 -->
|
|
<svg width="255pt" height="44pt"
|
|
viewBox="0.00 0.00 255.00 44.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<style>
|
|
@media (prefers-color-scheme: dark) {
|
|
[fill="#1a1a1a"] { fill: #e5e5e5; }
|
|
[fill="#666666"] { fill: #aaaaaa; }
|
|
[stroke="#666666"] { stroke: #aaaaaa; }
|
|
[stroke="#999999"] { stroke: #777777; }
|
|
}
|
|
</style>
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 40.25)">
|
|
<title>Hello</title>
|
|
<!-- start -->
|
|
<g id="node1" class="node">
|
|
<title>start</title>
|
|
<polygon fill="none" stroke="#357f9e" points="35.26,-36.12 0,-18.13 35.26,-0.13 70.52,-18.12 35.26,-36.12"/>
|
|
<polyline fill="none" stroke="#357f9e" points="10.69,-23.58 10.69,-12.67"/>
|
|
<polyline fill="none" stroke="#357f9e" points="24.57,-5.58 45.95,-5.58"/>
|
|
<polyline fill="none" stroke="#357f9e" points="59.83,-12.67 59.83,-23.58"/>
|
|
<polyline fill="none" stroke="#357f9e" points="45.95,-30.67 24.57,-30.67"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="35.26" y="-13.1" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#1a1a1a">Start</text>
|
|
</g>
|
|
<!-- compose -->
|
|
<g id="node3" class="node">
|
|
<title>compose</title>
|
|
<polygon fill="none" stroke="#357f9e" points="174.27,-36.12 118.52,-36.12 118.52,-40.12 106.52,-40.12 106.52,-0.12 174.27,-0.12 174.27,-36.12"/>
|
|
<polyline fill="none" stroke="#357f9e" points="106.52,-36.12 118.52,-36.12"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="140.4" y="-13.1" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#1a1a1a">Compose</text>
|
|
</g>
|
|
<!-- start->compose -->
|
|
<g id="edge1" class="edge">
|
|
<title>start->compose</title>
|
|
<path fill="none" stroke="#666666" d="M71.47,-18.12C78.91,-18.12 86.85,-18.12 94.59,-18.12"/>
|
|
<polygon fill="#666666" stroke="#666666" points="94.58,-21.63 104.58,-18.13 94.58,-14.63 94.58,-21.63"/>
|
|
</g>
|
|
<!-- exit -->
|
|
<g id="node2" class="node">
|
|
<title>exit</title>
|
|
<polygon fill="none" stroke="#357f9e" points="246.52,-36.25 210.27,-36.25 210.27,0 246.52,0 246.52,-36.25"/>
|
|
<polyline fill="none" stroke="#357f9e" points="222.27,-36.25 210.27,-24.25"/>
|
|
<polyline fill="none" stroke="#357f9e" points="210.27,-12 222.27,0"/>
|
|
<polyline fill="none" stroke="#357f9e" points="234.52,0 246.52,-12"/>
|
|
<polyline fill="none" stroke="#357f9e" points="246.52,-24.25 234.52,-36.25"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="228.4" y="-13.1" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#1a1a1a">Exit</text>
|
|
</g>
|
|
<!-- compose->exit -->
|
|
<g id="edge2" class="edge">
|
|
<title>compose->exit</title>
|
|
<path fill="none" stroke="#666666" d="M174.4,-18.12C182.36,-18.12 190.8,-18.12 198.55,-18.12"/>
|
|
<polygon fill="#666666" stroke="#666666" points="198.48,-21.63 208.48,-18.13 198.48,-14.63 198.48,-21.63"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|