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:1.1.0
AGENTIC_DATA_IMAGE=ghcr.io/jason-doyle/agentic-data-kernel:1.2.0
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

## 1.2.0

- Added authenticated, read-only-by-default Streamable HTTP MCP for remote
agent hosts, with exact public-origin validation and per-request identity
checks.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,11 @@ matter more than durable agency semantics.

## Install and run

The current stable release is `1.1.0`. Pin an exact version in production.
The current stable release is `1.2.0`. Pin an exact version in production.

```powershell
npm install agentic-data-kernel@1.1.0
npx --yes agentic-data-kernel@1.1.0 example --db .data\example.db
npm install agentic-data-kernel@1.2.0
npx --yes agentic-data-kernel@1.2.0 example --db .data\example.db
```

Package entry points and commands:
Expand Down Expand Up @@ -341,7 +341,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:1.1.0"
$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:1.2.0"
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: `a0308b84ec3f85a1f74db1b767b7c866b7d4fc21`
Source revision: `478122eee5118456b32bfe71f44d7d58f2a82348`

Source hash: `85a4b1683bd2281a016d54fb3fe72b9af3f139d22c6d8c480e294d183ded71d5`
Source hash: `01b4f1e8c7fae94284afad63dd8d3f84765423ced3642edef0eb69a8a4a5b68b`

## Correctness

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

| Variant | Median milliseconds |
| --- | ---: |
| Conventional PostgreSQL | 51.26 |
| Agentic Data Kernel | 900.22 |
| Conventional PostgreSQL | 50.64 |
| Agentic Data Kernel | 858.53 |

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": "a0308b84ec3f85a1f74db1b767b7c866b7d4fc21",
"sourceHash": "85a4b1683bd2281a016d54fb3fe72b9af3f139d22c6d8c480e294d183ded71d5"
"commit": "478122eee5118456b32bfe71f44d7d58f2a82348",
"sourceHash": "01b4f1e8c7fae94284afad63dd8d3f84765423ced3642edef0eb69a8a4a5b68b"
},
"runs": [
{
Expand All @@ -31,7 +31,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 53.41859999999997
"durationMs": 70.2844
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -59,7 +59,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 900.2152000000001
"durationMs": 879.4365999999998
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -87,7 +87,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 47.721500000000106
"durationMs": 50.64379999999983
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -115,7 +115,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 829.989
"durationMs": 858.5281
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -143,7 +143,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 51.25579999999991
"durationMs": 49.347099999999955
},
"operatedTables": 8,
"databaseBytes": 540672
Expand Down Expand Up @@ -171,7 +171,7 @@
"provider reconciliation": true,
"verification and terminal state": true
},
"durationMs": 945.9665
"durationMs": 842.4119000000001
},
"operatedTables": 18,
"databaseBytes": 1572864
Expand Down Expand Up @@ -277,8 +277,8 @@
"agenticDataKernelMedian": 1572864
},
"runtimeMillisecondsInformational": {
"conventionalPostgresMedian": 51.25579999999991,
"agenticDataKernelMedian": 900.2152000000001
"conventionalPostgresMedian": 50.64379999999983,
"agenticDataKernelMedian": 858.5281
},
"explanationQuestions": 9,
"claims": {
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copy this file, then uncomment and replace every example before deployment.
# aws_region = "us-east-2"
# name_prefix = "agentic-data"
# image = "ghcr.io/jason-doyle/agentic-data-kernel:1.1.0"
# image = "ghcr.io/jason-doyle/agentic-data-kernel:1.2.0"
# ecs_cluster_arn = "arn:aws:ecs:..."
# private_subnet_ids = ["subnet-...", "subnet-..."]
# task_security_group_ids = ["sg-..."]
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/main.example.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using './main.bicep'
// Copy this file, then uncomment and replace every example before deployment.
// param location = 'eastus2'
// param namePrefix = 'agentic-data'
// param image = 'ghcr.io/jason-doyle/agentic-data-kernel:1.1.0'
// param image = 'ghcr.io/jason-doyle/agentic-data-kernel:1.2.0'
// param managedEnvironmentId = '/subscriptions/.../managedEnvironments/...'
// param artifactStorageName = 'artifact-store'
// param runtimeIdentityResourceId = '/subscriptions/.../userAssignedIdentities/...'
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# cluster_name = "agentic-autopilot"
# namespace = "agentic-data"
# release_name = "agentic-data"
# image_tag = "1.1.0"
# image_tag = "1.2.0"
# image_digest = ""
# artifact_pvc_name = "agentic-data-filestore"
# runtime_kubernetes_secret_name = "agentic-data-runtime"
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/agentic-data-kernel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: agentic-data-kernel
description: Agent-first persistence API and effect worker
type: application
version: 1.1.0
appVersion: "1.1.0"
version: 1.2.0
appVersion: "1.2.0"
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/agentic-data-kernel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Install:
helm upgrade --install agentic-data `
.\deploy\kubernetes\helm\agentic-data-kernel `
--namespace agentic-data `
--set image.tag="1.1.0" `
--set image.tag="1.2.0" `
--set config.embeddingBaseUrl="https://api.openai.com/v1" `
--set config.effectAllowedHosts="payments.example.com"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/INTEGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ An MCP client can launch the published embedded server directly:
"command": "npx",
"args": [
"--yes",
"agentic-data-kernel@1.1.0",
"agentic-data-kernel@1.2.0",
"mcp",
"--db",
".data/agentic.db"
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": "1.1.0",
"version": "1.2.0",
"description": "Temporal knowledge and durable workflow infrastructure for software agents",
"keywords": [
"agents",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const PACKAGE_VERSION = "1.1.0";
export const PACKAGE_VERSION = "1.2.0";
export const AGENT_INTENT_VERSION = "1.0" as const;
export const LEGACY_AGENT_INTENT_VERSION = "0.1" as const;
export const SUPPORTED_AGENT_INTENT_VERSIONS = [
Expand Down