From 60986eec9d82d88a692be4bd7e31ebb9a2047b76 Mon Sep 17 00:00:00 2001 From: Lasse Server Date: Mon, 3 Aug 2026 14:30:18 +0200 Subject: [PATCH] Distinguish plenum from the one site running it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The README opened with "It runs in production as rixdagen.se", which reads as though this repository is that website — or that cloning it gets you a copy of it. Neither is true: rixdagen.se is a fork with its own configuration and server setup, and plenum is software you run against your own parliament. Now says so, and explains why Sweden is here at all: it is the instance the project is tested against, so its config, ingest adapter and prompts ship as the worked example to copy from. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bf44bf..8de4663 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,14 @@ with full-text and vector indexes, then puts three things on top: - **Deep research.** A background agent that proposes research threads, digs into each one, and produces a report with citations. -It runs in production as [rixdagen.se](https://rixdagen.se) over the Swedish -Riksdag. The Swedish configuration ships here as the worked example; everything -country-specific lives in one file. +plenum is the software, not a website. You run your own instance against your own +parliament's data. + +One instance exists today: [rixdagen.se](https://rixdagen.se), covering the Swedish +Riksdag. It is a fork of this repository — the same code, plus its own configuration +and server setup — and it is what the project is tested against. Sweden therefore +ships here as the worked example: a complete `parliament.yaml`, a working ingest +adapter, and prompts in Swedish. Copy those as the starting point for your own. > **Grounding is the point.** This is a tool for journalists and researchers, so an > answer that cannot be traced to a source is a bug, not a rough edge. If you change