Mission-grade intelligence systems for the organizations operating Latin America.
Sistemas de inteligencia de misión crítica para las organizaciones que operan Latinoamérica.
ARKELYTHEX builds the Drenyra Accounting Ecosystem: a verifiable financial operating system where fiscal correctness, tenant isolation, and auditability are product safety requirements. Web, CLI, agents, and memory share one discipline — receipts prove execution, contracts freeze behavior, and a human accountant remains the final authority.
The core is six repositories with strict, explicit boundaries:
| Repo | Role | Type | Status |
|---|---|---|---|
| drenyra-command-center | Accounting Command Center — product UI, tenants, documents, close, reconciliation, approvals, SUNAT | Product / Command Center | In development |
| drenyra-ai | Verifiable Accounting Agent Ecosystem — protocol, runtime, receipts, ledger, missions, candidates, review | Runtime and protocol | Pre-alpha |
| drenyra-pi | Pi-native Accounting Operations Harness — operator experience, pinned verified runtime | Pi-native harness | Pre-alpha |
| drenyra-engram | Institutional Accounting Memory — scope-first memory, lifecycle, provenance | Institutional memory | Pre-alpha |
| drenyra-skills | Versioned accounting, tax, and operational knowledge — content layer (content ≠ runtime) | Knowledge | In development |
| drenyra-guardian-angel | Independent adversarial verification — refutation, dual review, evidence checks | Verification | In development |
```text
┌───────────────────────┐
│ Drenyra-Engram │ Institutional memory
└───────────▲───────────┘ (informs, never authorizes)
│
┌────────────────┴────────────────┐
│ │
┌────────┴────────┐ ┌──────────┴─────────┐
│ Drenyra-AI │ │ Drenyra-Pi │ Pi-native
│ Verifiable core │◄─────────────│ (pins drenyra-ai) │ harness
└───────▲─────────┘ └────────────────────┘
│
┌───────┴─────────┐
│ Drenyra Command │ Command Center — web + API + TUI
│ Center │ (consumes drenyra-ai contracts)
└─────────────────┘
Drenyra-Skills → versioned accounting/tax knowledge (content layer)
Drenyra-Guardian-Angel → independent adversarial verification (consumes contracts)
```
drenyra-command-centerconsumes released, versioneddrenyra-ai; usesdrenyra-engramfor context.drenyra-piconsumes a pinned, package-local, checksum-verifieddrenyra-ai(neverPATH); usesdrenyra-engram.drenyra-ainever depends on the Command Center or Pi, and never knows Drenyra Pi exists.drenyra-engramis independent — it informs, it never authorizes.drenyra-skillsis content (versioned knowledge), not code — thedrenyra-airuntime validates and agents consume it.drenyra-guardian-angelverifies against the frozendrenyra-aicontracts — never the author of what it reviews.
Drenyra database → transactional truth
Drenyra Engram → institutional memory (guides, never authorizes)
Drenyra AI receipts+ledger → execution proof (Ed25519-signed, append-only)
Drenyra Guardian Angel → independent adversarial verification (never the author)
Drenyra Pi → operator experience
Human accountant → final authority
- Mission-grade — idempotent operations, total traceability, graceful degradation.
- Evidence-native — every action produces verifiable evidence automatically (RDA receipts, audit ledger).
- Human command — AI assists and prepares; humans authorize (R2 single, R3 dual approval); systems execute.
- Deterministic fiscal truth — fiscal paths are test-covered; money is integer math (BigInt cents), never floats.
- Scope-first — company/RUC/period isolation is structural in queries, memory, and search.
- Contracts as public surface — versioned, transport-agnostic, with canonical vectors and migration paths.
| Repo | Role | Status |
|---|---|---|
| .github | Organization profile and community health | Active |
| Elvyra | Legal Command Center — private | In development |
| admin | Internal tools and administrative infrastructure | Maintenance / review |
| elect-validate | Electoral act validation suite for Peru's ONPE (Go, CLI, web) | Maintenance / review |
Future verticals (industrial operations, public sector, edge) are planned but have no public repositories yet — they will land as clearly-identified repos, never mixed into drenyra-command-center.
- Drenyra AI industrialization — finish gates + recovery, freeze first contracts (
0.1.0), release with provenance (SHA-256 manifest, SBOM, signed tag). - Drenyra Pi harness — packed verification, private Drenyra AI installer,
/drenyra:status+/drenyra:doctorend-to-end. - Drenyra Engram engine — freeze strategy (neutral contracts, in-memory reference, PostgreSQL authority), build + packaging.
- Drenyra scope discipline — no new non-accounting verticals enter the product repo; progressive retirement of foreign folders.
The six Drenyra repositories define the current production architecture. Some production repositories may remain private while public contracts, specifications, threat models, and reference slices are released progressively. Everything else on this page is auxiliary or in transition.