Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ harbor run -p harbor_cookbook/recipes/<name> -a claude-code -m anthropic/claude-

| Name | Description |
|:--|:--|
| [simple&#8209;task](harbor_cookbook/recipes/simple-task/) | Bare-minimum task: one Dockerfile, an instruction, a pytest test, and a reference solution. |
| [multi&#8209;container](harbor_cookbook/recipes/multi-container/) | Adding a companion service (e.g. a REST API) that the agent interacts with over the network. |
| [mcp&#8209;tools](harbor_cookbook/recipes/mcp-tools/) | Agent gets custom tools via an MCP server. |
| [simulated&#8209;user](harbor_cookbook/recipes/simulated-user/) | The agent can ask questions to a simulated user via a tool call. |
| [computer&#8209;use](harbor_cookbook/recipes/computer-use/) | Computer-use task with a virtual desktop and MCP tools for screenshots, clicks, typing, etc. |
| [dns&#8209;blacklisting](harbor_cookbook/recipes/dns-blacklisting/) | Pattern-based hostname blacklisting via a local HTTP gateway with exact, wildcard, and regex rules. |
| [multi&#8209;reward](harbor_cookbook/recipes/multi-reward/) | Multiple verifiers that grade independently and write separate rewards to `reward.json`. |
| [simple&#8209;task](harbor_cookbook/recipes/simple-task/) | Minimal single-container task with a pytest verifier. |
| [multi&#8209;container](harbor_cookbook/recipes/multi-container/) | Docker Compose setup where the agent interacts with a companion service over the network. |
| [mcp&#8209;tools](harbor_cookbook/recipes/mcp-tools/) | Giving the agent custom tools via a FastMCP server in a companion container. |
| [simulated&#8209;user](harbor_cookbook/recipes/simulated-user/) | Agent discovers requirements by talking to a simulated user exposed as an MCP tool. |
| [computer&#8209;use&#8209;ubuntu](harbor_cookbook/recipes/computer-use-ubuntu/) | GUI interaction on an Ubuntu (XFCE4) virtual desktop via screenshot/click/type MCP tools. |
| [computer&#8209;use&#8209;windows](harbor_cookbook/recipes/computer-use-windows/) | GUI interaction on a remote Windows desktop (Daytona) via MCP tools. |
| [dns&#8209;blacklisting](harbor_cookbook/recipes/dns-blacklisting/) | Network-level hostname blacklisting with exact, wildcard, and regex rules. |
| [multi&#8209;reward](harbor_cookbook/recipes/multi-reward/) | Multiple independent verifiers each producing their own score. |

## Optimization Examples

Expand Down
Loading