akernel-runtime 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/release-notes/v0.1.0.md +1 -1
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/release-notes/v0.1.1.md +1 -1
- akernel_runtime-0.1.2/.github/release-notes/v0.1.2.md +30 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CHANGELOG.md +6 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/PKG-INFO +4 -4
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/README.md +3 -3
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/07-release-and-ci.md +1 -1
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/11-publishing-setup.md +5 -5
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/README.md +2 -2
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/package.json +2 -2
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/pyproject.toml +1 -1
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/PKG-INFO +4 -4
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/SOURCES.txt +1 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/__init__.py +1 -1
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.env.example +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/pull_request_template.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/workflows/ci.yml +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/workflows/release.yml +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CODE_OF_CONDUCT.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CONTRIBUTING.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/LICENSE +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/MANIFEST.in +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/NOTICE +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/SECURITY.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/00-vision.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/01-architecture.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/02-execution-plan.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/03-cli-mvp.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/04-evaluation.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/05-local-wake.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/06-skill-compiler.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/08-open-source-plan.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/09-product-roadmap.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/10-benchmark-evidence.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/01-routing.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/02-memory.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/03-budget-profiles.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/01-context-pressure.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/02-agent-editing.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/03-global-memory-marketplace.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/evals/phase2.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/marketplace/skills/index.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/context_budget.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/edit_file.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/markdown/context_budget.md +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/bin/akernel.js +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/scripts/install_remote.ps1 +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/scripts/release_check.ps1 +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.cfg +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.cmd +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.ps1 +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/dependency_links.txt +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/entry_points.txt +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/requires.txt +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/top_level.txt +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/__main__.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/agent_reports.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/benchmarks.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/budget.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/cli.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/context.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/evals.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/global_memory.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/loop.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/context_budget.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/context_compaction.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/edit_file.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/index.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/long_task_planning.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/multi_file_bugfix.json +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/memory.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/models.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/planner.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/policy.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/project.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/providers.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/report_costs.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/runner.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/skills.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/state_writer.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/storage.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tasks.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/text.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tokenizer.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tools.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/verifier.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/tests/test_runtime.py +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/wake.cmd +0 -0
- {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/wake.ps1 +0 -0
|
@@ -20,5 +20,5 @@ akernel
|
|
|
20
20
|
|
|
21
21
|
## Notes
|
|
22
22
|
|
|
23
|
-
- The npm launcher remains prepared but unpublished until the npm scope and trusted publisher are configured.
|
|
23
|
+
- The npm launcher remains prepared but unpublished until the `@context-akernel` npm scope and trusted publisher are configured.
|
|
24
24
|
- This is still alpha software; APIs, local state formats, marketplace contracts, and memory-retention heuristics may change before a stable release.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Context Kernel v0.1.2
|
|
2
|
+
|
|
3
|
+
This release validates the public npm launcher path after the first PyPI releases.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Python:
|
|
8
|
+
|
|
9
|
+
```powershell
|
|
10
|
+
python -m pip install --user --upgrade akernel-runtime
|
|
11
|
+
akernel setup
|
|
12
|
+
akernel
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
npm launcher:
|
|
16
|
+
|
|
17
|
+
```powershell
|
|
18
|
+
npm install -g @context-akernel/akernel
|
|
19
|
+
akernel setup
|
|
20
|
+
akernel
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Changes
|
|
24
|
+
|
|
25
|
+
- Renamed the prepared npm launcher scope from `@context-kernel/akernel` to `@context-akernel/akernel`.
|
|
26
|
+
- Keeps `akernel-runtime` as the Python source-of-truth package and `akernel` as the shared CLI command.
|
|
27
|
+
|
|
28
|
+
## Notes
|
|
29
|
+
|
|
30
|
+
This is still alpha software. The npm launcher bootstraps the Python package when needed; the Python runtime remains the authoritative implementation.
|
|
@@ -8,6 +8,12 @@ The project follows a pragmatic pre-1.0 changelog: breaking changes may occur, b
|
|
|
8
8
|
|
|
9
9
|
No changes yet.
|
|
10
10
|
|
|
11
|
+
## 0.1.2 - 2026-05-12
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Renamed the prepared npm launcher scope from `@context-kernel/akernel` to `@context-akernel/akernel`.
|
|
16
|
+
|
|
11
17
|
## 0.1.1 - 2026-05-12
|
|
12
18
|
|
|
13
19
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: akernel-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Agent Kernel: a CLI-first context-native agent runtime prototype.
|
|
5
5
|
Author: Context Kernel contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,7 +45,7 @@ Package and command names map to the same idea:
|
|
|
45
45
|
- Python distribution: `akernel-runtime`
|
|
46
46
|
- Python import package: `context_kernel`
|
|
47
47
|
- CLI command: `akernel`
|
|
48
|
-
- npm launcher: `@context-
|
|
48
|
+
- npm launcher: `@context-akernel/akernel`
|
|
49
49
|
|
|
50
50
|
## Why This Exists
|
|
51
51
|
|
|
@@ -134,10 +134,10 @@ akernel
|
|
|
134
134
|
|
|
135
135
|
### npm Launcher
|
|
136
136
|
|
|
137
|
-
The npm launcher is prepared for publication. After `@context-
|
|
137
|
+
The npm launcher is prepared for publication. After `@context-akernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
|
|
138
138
|
|
|
139
139
|
```powershell
|
|
140
|
-
npm install -g @context-
|
|
140
|
+
npm install -g @context-akernel/akernel
|
|
141
141
|
akernel setup
|
|
142
142
|
akernel
|
|
143
143
|
```
|
|
@@ -18,7 +18,7 @@ Package and command names map to the same idea:
|
|
|
18
18
|
- Python distribution: `akernel-runtime`
|
|
19
19
|
- Python import package: `context_kernel`
|
|
20
20
|
- CLI command: `akernel`
|
|
21
|
-
- npm launcher: `@context-
|
|
21
|
+
- npm launcher: `@context-akernel/akernel`
|
|
22
22
|
|
|
23
23
|
## Why This Exists
|
|
24
24
|
|
|
@@ -107,10 +107,10 @@ akernel
|
|
|
107
107
|
|
|
108
108
|
### npm Launcher
|
|
109
109
|
|
|
110
|
-
The npm launcher is prepared for publication. After `@context-
|
|
110
|
+
The npm launcher is prepared for publication. After `@context-akernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
|
|
111
111
|
|
|
112
112
|
```powershell
|
|
113
|
-
npm install -g @context-
|
|
113
|
+
npm install -g @context-akernel/akernel
|
|
114
114
|
akernel setup
|
|
115
115
|
akernel
|
|
116
116
|
```
|
|
@@ -48,20 +48,20 @@ No GitHub secret is needed for PyPI when Trusted Publishing is configured.
|
|
|
48
48
|
The current npm package name is:
|
|
49
49
|
|
|
50
50
|
```text
|
|
51
|
-
@context-
|
|
51
|
+
@context-akernel/akernel
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
Before publishing, confirm that the `context-
|
|
54
|
+
Before publishing, confirm that the `context-akernel` npm scope is available to you. Usually that means creating an npm organization named `context-akernel`, or changing `packages/npm/akernel/package.json` to use a scope you control.
|
|
55
55
|
|
|
56
56
|
Recommended path: use npm Trusted Publishing. It avoids a long-lived npm token and publishes with GitHub OIDC plus provenance.
|
|
57
57
|
|
|
58
58
|
1. Create or confirm the npm scope.
|
|
59
|
-
2. Create the package or configure a pending trusted publisher for `@context-
|
|
59
|
+
2. Create the package or configure a pending trusted publisher for `@context-akernel/akernel`.
|
|
60
60
|
3. Use these trusted publisher values:
|
|
61
61
|
|
|
62
62
|
| Field | Value |
|
|
63
63
|
| --- | --- |
|
|
64
|
-
| Package | `@context-
|
|
64
|
+
| Package | `@context-akernel/akernel` |
|
|
65
65
|
| Owner | `huanxin0825-ctrl` |
|
|
66
66
|
| Repository name | `context-kernel` |
|
|
67
67
|
| Workflow filename | `release.yml` |
|
|
@@ -126,7 +126,7 @@ Send only these confirmations:
|
|
|
126
126
|
|
|
127
127
|
- PyPI account is ready and Trusted Publisher is configured.
|
|
128
128
|
- GitHub environment `pypi` exists.
|
|
129
|
-
- npm scope decision: keep `@context-
|
|
129
|
+
- npm scope decision: keep `@context-akernel/akernel` or change to another scope.
|
|
130
130
|
- If publishing npm now: npm Trusted Publishing exists, GitHub environment `npm` exists, and `PUBLISH_NPM=true` variable exists.
|
|
131
131
|
- If using the fallback token path: `NPM_TOKEN` secret exists.
|
|
132
132
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# @context-
|
|
1
|
+
# @context-akernel/akernel
|
|
2
2
|
|
|
3
3
|
This package is a small npm launcher wrapper for the Python Context Kernel runtime.
|
|
4
4
|
|
|
5
5
|
`akernel` means **Agent Kernel**: the command starts the agent-facing runtime that assembles context, memory, skills, policy, and token budgets before model calls.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -g @context-
|
|
8
|
+
npm install -g @context-akernel/akernel
|
|
9
9
|
akernel setup
|
|
10
10
|
akernel
|
|
11
11
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@context-
|
|
3
|
-
"version": "0.1.
|
|
2
|
+
"name": "@context-akernel/akernel",
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "npm launcher wrapper for the Context Kernel akernel CLI.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/huanxin0825-ctrl/context-kernel#readme",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: akernel-runtime
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Agent Kernel: a CLI-first context-native agent runtime prototype.
|
|
5
5
|
Author: Context Kernel contributors
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -45,7 +45,7 @@ Package and command names map to the same idea:
|
|
|
45
45
|
- Python distribution: `akernel-runtime`
|
|
46
46
|
- Python import package: `context_kernel`
|
|
47
47
|
- CLI command: `akernel`
|
|
48
|
-
- npm launcher: `@context-
|
|
48
|
+
- npm launcher: `@context-akernel/akernel`
|
|
49
49
|
|
|
50
50
|
## Why This Exists
|
|
51
51
|
|
|
@@ -134,10 +134,10 @@ akernel
|
|
|
134
134
|
|
|
135
135
|
### npm Launcher
|
|
136
136
|
|
|
137
|
-
The npm launcher is prepared for publication. After `@context-
|
|
137
|
+
The npm launcher is prepared for publication. After `@context-akernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
|
|
138
138
|
|
|
139
139
|
```powershell
|
|
140
|
-
npm install -g @context-
|
|
140
|
+
npm install -g @context-akernel/akernel
|
|
141
141
|
akernel setup
|
|
142
142
|
akernel
|
|
143
143
|
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/03-budget-profiles.json
RENAMED
|
File without changes
|
{akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/01-context-pressure.json
RENAMED
|
File without changes
|
{akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/02-agent-editing.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|