Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@context-akernel/akernel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@context-akernel/akernel
This package is a small npm launcher wrapper for the Python Context Kernel runtime.
akernel means Agent Kernel: the command starts the agent-facing runtime that assembles context, memory, skills, policy, and token budgets before model calls.
npm install -g @context-akernel/akernel
akernel setup
akernelThe launcher forwards arguments to python -m context_kernel.cli. If the Python package is missing, it attempts a user-level bootstrap with:
python -m pip install --user --upgrade akernel-runtimeUseful environment overrides:
AKERNEL_PIP_SOURCE=git+https://github.com/huanxin0825-ctrl/context-kernel.gitinstalls from GitHub instead of PyPI.AKERNEL_SKIP_BOOTSTRAP=1disables automatic pip installation.
Python 3.10 or newer is required. The Python package remains the source of truth.