From 3f7e410fc43599d4f067fecfef85ec387fd32daf Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 20 Oct 2025 17:32:23 +0300 Subject: [PATCH] Add link to vimeo --- docs/agents.md | 2 +- examples/ag-ui-research/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/agents.md b/docs/agents.md index 649e128a..935202ec 100644 --- a/docs/agents.md +++ b/docs/agents.md @@ -6,7 +6,7 @@ Three agentic flows are provided by haiku.rag: - Deep QA Agent — multi-agent question decomposition for complex questions - Research Multi‑Agent — a multi‑step, analyzable research workflow -For an interactive example using Pydantic AI and AG-UI, see the [Interactive Research Assistant](https://github.com/ggozad/haiku.rag/tree/main/examples/ag-ui-research) example. +For an interactive example using Pydantic AI and AG-UI, see the [Interactive Research Assistant](https://github.com/ggozad/haiku.rag/tree/main/examples/ag-ui-research) example ([demo video](https://vimeo.com/1128874386)). The demo uses a knowledge base containing haiku.rag's code and documentation. ### Simple QA Agent diff --git a/examples/ag-ui-research/README.md b/examples/ag-ui-research/README.md index 4dd68420..a462ab8b 100644 --- a/examples/ag-ui-research/README.md +++ b/examples/ag-ui-research/README.md @@ -2,6 +2,8 @@ Research assistant powered by [haiku.rag](https://ggozad.github.io/haiku.rag/), [Pydantic AI](https://ai.pydantic.dev/), and [AG-UI](https://docs.ag-ui.com/). Ask complex questions and watch the research process unfold in real-time. +[Watch demo video](https://vimeo.com/1128874386) + ## Features - **Multi-step research workflow**: Question decomposition, search, analysis, and synthesis