From d49cf46181b6ef9fba8f68d8467ae98d3badd015 Mon Sep 17 00:00:00 2001 From: opencode Date: Sun, 9 Aug 2026 17:33:32 +0300 Subject: [PATCH] readme: add search mission GIF (three-view recording) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 042f791..4290111 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ an agent (LLM or scripted) navigates to the beacon and activates it. See `testbed/README.md` for run instructions; `scripts/BUILDLOG.md` for the build log. +## Search challenge + +The agent can also be sent on an autonomous search: an orange triangle is +hidden on the back side of one of the crates, and the model must explore the +room with real vision, spot it, and report it. This recording shows the run +from three angles — the top-down map, the actual first-person frames the +model saw, and its chat/reasoning: + +![search mission](search_mission.gif) + +Regenerate it with `python -m testbed.record_search --provider polza --out search_mission.gif`. + ## Layout ```