A small showcase colony under examples/: a web_fetch tool cell pulls a URL, an llm cell summarizes the body, the summary lands somewhere visible (the trace, or a store).
Use examples/swarm and examples/hello as the template. Keep it small and runnable under the daemon on a fresh build. Add a short folder README in the repo voice (no em-dashes).
Good first issue because it touches no Rust: config.json trees plus one code cell, and it teaches the core model (cells are dumb, edges route).
Done when: meclaw --root ./examples/<name> --validate passes and the colony runs under --daemon.
A small showcase colony under
examples/: aweb_fetchtool cell pulls a URL, anllmcell summarizes the body, the summary lands somewhere visible (the trace, or astore).Use
examples/swarmandexamples/helloas the template. Keep it small and runnable under the daemon on a fresh build. Add a short folder README in the repo voice (no em-dashes).Good first issue because it touches no Rust: config.json trees plus one
codecell, and it teaches the core model (cells are dumb, edges route).Done when:
meclaw --root ./examples/<name> --validatepasses and the colony runs under--daemon.