agent-orchestration

Category: Tools & Productivity | Uploader: deepgramdeepgram | Downloads: 0 | Version: v1.0(Latest)

Use when you need to launch and drive other AI agents (Claude Code, Aider, Codex, etc.) through their terminal interfaces via wsh. Examples: "run multiple Claude Code sessions in parallel on different tasks", "feed a task to an AI agent and handle its approval prompts", "coordinate several AI agents working on subtasks of a larger project". --- > **IMPORTANT: EXECUTION CONTEXT** > This skill describes *what to do* — domain patterns and decision-making. > It does NOT describe *how* to call the API. > > 1. **If you have `wsh_*` tools** (check your toolkit for `wsh_send_input`, > `wsh_get_screen`, etc.): use them directly. Operation names in this > skill generally map to tool names (e.g., "send input" → `wsh_send_input`). > When in doubt, list your available `wsh_*` tools. > 2. **If you do NOT have `wsh_*` tools**: you are in HTTP/curl fallback mode. > **DO NOT GUESS endpoints or CLI subcommands.** > Load the full API reference first: search your workspace for > `skills/core/` and read `SKILL.md`. It contains every endpoint > with working curl examples and a bootstrap sequence. > 3. **Quick bootstrap**: `curl -sf --unix-socket ${XDG_RUNTIME_DIR:-/tmp}/wsh/default.http.sock http://localhost/health` > — if that fails: `wsh server -L agent-$$ --ephemeral &` and retry. # wsh:agent-orchestration — Driving AI Agents You can use wsh to launch and drive other AI agents — Claude Code, Aider, Codex, or any AI tool with a terminal interface. This is not science fiction. You spawn the agent in a wsh session, feed it tasks, handle its approval prompts, and review its output. You become a manager of AI workers. ## Why? - **Parallelism.** You can run 5 Claude Code sessions simultaneously, each working on a different task. - **Delegation.** Break a large project into subtasks and assign each to an agent session. - **Specialization.** Different agents have different strengths. Orchestrate the right tool for each job. - **Automation.** Unattended workflows — an a

Changelog: Source: GitHub https://github.com/deepgram/wsh

Directory Structure

Current level: skills/agent-orchestration/

SKILL.md

Login to download/like/favorite ❤ 4 | ★ 0
Comments 0

Please login before commenting.

No comments yet. Be the first one!