examples/swarm is single-iteration on purpose (one tool at a time, no store). Build the next step: an llm that may emit several tool_calls in one turn, a code dispatcher that fans them out in parallel, and a store-backed code collector that waits until every result is in before firing the rebuilt thread back over the loopback edge.
examples/telegram-research shows this shape with real tools; this issue is the minimal credential-free version (deterministic local tool cells) so it can live in the default examples set.
Done when: it runs under the daemon, demonstrates parallel fan-out and fan-in, and has a folder README.
examples/swarmis single-iteration on purpose (one tool at a time, no store). Build the next step: anllmthat may emit several tool_calls in one turn, acodedispatcher that fans them out in parallel, and astore-backedcodecollector that waits until every result is in before firing the rebuilt thread back over the loopback edge.examples/telegram-researchshows this shape with real tools; this issue is the minimal credential-free version (deterministic local tool cells) so it can live in the default examples set.Done when: it runs under the daemon, demonstrates parallel fan-out and fan-in, and has a folder README.