Commit 1bf195d
committed
Fix 13_hierarchical_agents: restore the demo, stop blocking on serve()
The runtime.run(...) demo was commented out and runtime.serve(ceo) left
uncommented, so the example printed a header and then blocked forever in the
worker loop — it never demonstrated the hierarchy. Every sibling example keeps
serve() commented under "Production pattern".
Uncommented the run, commented serve(), and reflowed the prompt off a single
200-character line.
Verified: COMPLETED in 25 tasks, both branches delegated —
ceo -> engineering_lead, ceo -> marketing_lead.1 parent 733fec7 commit 1bf195d
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
124 | | - | |
| 127 | + | |
0 commit comments