agent-activity
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Worker-pool stage-1 modules. Placeholder: this move relocates the scripts; the skill's documentation is not written yet.
$ npx -y skills add sonichi/sutando --skill worker-pool --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/worker-poolContext preview
The summary Claude sees to decide when to auto-load this skill.
Worker-pool stage-1 modules. Placeholder: this move relocates the scripts; the skill's documentation is not written yet.
name: worker-pool description: "Worker-pool stage-1 modules. Placeholder: this move relocates the scripts; the skill's documentation is not written yet." user-invocable: false
**Placeholder.** `CONTRIBUTING.md` requires a `SKILL.md` beside `scripts/`; this file satisfies that and nothing more.
Stage-1 modules for the worker pool live in `scripts/`. Only `resolve_inbox_entry.py` has a production caller — the core watcher execs its `resolve-inbox-entry` wrapper as `$SUTANDO_INBOX_RESOLVER`; the rest are imported only by their suites:
$ grep -rnE 'pool_roster|worker_identity|pool_delivery' src/ scripts/ (no output) $ grep -rlE 'pool_roster|worker_identity|pool_delivery' tests/ tests/skills/worker-pool/pool-bindings-roster.test.py tests/skills/worker-pool/pool-delivery.test.py tests/skills/worker-pool/worker-identity-records.test.py
Their suites are at `tests/skills/worker-pool/`, under the mandatory root every runner already globs.
The design document these modules implement is **not on `main`** — it lands via sonichi/sutando#4041. `pool_delivery.py`'s header cites `docs/worker-pool-design.md` by path; that reference is inherited from before this move and is dead until #4041 merges. Until then the modules' own headers and their suites are the authoritative description.
Describing what each module owns is deliberately left to the PR that wires the pool into the core, where the descriptions can be checked against a caller.
Suites live at `tests/skills/worker-pool/`.
My AI Stand — Realtime by Day, Rewriting Itself by Night. Summon my AI superpower. Voice, vision, screen, meetings, calls when I'm engaged. Learns my patterns, ships its own code when I'm not. Runs across my Macs, interacts with people & their Stands.
Repo: sonichi/sutando
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Local Agent Registry — a standalone, dependency-free service that tracks running Claude Code (and other) agent instances. Agents self-register on startup and…
**Prefer the `ag2-space` MCP tools when they are connected and the room exposes them** — availability is per-room and per-actor, so check…
Deterministic final-answer normalizer — a last-step pass for any task that ends in a *precise* answer (a number, a short string, a comma-list). Applies the…
Transcribes audio files and voice notes to text via Gemini 2.5-flash. Integrates with Slack, Discord, and Telegram bridges so voice clips surface as readable…
Act back on the owner's Bee wearable — the TOOL half of the Bee integration (channels-vs-tools split). The Bee CHANNEL (ag2-sparrow's `sources/bee.py` watcher)…