mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +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>
58 lines
2.8 KiB
XML
58 lines
2.8 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: SubAgent Pages: 1 -->
|
|
<svg width="270pt" height="44pt"
|
|
viewBox="0.00 0.00 270.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>SubAgent</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>
|
|
<!-- research -->
|
|
<g id="node3" class="node">
|
|
<title>research</title>
|
|
<ellipse fill="none" stroke="#357f9e" cx="147.98" cy="-18.12" rx="41.45" ry="18"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="147.98" y="-13.1" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#1a1a1a">Research</text>
|
|
</g>
|
|
<!-- start->research -->
|
|
<g id="edge1" class="edge">
|
|
<title>start->research</title>
|
|
<path fill="none" stroke="#666666" d="M71.6,-18.12C78.99,-18.12 86.94,-18.12 94.81,-18.12"/>
|
|
<polygon fill="#666666" stroke="#666666" points="94.68,-21.63 104.68,-18.13 94.68,-14.63 94.68,-21.63"/>
|
|
</g>
|
|
<!-- exit -->
|
|
<g id="node2" class="node">
|
|
<title>exit</title>
|
|
<polygon fill="none" stroke="#357f9e" points="261.68,-36.25 225.43,-36.25 225.43,0 261.68,0 261.68,-36.25"/>
|
|
<polyline fill="none" stroke="#357f9e" points="237.43,-36.25 225.43,-24.25"/>
|
|
<polyline fill="none" stroke="#357f9e" points="225.43,-12 237.43,0"/>
|
|
<polyline fill="none" stroke="#357f9e" points="249.68,0 261.68,-12"/>
|
|
<polyline fill="none" stroke="#357f9e" points="261.68,-24.25 249.68,-36.25"/>
|
|
<text xml:space="preserve" text-anchor="middle" x="243.55" y="-13.1" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#1a1a1a">Exit</text>
|
|
</g>
|
|
<!-- research->exit -->
|
|
<g id="edge2" class="edge">
|
|
<title>research->exit</title>
|
|
<path fill="none" stroke="#666666" d="M189.75,-18.12C197.8,-18.12 206.09,-18.12 213.64,-18.12"/>
|
|
<polygon fill="#666666" stroke="#666666" points="213.62,-21.63 223.62,-18.13 213.62,-14.63 213.62,-21.63"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|