From 285f4648a75ce92ca626a750f787a7bd714913c0 Mon Sep 17 00:00:00 2001 From: neubig Date: Fri, 7 Aug 2026 11:59:15 +0000 Subject: [PATCH 01/14] Add daily-workflow use case with video walkthrough --- docs.json | 1 + openhands/usage/use-cases/daily-workflow.mdx | 203 +++++++++++++++++++ openhands/usage/use-cases/overview.mdx | 7 + 3 files changed, 211 insertions(+) create mode 100644 openhands/usage/use-cases/daily-workflow.mdx diff --git a/docs.json b/docs.json index 8f29093a8..68a4ec6aa 100644 --- a/docs.json +++ b/docs.json @@ -49,6 +49,7 @@ "openhands/usage/use-cases/incident-triage", "openhands/usage/use-cases/cobol-modernization", "openhands/usage/use-cases/dependency-upgrades", + "openhands/usage/use-cases/daily-workflow", "openhands/usage/use-cases/spark-migrations" ] }, diff --git a/openhands/usage/use-cases/daily-workflow.mdx b/openhands/usage/use-cases/daily-workflow.mdx new file mode 100644 index 000000000..ea69edc0f --- /dev/null +++ b/openhands/usage/use-cases/daily-workflow.mdx @@ -0,0 +1,203 @@ +--- +title: Agent-Driven Daily Workflow +description: Orchestrate your entire daily development workflow through AI agents — from triage to task execution to parallel remediation +automation: + icon: list-check + summary: >- + Gather tasks from GitHub and Slack, get a prioritized daily report, and work through issues one by one — all from a single agent conversation. +--- + +