JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q123096F
  • License Apache-2.0

npm launcher wrapper for the Context Kernel akernel CLI.

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
    akernel

    The 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-runtime

    Useful environment overrides:

    • AKERNEL_PIP_SOURCE=git+https://github.com/huanxin0825-ctrl/context-akernel.git installs from GitHub instead of PyPI.
    • AKERNEL_SKIP_BOOTSTRAP=1 disables automatic pip installation.

    Python 3.10 or newer is required. The Python package remains the source of truth.