From 712b929ab10f9daf0b611712b90bf191539d11d2 Mon Sep 17 00:00:00 2001 From: Federico Kamelhar Date: Fri, 15 May 2026 09:25:26 -0400 Subject: [PATCH] docs(readme): add workbench plug above the fold The Workbench is the fastest way for a first-time visitor to see what locus actually does, but the only mention was a single word in the nav row pointing at the repo source directory. Surface it as its own CTA right below the nav so it's hard to miss, and switch the nav entry to the public docs page instead of the in-repo workbench/ directory. Signed-off-by: Federico Kamelhar --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b3bb2..987f0fb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,13 @@ Multi-agent · DeepAgent · 56 Tutorials · - Workbench + Workbench +

+ +

+ Try every locus pattern in your browser → + Workbench guide
+ Step-by-step setup for the browser playground — run it on localhost in three terminals, or in a single Docker container. Bring your own OpenAI / Anthropic key, or wire up an OCI profile.

---