Skip to content

Releases: inclusionAI/AKernel

AKernel v0.1.1

Choose a tag to compare

@tianyuzhou95 tianyuzhou95 released this 26 Jul 04:05
Immutable release. Only release title and notes can be modified.

AKernel v0.1.1 expands AKernel's sandbox runtime options with Kata Containers, while improving SDK compatibility, build reproducibility, and CI coverage.

Highlights

  • Kata Containers 4.0 support for KVM-capable nodes(), with gVisor remaining the default runtime
  • Runtime selection through Sandbox(runtime="kata"), including a new runnable SDK example
  • Kata runtime integration across standalone, Helm, Alibaba Cloud, and Huawei Cloud deployments
  • Upgrade to openYuanRong SDK 0.9.2, improving reverse-tunnel reliability

Kata requires a usable /dev/kvm device. Nodes without KVM remain available for gVisor workloads and do not advertise Kata support.

See the README and SDK runtime guide for usage and deployment instructions.

AKernel v0.1.0

Choose a tag to compare

@tianyuzhou95 tianyuzhou95 released this 22 Jul 03:23

AKernel v0.1.0 is the first public release of AKernel (Agent Kernel), programmable datacenter-scale infrastructure for Agents.

Highlights

  • Python SDK and CLI for sandbox lifecycle, command execution, filesystem, and PTY operations
  • gVisor-backed sandbox runtime
  • Reproducible all-in-one image build
  • Standalone, private cloud, and public cloud deployments
  • Optional monitoring and Dragonfly support

See the README for installation and deployment instructions.