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
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POSTGRES_PASSWORD=replace-with-a-long-random-password
APP_DATABASE_PASSWORD=replace-with-a-different-long-random-password
POSTGRES_PORT=54329
POSTGRES_BIND_ADDRESS=127.0.0.1
AGENTIC_DATA_IMAGE=ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.4
AGENTIC_DATA_IMAGE=ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.5
DATABASE_URL=postgresql://agentic_app:replace-with-a-different-long-random-password@127.0.0.1:54329/agentic_data
MIGRATION_DATABASE_URL=postgresql://postgres:replace-with-a-long-random-password@127.0.0.1:54329/agentic_data
DATABASE_SSL=disable
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.3.0-alpha.5

- Added validated Helm, Azure Bicep, AWS OpenTofu, and GCP OpenTofu deployment
templates with one shared security and runtime contract.
- Added an idempotent `bootstrap-role` production command for cloud migration
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ matter more than durable agency semantics.

## Install and run

The current release is `0.3.0-alpha.4`. Prereleases use the npm `next` tag.
The current release is `0.3.0-alpha.5`. Prereleases use the npm `next` tag.
Pin an exact version for production evaluation.

```powershell
Expand Down Expand Up @@ -312,7 +312,7 @@ Replace every placeholder in `.env` with the generated values, database
passwords, and embedding-provider configuration before continuing:

```powershell
$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.4"
$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.5"
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: `35d010cf263bbaf60a3c1d9f70af8daa9cd51b18`
Source revision: `6163d2bc1f9a86a6947b30cd59523e3b0fb14246`

Source hash: `d4b468552af75056e88deb65104f535d0e60c4b5b0b8a1333e6e3a9458fc1f95`
Source hash: `8ee99637371fc2d2492fcd107c03e72c0fb4d5b028a75dcc55496008dfcbd757`

## Correctness

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

| Variant | Median milliseconds |
| --- | ---: |
| Conventional PostgreSQL | 99.08 |
| Agentic Data Kernel | 1132.31 |
| Conventional PostgreSQL | 105.72 |
| Agentic Data Kernel | 1164.60 |

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": "35d010cf263bbaf60a3c1d9f70af8daa9cd51b18",
"sourceHash": "d4b468552af75056e88deb65104f535d0e60c4b5b0b8a1333e6e3a9458fc1f95"
"commit": "6163d2bc1f9a86a6947b30cd59523e3b0fb14246",
"sourceHash": "8ee99637371fc2d2492fcd107c03e72c0fb4d5b028a75dcc55496008dfcbd757"
},
"runs": [
{
Expand All @@ -31,7 +31,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 207.70100000000002
"durationMs": 97.3474
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -59,7 +59,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 1001.6923999999999
"durationMs": 1164.5978
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -87,7 +87,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 61.16439999999966
"durationMs": 153.6588999999999
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -115,7 +115,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 1132.3120000000004
"durationMs": 3162.3774
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -143,7 +143,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 99.08329999999933
"durationMs": 105.72109999999975
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -171,7 +171,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 1252.8352999999997
"durationMs": 1130.8733000000002
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -277,8 +277,8 @@
"agenticDataKernelMedian": 1572864
},
"runtimeMillisecondsInformational": {
"conventionalPostgresMedian": 99.08329999999933,
"agenticDataKernelMedian": 1132.3120000000004
"conventionalPostgresMedian": 105.72109999999975,
"agenticDataKernelMedian": 1164.5978
},
"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.4",
"version": "0.3.0-alpha.5",
"description": "Temporal knowledge and durable workflow infrastructure for software agents",
"keywords": [
"agents",
Expand Down