Virtuus represents a recurring Anthus design choice: keep the source of truth simple, visible, and portable. It treats directories of JSON files as indexed tables, which makes structured data queryable in environments where a heavyweight always-on database is the wrong fit.
Not every agent workload wants a remote database. Some need to run in isolated, resumable, or regulated environments where the filesystem is the practical durable substrate. Virtuus exists for that class of problem.
Virtuus is a foundational infrastructure component. Caducus already uses it for event storage. Tactus procedures and other isolated workers can use it when they need fast local queries without depending on a central service. It makes the rest of the platform more portable.
A common pattern is Virtuus + Tactus + Caducus: keep structured state local, make the worker portable, and retain enough query power for analysis and triage.