TheDocumentation Index
Fetch the complete documentation index at: https://docs.brainworkup.org/llms.txt
Use this file to discover all available pages before exploring further.
neurotyp-luria extension is Luria Voice’s AI-assisted report format. At version 0.1.0 it targets what the project calls “LLM-templated patients” — evaluation reports where narrative sections are drafted or refined by a locally running large language model rather than written entirely by hand. The extension integrates with Ollama, a local inference server, so patient data never leaves your machine.
What “LLM-templated patients” means
In standard Luria Voice usage you write every narrative sentence yourself, using the R package functions fromcingulate to generate score tables and visualisations. With neurotyp-luria, you can instead provide structured patient data — test scores, demographics, referral question — and let a locally hosted LLM draft the prose narrative for each cognitive domain section. You then review, edit, and approve the output before finalising the report.
This workflow is named after Alexander Luria, the Soviet neuropsychologist who pioneered qualitative, hypothesis-driven assessment. The Luria approach emphasises interpretation over rote score reporting — an orientation that aligns well with LLM-assisted narrative drafting, where the clinician’s conceptual framing guides the generation and editing process.
Prerequisites
Theneurotyp-luria extension requires a local Ollama installation to generate narrative sections. Install Ollama from ollama.com and pull a model before rendering.
Install the extension
- New project
- Existing project
Scaffold a new project from the template.
Render a report
Configure the report
Complete the front matter intemplate.qmd as you would for any other format.
Luria methodology in Luria Voice
Alexander Luria’s approach to neuropsychological assessment moves away from fixed batteries and norm-referenced interpretation toward hypothesis-driven, qualitative analysis. A Luria-style report integrates test performance with behavioral observation, developmental history, and a coherent conceptual account of the patient’s neurocognitive profile.neurotyp-luria supports this methodology in two practical ways:
- Flexible section composition — include only the domain partials relevant to your hypothesis about this patient, rather than reporting every subtest in a standardised order.
- LLM-assisted narrative drafting — use the Ollama integration to generate an initial Luria-style interpretive narrative from structured score data, then refine it to match your clinical formulation.
Add cognitive domain sections
Edit_domains_to_include.qmd to include only the domains central to your clinical hypothesis for this patient.