Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

## 0.3.0-alpha.3

- Added a reproducible SRE comparison between a competent conventional
PostgreSQL implementation and the kernel scenario.
- Added correctness parity gates, engine-neutral audit questions, application
surface measurements, database footprint, and raw generated results.
- Added injectable SRE remediation transports with validated delivery and
reconciliation identity.

## 0.3.0-alpha.2

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ operated infrastructure, database footprint, and informational runtime. See

## Project status

The current release is `0.3.0-alpha.2`.
The current release is `0.3.0-alpha.3`.

Two runtime profiles are maintained:

Expand Down Expand Up @@ -269,7 +269,7 @@ Use the versioned production image:
```powershell
Copy-Item .env.example .env
.\scripts\generate-secrets.ps1
$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.2"
$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.3"
docker compose --profile server pull
docker compose --profile server up --no-build
```
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/sre/results/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Generated from `summary.json`.

Source revision: `d1c40421214c75e83f75398d5bc2135ac11b1308`
Source revision: `8f550182ed7441b42ee475f5d4de372949c2622f`

Source hash: `f5e9ad2709a2f0e2dfd075d5808976219cb1426e25d6c80452a22617f7ca9685`
Source hash: `1922383ad9b79b244ae960c12943e44af727cb08daf084c6a5dda5cd5a77021e`

## Correctness

Expand Down Expand Up @@ -44,8 +44,8 @@ operated, or upgraded.

| Variant | Median milliseconds |
| --- | ---: |
| Conventional PostgreSQL | 72.13 |
| Agentic Data Kernel | 920.32 |
| Conventional PostgreSQL | 73.64 |
| Agentic Data Kernel | 1119.30 |

Runtime is not a headline metric. The variants perform different work and this
deterministic smoke benchmark is not a latency study.
Expand Down
20 changes: 10 additions & 10 deletions benchmarks/sre/results/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"environment": {
"node": "v22.22.2",
"postgres": "18.6 (Debian 18.6-1.pgdg12+2)",
"commit": "d1c40421214c75e83f75398d5bc2135ac11b1308",
"sourceHash": "f5e9ad2709a2f0e2dfd075d5808976219cb1426e25d6c80452a22617f7ca9685"
"commit": "8f550182ed7441b42ee475f5d4de372949c2622f",
"sourceHash": "1922383ad9b79b244ae960c12943e44af727cb08daf084c6a5dda5cd5a77021e"
},
"runs": [
{
Expand All @@ -31,7 +31,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 72.1302
"durationMs": 70.12690000000009
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -59,7 +59,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 920.3238
"durationMs": 917.8879
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -87,7 +87,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 69.32120000000009
"durationMs": 92.02959999999985
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -115,7 +115,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 877.6563000000001
"durationMs": 1119.3008
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -143,7 +143,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 95.04010000000017
"durationMs": 73.63929999999982
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -171,7 +171,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 1028.6154000000001
"durationMs": 1167.6057
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -277,8 +277,8 @@
"agenticDataKernelMedian": 1572864
},
"runtimeMillisecondsInformational": {
"conventionalPostgresMedian": 72.1302,
"agenticDataKernelMedian": 920.3238
"conventionalPostgresMedian": 73.63929999999982,
"agenticDataKernelMedian": 1119.3008
},
"explanationQuestions": 9,
"claims": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentic-data-kernel",
"version": "0.3.0-alpha.2",
"version": "0.3.0-alpha.3",
"description": "Temporal knowledge and durable workflow infrastructure for software agents",
"keywords": [
"agents",
Expand Down