From b79a7886ab5cfa5ad1075e1e6004504f3fa39026 Mon Sep 17 00:00:00 2001 From: benediktstroebl Date: Mon, 23 Mar 2026 19:07:25 -0700 Subject: [PATCH] Update README recipe table to match current recipes --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 18c733d..9953160 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,14 @@ harbor run -p harbor_cookbook/recipes/ -a claude-code -m anthropic/claude- | Name | Description | |:--|:--| -| [simple‑task](harbor_cookbook/recipes/simple-task/) | Bare-minimum task: one Dockerfile, an instruction, a pytest test, and a reference solution. | -| [multi‑container](harbor_cookbook/recipes/multi-container/) | Adding a companion service (e.g. a REST API) that the agent interacts with over the network. | -| [mcp‑tools](harbor_cookbook/recipes/mcp-tools/) | Agent gets custom tools via an MCP server. | -| [simulated‑user](harbor_cookbook/recipes/simulated-user/) | The agent can ask questions to a simulated user via a tool call. | -| [computer‑use](harbor_cookbook/recipes/computer-use/) | Computer-use task with a virtual desktop and MCP tools for screenshots, clicks, typing, etc. | -| [dns‑blacklisting](harbor_cookbook/recipes/dns-blacklisting/) | Pattern-based hostname blacklisting via a local HTTP gateway with exact, wildcard, and regex rules. | -| [multi‑reward](harbor_cookbook/recipes/multi-reward/) | Multiple verifiers that grade independently and write separate rewards to `reward.json`. | +| [simple‑task](harbor_cookbook/recipes/simple-task/) | Minimal single-container task with a pytest verifier. | +| [multi‑container](harbor_cookbook/recipes/multi-container/) | Docker Compose setup where the agent interacts with a companion service over the network. | +| [mcp‑tools](harbor_cookbook/recipes/mcp-tools/) | Giving the agent custom tools via a FastMCP server in a companion container. | +| [simulated‑user](harbor_cookbook/recipes/simulated-user/) | Agent discovers requirements by talking to a simulated user exposed as an MCP tool. | +| [computer‑use‑ubuntu](harbor_cookbook/recipes/computer-use-ubuntu/) | GUI interaction on an Ubuntu (XFCE4) virtual desktop via screenshot/click/type MCP tools. | +| [computer‑use‑windows](harbor_cookbook/recipes/computer-use-windows/) | GUI interaction on a remote Windows desktop (Daytona) via MCP tools. | +| [dns‑blacklisting](harbor_cookbook/recipes/dns-blacklisting/) | Network-level hostname blacklisting with exact, wildcard, and regex rules. | +| [multi‑reward](harbor_cookbook/recipes/multi-reward/) | Multiple independent verifiers each producing their own score. | ## Optimization Examples