From 0ba27bde60ef24efd1c10509e37e835395c77d7b Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Apr 2026 18:09:10 +0000 Subject: [PATCH 1/3] Add Vidhai AI Farm Planner to showcase Adds the Vidhai application to the Apps section of the showcase. Vidhai is an AI-driven farm planning app for smallholder farmers in Tamil Nadu, built with Mesop and Google ADK. Closes #1386 https://claude.ai/code/session_015AsdWQbYY5KDPxC7H93To6 --- showcase/main.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/showcase/main.py b/showcase/main.py index e38ec8dbd..e23e35d58 100644 --- a/showcase/main.py +++ b/showcase/main.py @@ -101,6 +101,14 @@ class Section: github_url="https://github.com/richard-to/mesop-jeopardy", github_username="richard-to", ), + Resource( + title="Vidhai - AI Driven Farm Planner", + description="AI-driven farm planning app for smallholder farmers in Tamil Nadu. Built with Mesop and Google ADK, it uses generative AI and semantic search to guide farms toward regenerative agroforestry.", + app_url="https://vidhai.sankalp.life/", + img_url="https://github.com/user-attachments/assets/586c5b1e-7179-4dbc-82f1-e78ec72c432d", + github_url="", + github_username="justsankalp", + ), ], ), Section( From 5bf53e5d998ff907bb2f9a64f306d85931841042 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Apr 2026 20:15:11 +0000 Subject: [PATCH 2/3] Move Mesop Prompt Tuner from Featured to Apps section https://claude.ai/code/session_015AsdWQbYY5KDPxC7H93To6 --- showcase/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/showcase/main.py b/showcase/main.py index e23e35d58..cc45a3ea4 100644 --- a/showcase/main.py +++ b/showcase/main.py @@ -42,6 +42,12 @@ class Section: app_url="https://huggingface.co/spaces/wwwillchen/mesop-duo-chat", img_url="https://github.com/user-attachments/assets/107afb9c-f08c-4f27-bd00-e122415c069e", ), + ], + ), + Section( + name="Apps", + icon="computer", + resources=[ Resource( title="Mesop Prompt Tuner", description="Prompt tuning app heavily inspired by Anthropic Console Workbench.", @@ -50,12 +56,6 @@ class Section: github_url="https://github.com/richard-to/mesop-prompt-tuner", github_username="richard-to", ), - ], - ), - Section( - name="Apps", - icon="computer", - resources=[ Resource( title="Mesop Arena", description="Rate generated images head-to-head. Includes ELO leaderboard and voting history.", From d4b933d55bebcc9be4750479363d2a59dd34f5ec Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Apr 2026 20:16:53 +0000 Subject: [PATCH 3/3] Reorder showcase: Vidhai to Featured 3rd, Prompt Tuner to Apps 4th https://claude.ai/code/session_015AsdWQbYY5KDPxC7H93To6 --- showcase/main.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/showcase/main.py b/showcase/main.py index cc45a3ea4..f1fdd1a72 100644 --- a/showcase/main.py +++ b/showcase/main.py @@ -42,20 +42,20 @@ class Section: app_url="https://huggingface.co/spaces/wwwillchen/mesop-duo-chat", img_url="https://github.com/user-attachments/assets/107afb9c-f08c-4f27-bd00-e122415c069e", ), + Resource( + title="Vidhai - AI Driven Farm Planner", + description="AI-driven farm planning app for smallholder farmers in Tamil Nadu. Built with Mesop and Google ADK, it uses generative AI and semantic search to guide farms toward regenerative agroforestry.", + app_url="https://vidhai.sankalp.life/", + img_url="https://github.com/user-attachments/assets/586c5b1e-7179-4dbc-82f1-e78ec72c432d", + github_url="", + github_username="justsankalp", + ), ], ), Section( name="Apps", icon="computer", resources=[ - Resource( - title="Mesop Prompt Tuner", - description="Prompt tuning app heavily inspired by Anthropic Console Workbench.", - app_url="https://huggingface.co/spaces/richard-to/mesop-prompt-tuner", - img_url="https://github.com/user-attachments/assets/2ec6cbfb-c28b-4f60-98f9-34bfca1f6938", - github_url="https://github.com/richard-to/mesop-prompt-tuner", - github_username="richard-to", - ), Resource( title="Mesop Arena", description="Rate generated images head-to-head. Includes ELO leaderboard and voting history.", @@ -77,6 +77,14 @@ class Section: github_url="https://github.com/mandieq/retail_embeddings", github_username="mandieq", ), + Resource( + title="Mesop Prompt Tuner", + description="Prompt tuning app heavily inspired by Anthropic Console Workbench.", + app_url="https://huggingface.co/spaces/richard-to/mesop-prompt-tuner", + img_url="https://github.com/user-attachments/assets/2ec6cbfb-c28b-4f60-98f9-34bfca1f6938", + github_url="https://github.com/richard-to/mesop-prompt-tuner", + github_username="richard-to", + ), Resource( title="Mesop Jeopardy Live", description="Jeopardy using Gemini Multimodal Live API (audio/text).", @@ -101,14 +109,6 @@ class Section: github_url="https://github.com/richard-to/mesop-jeopardy", github_username="richard-to", ), - Resource( - title="Vidhai - AI Driven Farm Planner", - description="AI-driven farm planning app for smallholder farmers in Tamil Nadu. Built with Mesop and Google ADK, it uses generative AI and semantic search to guide farms toward regenerative agroforestry.", - app_url="https://vidhai.sankalp.life/", - img_url="https://github.com/user-attachments/assets/586c5b1e-7179-4dbc-82f1-e78ec72c432d", - github_url="", - github_username="justsankalp", - ), ], ), Section(