Start Here

Documentation
Real-time Adaptive Backend System — Internal Technical Reference
Disability South West Ltd
Navigating the Documentation
This repository is organised to guide you from the high-level vision down to the technical implementation details. Read the sections in the order presented below.
1. Project Overview & Governance
This section covers the what and why of the project, including the rules and standards that govern its development.
- 01_Project_Charter_&_Vision.md – Mission, core functions, and overall state of affairs.
- 02_Documentation_Style_Guide.md – Rules for writing and formatting all project documentation.
- 03_Coding_Standards_&_Structure.md – Conventions for source code, commenting, and folder structures.
2. The Brainframe: Cognitive Architecture
This is the heart of Reggie. It details the components that make up the agent's "mind."
- Introduction to the Brainframe – High-level overview of the cognitive core.
- Core Concepts – Foundational principles and safety mechanisms.
- Reasoning & Memory – Data stores that enable Reggie to learn and decide.
- LLM & Prompts – Gateway and templates that manage all AI model interactions.
3. System Implementation
Practical application of the architecture into functional modules and interfaces.
- Core Modules – Breakdowns of key business logic systems like NDIS integration.
- Interfaces & Integrations – How RABS communicates with the outside world via voice, SMS, and other channels.
4. Privacy & Data Protection
The central governance framework for all personal data, biometrics, and privacy obligations across RABS.
- Privacy & Data Protection Framework -- Data classification, anonymisation hierarchy, consent rules, retention schedules, access control matrix, and incident response. Cross-references location tracking, facial recognition, email, and CCTV docs.
5. Development & Deployment
Guides for developers on how to build, test, and deploy RABS.
- 01_System_Independence_Model.md – Explains the resilient, process-separated architecture.
- 02_Shared_Code_Strategy.md – Details the
shared/folder for universal logic. - 03_Deployment_and_Roll-Out_Guide.md – Full CI/CD pipeline and human-in-the-loop safety plan.
- 04_Public_Documentation_Scripts.md – Scripts used to generate the public-facing docs site.