Skip to content

Example colony: multi-tool agent with store-backed fan-in #2

Description

@mmeyerlein

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions