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.
Files changed (92) hide show
  1. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/release-notes/v0.1.0.md +1 -1
  2. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/release-notes/v0.1.1.md +1 -1
  3. akernel_runtime-0.1.2/.github/release-notes/v0.1.2.md +30 -0
  4. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CHANGELOG.md +6 -0
  5. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/PKG-INFO +4 -4
  6. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/README.md +3 -3
  7. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/07-release-and-ci.md +1 -1
  8. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/11-publishing-setup.md +5 -5
  9. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/README.md +2 -2
  10. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/package.json +2 -2
  11. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/pyproject.toml +1 -1
  12. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/PKG-INFO +4 -4
  13. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/SOURCES.txt +1 -0
  14. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/__init__.py +1 -1
  15. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.env.example +0 -0
  16. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  17. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  18. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/pull_request_template.md +0 -0
  19. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/workflows/ci.yml +0 -0
  20. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/.github/workflows/release.yml +0 -0
  21. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CODE_OF_CONDUCT.md +0 -0
  22. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/CONTRIBUTING.md +0 -0
  23. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/LICENSE +0 -0
  24. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/MANIFEST.in +0 -0
  25. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/NOTICE +0 -0
  26. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/SECURITY.md +0 -0
  27. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/00-vision.md +0 -0
  28. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/01-architecture.md +0 -0
  29. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/02-execution-plan.md +0 -0
  30. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/03-cli-mvp.md +0 -0
  31. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/04-evaluation.md +0 -0
  32. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/05-local-wake.md +0 -0
  33. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/06-skill-compiler.md +0 -0
  34. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/08-open-source-plan.md +0 -0
  35. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/09-product-roadmap.md +0 -0
  36. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/docs/10-benchmark-evidence.md +0 -0
  37. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/01-routing.json +0 -0
  38. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/02-memory.json +0 -0
  39. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/phase2/03-budget-profiles.json +0 -0
  40. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/01-context-pressure.json +0 -0
  41. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/02-agent-editing.json +0 -0
  42. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/benchmarks/scale/03-global-memory-marketplace.json +0 -0
  43. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/evals/phase2.json +0 -0
  44. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/marketplace/skills/index.json +0 -0
  45. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/context_budget.json +0 -0
  46. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/edit_file.json +0 -0
  47. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/examples/skills/markdown/context_budget.md +0 -0
  48. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/packages/npm/akernel/bin/akernel.js +0 -0
  49. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/scripts/install_remote.ps1 +0 -0
  50. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/scripts/release_check.ps1 +0 -0
  51. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.cfg +0 -0
  52. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.cmd +0 -0
  53. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/setup.ps1 +0 -0
  54. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/dependency_links.txt +0 -0
  55. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/entry_points.txt +0 -0
  56. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/requires.txt +0 -0
  57. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/akernel_runtime.egg-info/top_level.txt +0 -0
  58. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/__main__.py +0 -0
  59. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/agent_reports.py +0 -0
  60. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/benchmarks.py +0 -0
  61. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/budget.py +0 -0
  62. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/cli.py +0 -0
  63. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/context.py +0 -0
  64. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/evals.py +0 -0
  65. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/global_memory.py +0 -0
  66. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/loop.py +0 -0
  67. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace.py +0 -0
  68. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/context_budget.json +0 -0
  69. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/context_compaction.json +0 -0
  70. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/edit_file.json +0 -0
  71. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/index.json +0 -0
  72. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/long_task_planning.json +0 -0
  73. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/marketplace_data/skills/multi_file_bugfix.json +0 -0
  74. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/memory.py +0 -0
  75. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/models.py +0 -0
  76. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/planner.py +0 -0
  77. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/policy.py +0 -0
  78. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/project.py +0 -0
  79. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/providers.py +0 -0
  80. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/report_costs.py +0 -0
  81. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/runner.py +0 -0
  82. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/skills.py +0 -0
  83. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/state_writer.py +0 -0
  84. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/storage.py +0 -0
  85. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tasks.py +0 -0
  86. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/text.py +0 -0
  87. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tokenizer.py +0 -0
  88. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/tools.py +0 -0
  89. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/src/context_kernel/verifier.py +0 -0
  90. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/tests/test_runtime.py +0 -0
  91. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/wake.cmd +0 -0
  92. {akernel_runtime-0.1.1 → akernel_runtime-0.1.2}/wake.ps1 +0 -0
@@ -25,7 +25,7 @@ akernel
25
25
  The npm launcher package is prepared but not yet published in this release:
26
26
 
27
27
  ```powershell
28
- npm install -g @context-kernel/akernel
28
+ npm install -g @context-akernel/akernel
29
29
  akernel setup
30
30
  akernel
31
31
  ```
@@ -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.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-kernel/akernel`
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-kernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
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-kernel/akernel
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-kernel/akernel`
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-kernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
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-kernel/akernel
113
+ npm install -g @context-akernel/akernel
114
114
  akernel setup
115
115
  akernel
116
116
  ```
@@ -102,7 +102,7 @@ akernel
102
102
  The npm wrapper can be installed globally after publication:
103
103
 
104
104
  ```powershell
105
- npm install -g @context-kernel/akernel
105
+ npm install -g @context-akernel/akernel
106
106
  akernel setup
107
107
  akernel
108
108
  ```
@@ -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-kernel/akernel
51
+ @context-akernel/akernel
52
52
  ```
53
53
 
54
- Before publishing, confirm that the `context-kernel` npm scope is available to you. Usually that means creating an npm organization named `context-kernel`, or changing `packages/npm/akernel/package.json` to use a scope you control.
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-kernel/akernel`.
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-kernel/akernel` |
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-kernel/akernel` or change to another scope.
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-kernel/akernel
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-kernel/akernel
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-kernel/akernel",
3
- "version": "0.1.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",
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "akernel-runtime"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Agent Kernel: a CLI-first context-native agent runtime prototype."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: akernel-runtime
3
- Version: 0.1.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-kernel/akernel`
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-kernel/akernel` is published, it will provide a Node-style entrypoint and bootstrap the Python package if it is missing:
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-kernel/akernel
140
+ npm install -g @context-akernel/akernel
141
141
  akernel setup
142
142
  akernel
143
143
  ```
@@ -17,6 +17,7 @@ wake.ps1
17
17
  .github/ISSUE_TEMPLATE/feature_request.md
18
18
  .github/release-notes/v0.1.0.md
19
19
  .github/release-notes/v0.1.1.md
20
+ .github/release-notes/v0.1.2.md
20
21
  .github/workflows/ci.yml
21
22
  .github/workflows/release.yml
22
23
  docs/00-vision.md
@@ -1,3 +1,3 @@
1
1
  """Context Kernel CLI-first agent runtime prototype."""
2
2
 
3
- __version__ = "0.1.1"
3
+ __version__ = "0.1.2"
File without changes
File without changes