-
Notifications
You must be signed in to change notification settings - Fork 1
Research Overview
Navigation: Home > Pages
This directory contains research papers, draft manuscripts, architectural analyses, and design documents for ThemisDB development.
| Cluster | Canonical Location | Scope | Canonical? |
|---|---|---|---|
| Papers | research/papers/ |
Curated scientific sources with module/version status | β |
| Drafts / WIP |
research/*_DRAFT.md (top-level legacy) |
Working manuscripts and exploration notes | |
| Experiments | research/experiments/ |
Reproducible validation runs and benchmark protocols | β |
| Architecture | research/architecture_decisions/ |
ADR records for accepted/proposed decisions | β |
| Implementation Influence | research/implementation_influence/ |
Research β module/version traceability matrix | β |
-
ACTIVE_DRAFT: aktuell bearbeitet, kein kanonischer Ersatz vorhanden. -
SUPERSEDED_DRAFT: durch ein neueres/reiferes Dokument ersetzt; nur noch Referenz. -
ARCHIVE_CANDIDATE: veraltet, ohne aktive Weiterentwicklung; bei nΓ€chster Bereinigung in Archiv verschieben.
| Legacy Draft | Status | Canonical Successor |
|---|---|---|
THEMIS_MULTIMODEL_INDEX_EVALUATION.md |
SUPERSEDED_DRAFT |
THEMIS_MULTIMODEL_INDEX_EVALUATION_V2.md |
LLM_INTEGRATION_SCIENTIFIC_FOUNDATIONS_DRAFT.md |
SUPERSEDED_DRAFT |
LLM_INTEGRATION_SCIENTIFIC_FOUNDATIONS.md |
GPU_VECTOR_INDEXING_RESEARCH_DRAFT.md |
SUPERSEDED_DRAFT |
GPU_VECTOR_INDEXING_RESEARCH.md |
PRODUCT_QUANTIZATION_RESEARCH_DRAFT.md |
SUPERSEDED_DRAFT |
PRODUCT_QUANTIZATION_RESEARCH.md |
-
research/implementation_influence/by_module.md(source-to-module mapping) -
research/implementation_influence/by_version.md(source-to-release mapping) -
src/rag/README.md,src/prompt_engineering/README.md,src/search/README.md(module-level implementation context)
Papers in research/*.tex can be compiled locally with a standard
TeX distribution (TeX Live 2022+ or MiKTeX 22+):
# From the research/ directory:
cd research/
# Full build with bibliography (run twice for cross-references):
pdflatex boltzmann_flare_rag_monitoring.tex
bibtex boltzmann_flare_rag_monitoring
pdflatex boltzmann_flare_rag_monitoring.tex
pdflatex boltzmann_flare_rag_monitoring.tex
# Output: boltzmann_flare_rag_monitoring.pdfRequired LaTeX packages (all included in TeX Live full):
amsmath, amssymb, amsthm, booktabs, hyperref,
natbib, algorithm, algpseudocode, geometry, microtype,
enumitem, array, multirow, xcolor.
Quick check (missing packages):
pdflatex -interaction=nonstopmode boltzmann_flare_rag_monitoring.tex \
| grep "! LaTeX Error"-
boltzmann_flare_rag_monitoring.texβ Boltzmann-Inspired Observability for AI Inference and RAG Pipelines: Energy-Entropy Monitoring, FLARE Parallels, and Correlation Analysis. Proposes a statistical-mechanical observability layer deriving entropy$H$ , effective candidate count$N_\text{eff}$ , energy gap, and free-energy proxy$\Phi$ from retrieval score distributions. Structural comparison table FLARE vs. Boltzmann layer. ThemisDB AQL integration examples, performance SLO hypotheses, evaluation protocol. Bibliography:bib/boltzmann_flare_rag_monitoring.bib. Related architecture draft: [[docs/architecture/boltzmann_observability_draft.md|Architecture-boltzmann-observability-draft]]. Performance expectations:docs/performance/boltzmann_observability_expectations.md.
-
ETHICS_AI_YAML_DISCOURSE_ENGINE_PAPER_DRAFT.md β Declarative Multi-Philosophy Ethical Reasoning in Database-Native AI Systems: YAML-Configured Ethics Schools and Structured Discourse in ThemisDB (v0.4). Target: arXiv cs.AI / cs.CY. Central pattern: Inference Trifecta β RAG (7 AQL patterns) + Ethical Monocle (YAMLβPromptScaffold, formal construction function
M(P,T_budget)) + LoRA Judge (school-aware faithfulness evaluator, RLAIF loop). All principle citations grounded in actualplugins/ethics_ai/philosophies/YAML files:kant:kategorischer_imperativ,kant:selbstzweck,utilitarianism:greatest_happiness,contractualism:original_position/reasonable_rejection,lebensphilosophie_nietzsche:will_to_power,socratic:socratic_method. Appendix B: direct YAML excerpts from 5 profiles. Schema note:nietzsche.yamlusesschool:(notschool_id:) and map-style theses β both documented. 34 references, 5 RQs, 3 hypotheses, W1βW6 workloads, Tables R1βR4, 4-stage production path.
- THEMISDB_SYSTEM_PAPER_ARXIV_2026.md β ThemisDB: An ACID-Compliant Multi-Model Database with Native AI/LLM Integration (v0.2). Target: arXiv cs.DB Β· VLDB 2027. Covers all four architectural tiers, ACID-constrained RAG pipeline, autonomous LoRA lifecycle (4-loop RLAIF), prompt engineering, 18 evidence IDs, 8 workloads (W1βW8), 23 references (IEEE+DOI), Figures 1β5 (ASCII schematics). Measured baselines: Graph 1.177 M ops/s β , TS 61.0 M pts/s β , AQL P99 9.67 ms β . Open: W5 isolationΓfaithfulness empirical run, GPU benchmarks, multi-node distributed benchmark.
- THEMIS_MULTIMODEL_INDEX_EVALUATION_V2.md β v1.0 full scientific paper: ThemisDB multi-model database β nine individualized index families (HNSW, B-tree, IVF+PQ, Graph, R-tree+Z-order, Inverted, RMI, MRL, Adaptive Advisor), formal system evaluation protocol (W1/W2/W3 workloads, 6 RQs, 12 hypotheses with acceptance criteria), operational risk model (10 failure modes, security threat model, concurrency table), threats to validity, 24 references with DOIs, full traceability appendix. arXiv cs.DB / VLDB-ready.
- THEMIS_MULTIMODEL_INDEX_EVALUATION.md β ThemisDB multi-model database: individual index methods (HNSW, B-tree, RMI, R-tree, MRL, IVF+PQ, Graph, Inverted, Adaptive), system evaluation (latency SLA, ANN recall, QPS), and operational risk model β repository-grounded, arXiv-structured draft (v0.1)
- THEMIS_RAID_SHARDING_EVALUATION_AND_RISK.md β Systematic evaluation and risk analysis of the ThemisDB RAID-sharding system: 20-item risk taxonomy (5 dimensions), 9 Related Work subsections, full topology reference (7 RAID modes, 3 EC algorithms, consistent-hash ring, quorum model, geo-distribution), CAP/PACELC positioning table, quorum availability model, 6 fault-injection workloads, 40 references (v0.3)
- DB_NATIVE_RAG_EVALUATION_PAPER_DRAFT.md β Includes RQ/Hypotheses, reporting-table plan, Threats to Validity, and claim-to-evidence appendix
- HYBRID_ANN_RETRIEVAL_SYSTEMS_PAPER_DRAFT.md β Includes RQ/Hypotheses, planner evaluation matrix, Threats to Validity, and claim-to-evidence appendix
- LORA_QLORA_DATABASE_NATIVE_OPERATIONS_PAPER_DRAFT.md β Includes RQ/Hypotheses, lifecycle evaluation matrix, Threats to Validity, and claim-to-evidence appendix
- DB_NATIVE_LLM_SERVING_OPTIMIZATION_PAPER_DRAFT.md β Includes RQ/Hypotheses, serving policy evaluation matrix, Threats to Validity, and claim-to-evidence appendix
- DISTRIBUTED_ACID_MULTIMODEL_AI_DATABASE_PAPER_DRAFT.md β Includes RQ/Hypotheses, distributed fault-evaluation matrix, Threats to Validity, and claim-to-evidence appendix
- RAID_SHARDING_LLM_DISTRIBUTED_INFERENCE.md β Includes RQ/Hypotheses, formal validity threats, claim-to-evidence appendix, and submission readiness checklist
- QUERY_ENGINE_AQL_GRAPHQL_UNIFICATION_DRAFT.md β Includes codebase finding that AQL/GraphQL are already inherently embedded, plus consolidation design (shared IR/cost model), validity, traceability, and readiness checklist
- (To be added)
- THEMIS_MULTIMODEL_INDEX_EVALUATION.md β Multi-model database index methods (nine families: HNSW, B-tree, RMI, R-tree, MRL, IVF+PQ, Graph, Inverted, Adaptive), system evaluation, and risk model
- DB_NATIVE_RAG_EVALUATION_PAPER_DRAFT.md β ACID-constrained, database-native RAG with integrated quality evaluation
- HYBRID_ANN_RETRIEVAL_SYSTEMS_PAPER_DRAFT.md β Cost-aware hybrid ANN retrieval with HNSW/FAISS and planner integration
- LORA_QLORA_DATABASE_NATIVE_OPERATIONS_PAPER_DRAFT.md β Operational lifecycle and SLO-focused study for LoRA/QLoRA in DB runtime
- DB_NATIVE_LLM_SERVING_OPTIMIZATION_PAPER_DRAFT.md β Paged KV-cache, continuous batching, and speculative decoding in DB-native serving
- DISTRIBUTED_ACID_MULTIMODEL_AI_DATABASE_PAPER_DRAFT.md β Distributed ACID multi-model AI database architecture and trade-off evaluation plan
- RAID_SHARDING_LLM_DISTRIBUTED_INFERENCE.md β RAID sharding strategy and LLM distributed inference integration
- ACID_CONSTRAINED_RAG_DRAFT.md β ACID transaction semantics + RAG integration with measured benchmarks
- SERIALIZABLE_RAG_UNDER_CONTENTION_DRAFT.md β Isolation-aware RAG quality/latency trade-offs under contention
- QUERY_ENGINE_AQL_GRAPHQL_UNIFICATION_DRAFT.md β Unified query engine for AQL and GraphQL (submission-structured: RQ/Hypotheses, methodology, validity, traceability, readiness checklist)
- GOSSIP_AWARE_LORA_ROUTING_DRAFT.md β Federated LoRA routing via epidemic gossip protocols (submission-structured: RQ/Hypotheses, validity, traceability, readiness checklist)
- GOSSIP_DRIVEN_LORA_DOMAIN_ROUTING_DRAFT.md β Domain-aware LoRA routing with capability gossip and failover (submission-structured: RQ/Hypotheses, validity, traceability, readiness checklist)
- THEMIS_RAID_SHARDING_EVALUATION_AND_RISK.md β Systematic evaluation and risk analysis of the Themis RAID-sharding system (20-item risk taxonomy, full topology reference [7 RAID modes, 3 EC algorithms, consistent-hash ring, quorum model, geo-distribution], CAP/PACELC positioning, 6 fault-injection workloads, 40 references β v0.3)
- THEMIS_IT_IS_OKAY_TO_FAIL.md β Retrospektive zu Fehlentwicklungen, Fehlannahmen und Fehlentscheidungen in ThemisDB mit Korrekturprogramm und VollstΓ€ndigkeitsregister. v0.7: ~98 Befunde (Kategorien AβJ), Abschnitt XI mit wissenschaftlichem Kontext (24 externe PrimΓ€rquellen: Lu et al. 2008, Cook 1998, Lamport 2001, Dong/RocksDB 2021 u.a.) und Literaturverzeichnis.
- LLM_PROCESSING_OPTIMIZATION_PATTERNS.md β Inference optimization patterns from llama.cpp (batching, speculative decoding, KV-cache)
- CONTINUOUS_BATCHING_DATABASE_NATIVE_LLM_DRAFT.md β Scheduler/KV cache trade-offs for DB-native LLM serving
- COST_AWARE_HYBRID_RETRIEVAL_PLANNING_AQL_DRAFT.md β Cost-based plan selection for lexical+vector+graph retrieval
- LLM_INTEGRATION_SCIENTIFIC_FOUNDATIONS_DRAFT.md β ArXiv-structured migration of LLM integration foundations from research/
- GPU_VECTOR_INDEXING_RESEARCH_DRAFT.md β ArXiv-structured migration of GPU vector indexing research from research/
- PRODUCT_QUANTIZATION_RESEARCH_DRAFT.md β ArXiv-structured migration of PQ research from research/
- HFT_RAG_LLM_THEMISDB_TRADING_ORCHESTRATION_ARXIV_2026.md β RAG-LLM-orchestrated high-frequency trading on ThemisDB: multi-modal financial signal processing (news, central bank comms, geopolitical risk, social media), latency budget analysis (sub-200 ms RAG loop), regulatory feasibility (MiFID II, SEC 15c3-5, EU AI Act), 31-paper related work survey, 6 open research questions (cs.AI / q-fin.TR / cs.DB)
- (See drafts above for current work-in-progress topics)
- ARXIV_QUERY_STRATEGY_TOP4_2026-04-19.md β Pre-search strategy and query protocol for four prioritized paper drafts
- ARXIV_PAPER_TEMPLATE.md β Canonical paper template (derived from RAID paper structure) for future arXiv-ready drafts
-
Naming Convention: Use descriptive, topic-focused filenames (e.g.,
TOPIC_ARCHITECTURE_ANALYSIS.md). -
Structure: Begin with abstract, include implementation evidence from repo, add measured benchmarks where applicable.
- Use ARXIV_PAPER_TEMPLATE.md as the default structure for all new papers.
- Evidence Anchors: Reference actual code files, test cases, and benchmark harnesses with line numbers.
- Versioning: Track paper version/status in frontmatter or first section.
- Commit Early: Papers must be committed to git to persist across sessions. Do not rely on working-tree-only edits.
For manuscripts targeting submission readiness, include these sections explicitly:
- Research Questions and Hypotheses (3 RQs + 2 testable hypotheses)
- Reporting Tables and Figure Plan in Results
- Threats to Validity (internal, construct, external)
- Claim-to-Evidence Traceability appendix
- Submission Readiness Checklist with open/closed items
Papers should include version and status information:
- Status: Draft, In Review, Submitted, Published
- Last Updated: Date of most recent meaningful update
- Target Venue: (if applicable) VLDB, SIGMOD, ICDE, etc.
Last Updated: 2026-04-20 (THEMIS_IT_IS_OKAY_TO_FAIL v0.7: Section XI + Bibliography added)
| Directory | Purpose |
|---|---|
papers/ |
External scientific papers influencing ThemisDB algorithms |
best_practices/ |
Engineering patterns from open-source & industry |
architecture_decisions/ |
ADR-style records of design choices |
implementation_influence/ |
Cross-reference: source β module β version |
stand_der_technik/ |
Quarterly state-of-the-art landscape reviews |
experiments/ |
Experimental results and benchmarks |
schema/ |
Schema examples and YAML references |
π New contributor? Start with RESEARCH_GUIDE.md.
ThemisDB 1.9.0-beta Β· Home Β· Module-Index Β· GitHub Β· Issues
ThemisDB 1.9.0-beta Β· Home Β· Wiki-Index Β· Module-Index Β· FAQ Β· Quick-Reference Β· GitHub Β· Issues Β· Discussions Β· License
- Home
- Hero Articles
- All Wiki Pages
- FAQ
- Edition Comparison
- Repository README
- Changelog
- Roadmap
- Versioning
- Integration Mapping
- Overview
- Readme
- Appendix D Feature Status
- Appendix E Incident Runbooks
- Appendix F AQL Cheatsheet
- Appendix G Configuration
- Appendix H Glossary
- Appendix I Troubleshooting
- Appendix Literatur
- Chapter 00 Genesis
- Chapter 01 Introduction
- Chapter 02 Architecture
- Chapter 03 Multimodel
- Chapter 04 Installation
- Chapter 05 Relational
- Chapter 06 Graph
- Chapter 07 Document
- Chapter 08 Storage Layer
- Chapter 08 Vector
- Chapter 09 Timeseries
- Chapter 10 Enterprise
- Chapter 11 Realtime
- Chapter 12 Computervision
- Chapter 13 Fulltext
- Chapter 14 Geospatial
- Chapter 15 Analytics
- Chapter 16 Ml
- Chapter 16 Sharding
- Chapter 17 LLM Integration
- Chapter 17 Scaling
- Chapter 18 HA
- Chapter 18 Ml
- Chapter 19 Monitoring
- Chapter 19 Monitoring Observability
- Chapter 20 Backup
- Chapter 20 Performance
- Chapter 21 Auth
- Chapter 21 Performance
- Chapter 22 Clients
- Chapter 22 Encryption
- Chapter 23 Testing Qa
- Chapter 24 Ai Ethics
- Chapter 25 Devops Infrastructure
- Chapter 26 Migration Legacy
- Chapter 27 Troubleshooting
- Chapter 28 AQL Reference
- Chapter 29 Analytics Process Mining
- Chapter 30 Deployment Operations
- Chapter 31 API Protocols
- Chapter 32 API Design Rest Principles
- Chapter 32 AQL Oop Implementation
- Chapter 33 Best Practices
- Chapter 34 Query Optimization
- Chapter 35 Data Modeling Patterns
- Chapter 36 Security Hardening
- Chapter 37 Ecosystem Integration
- Chapter 38 Observability Sre
- Chapter 39 Performance Tuning Cookbook
- Chapter 40 Data Governance Compliance
- Chapter 41 Hands On Labs
- Chapter 42 Docs Assistant Usage
- Chapter MVCC Hlc
- Cover
- Cover Book
- Index
- Preface
- Test Links Example
- Batch Operations
- Best Practices
- CRUD Tutorial
- Custom Document Ingestion
- Getting Started Tutorial
- Interactive Examples
- Schema Design
- Video Tutorials
- AQL Reference
- AQL Examples
- AQL Overview
- AQL Feature Roadmap
- AQL Geospatial Guide
- AQL LLM Migration Guide
- AQL API
- AQL Grammar (EBNF)
- AQL Root Overview
- AQL Examples (root)
- API Reference
- API Module README
- OpenAPI Overview
- Client SDK Overview
- SDK Overview
- Operations
- Operations Overview
- Operations Runbook
- Operations Handbook
- ThemisCtl Admin Guide
- Pipeline E2E SOPs
- Docker Overview
- Docker Hub README
- Helm Overview
- Packaging Overview
- Operator Overview
- Security Policy
- Production Hardening Checklist
- Security Hardening Guide
- Encryption Key Management
- Access Control Framework
- Zero Trust Policy
- API Authentication & Authorization
- HSM Production Setup
- PKCS11 Integration
- DSGVO / SOC2 Checklist
- Access Model Runbooks
- Access Model Dashboard
- Maturity Automation Runbook
- Access Review Automation
- Access Model Dashboard
- Access Model Runbooks
- Rights Revocation
- Dr Checklists
- Dr Testing
- Incident Response Playbook
- Incident Response Testing
- GPU Oom Recovery
- Grammar Debugging
- Metrics Scrape Troubleshooting
- Model Swap Procedure
- Quota Tuning
- Subagent Deployment
- Logging Configuration
- Content Model
- Crypto & Keys
- Feature Flags Reference
- Modular Architecture Roadmap
- Modularization Guide
- Module Architecture Index
- PostgreSQL Wire Protocol
- Query Scheduling
- Raft Consensus Design
- Resource Pooling
- Source Directory Guide
- Unified Access Model
- E1 001 Layered Retrieval Design
- E1 002 Ann Abstraction Strategy
- E1 003 Tensor Summary Types
- E1 004 Lora Package Distinction
- E1 005 Model Switch Compatibility
- E1 006 Federated Tensor Summaries
- E2 001 Evaluation Framework Design
- E2 002 Hardware Profile Strategy
- E2 003 Query Planner Routing Model
- E2 004 Approximation Governance Rules
- E2 005 Cross Layer Fallback Confidence Policy
- E3 001 Distributed Tensor Design
- E3 002 Manifest Coordination Strategy
- E3 003 Recovery And Erasure Choice
- E3 004 Tensor Fabric Infrastructure
- Contributing
- Contributing (root)
- Code of Conduct
- Support
- Maintainers
- CTest Guide
- Build Quick Reference
- Developer Wiki Index
- Build / Test / CI
- Module Index
- Branching Strategy
- Release Strategy
- CI Policy Gates Wave C
- Disabled Stub Policy
- Docs PR Policy
- GA Promotion Sign Off
- Github Milestones Setup
- Governance Policies Phase1
- Maturity Claim Verification Checklist
- Maturity Evidence Registry
- Merge Gate Bot Config
- Merge Gate Status Live
- Phase 1 Closure Report
- Phase Closure Policy
- Phase Dependency Graph
- Phase3 Enforcement Runbook
- Plugin Submodule Rollback
- PR Version Targeting
- PR Version Targeting Backfill
- Production Ready 2026 Delivery Plan
- Publish Workflow Audit 2026 09 23
- Query Module Status
- Readme
- Release Governance
- Release Promotion Gate Policy
- Release Validation Checklist
- Root Hygiene Policy
- SBOM Approved Versions
- Security Compliance Audit Report 2026 08 10
- Security Module 5671 Evidence Summary
- Sharding P6 Residual Risk Acceptance
- Sourcecode Compliance Governance
- Src Module Documentation Compliance 2026 09 20
- Updates Development Status Sign Off
- Wave C Implementation Complete
- Wave C Implementation Plan
- Wave C Ml Exit Gate Sign Off
- Wave C Policy Gate Evidence
- Blob Storage
- Cuda
- Ethics Ai
- Exporters
- Huggingface
- Image Analysis
- Importers
- RPC
- Scraper
- Themisdb Ai Watermark Detector
- User Storage Encrypted
- Chimera Architecture
- Chimera Future
- Chimera Readme
- Chimera Roadmap
- Covina Fastapi Ingestion Architecture
- Covina Fastapi Ingestion Future
- Covina Fastapi Ingestion Roadmap
- Vcc Base Architecture
- Vcc Base Future
- Vcc Base Roadmap
- Vcc Clara Ingestion Architecture
- Vcc Clara Ingestion Future
- Vcc Clara Ingestion Roadmap
- Vcc Veritas Architecture
- Vcc Veritas Future
- Vcc Veritas Roadmap
- 01 Hello World
- 02 Todo App
- 03 Contact Manager
- 04 Inventory System
- 05 Time Series Monitor
- 06 Graph Social Network
- 07 Vector Search Documents
- 08 Dms Erp System
- 09 Iot Sensor Network
- 10 Drone Image Analysis
- 11 Blog Wiki
- 12 Expense Tracker
- 13 Recipe Manager
- 14 Ecommerce Catalog
- 15 Event Management
- 16 Kanban Board
- 17 Crm
- 18 Realtime Chat
- 19 Recommendation Engine
- 20 Smart Home
- 21 Coding Platform
- 22 AQL Diagram Tool
- 23 Traveling Salesman
- 24 Moral Philosophy Debates
- API Versioning
- Distributed Sharding
- Feedback Plugins
- Geo
- Gnn
- Image Analysis
- Legal Lora Training
- LLM
- Lora Sync
- Migration
- Nlp
- Performance
- Railway
- Replication
- Rope Visualization
- Sample Product Config
- Security
- Client SDK Overview
- Quickstart
- Sdk Enhancements
- Sdk Implementation Summary
- Test Suite Readme
- Go
- Java
- Javascript
- Php
- Python
- Ruby
- Rust
- Typescript
- 01 Grundlegende Operationen
- 02 AQL Queries
- 03 Graph Daten
- 04 Multimodell Anwendung
- 01 Quickstart Guide
- 02 AQL Referenz Kurzuebersicht
- 03 Datenmodellierung Guide
- 04 Uebungsaufgaben
- 05 Best Practices Guide
- Training Documents
- Training Overview
- 01 Einfuehrung Und Uebersicht
- 02 Datenmodelle Und Architektur
- 03 AQL Abfragesprache
- 04 Installation Und Setup
- 05 Anwendungsbeispiele
- Training Presentations
- Dependencies Readme
- Processmonitor Readme
- Themis.admintools.shared Readme
- Themis.aqlquerybuilder Readme
- Themis.aqlquerybuilder Roadmap
- Themis.auditlogviewer Readme
- Themis.auditlogviewer Roadmap
- Themis.classificationdashboard Readme
- Themis.classificationdashboard Roadmap
- Themis.compliancereports Readme
- Themis.compliancereports Roadmap
- Themis.gisviewer.controlpanel Readme
- Themis.gisviewer.controlpanel Roadmap
- Themis.impactanalysisviewer Readme
- Themis.impactanalysisviewer Roadmap
- Themis.ingestiontool Readme
- Themis.ingestiontool Roadmap
- Themis.keyrotationdashboard Readme
- Themis.keyrotationdashboard Roadmap
- Themis.piimanager Readme
- Themis.piimanager Roadmap
- Themis.retentionmanager Readme
- Themis.retentionmanager Roadmap
- Themis.sagaverifier Readme
- Themis.sagaverifier Roadmap
- Themis.usbadmintool Readme
- Themis.usbadmintool Roadmap
- Architecture Generator Readme
- CI Readme
- CI Roadmap
- Compiler Diagnostics Readme
- Compiler Diagnostics Roadmap
- Completion Readme
- Copilot Ollama Router Readme
- Copilot Ollama Router Roadmap
- Gnn Readme
- Gnn Roadmap
- Rope Visualizer Readme
- Rope Visualizer Roadmap
- Tco Calculator Readme
- Tco Calculator Roadmap
- Tests Readme
- Tests Roadmap
- Themis Config Wx Readme
- Themis Docs Builder Readme
- Wikipedia Ingestion Readme
- Ai Metadata And Provenance
- Build / Test / CI
- Governance And Roadmap
- Developer Wiki Index
- Module Direct Doxygen Check
- Module Doxygen Baseline Summary
- Module Doxygen Batch
- Module Doxygen Coverage Summary
- Module Doxygen Smoke Summary
- Modules And Apis
- Retrieval Direct Doxygen Check
- Soll Ist Gap Summary
- Wiki Delta Report