PyKaos is a lightweight operating system abstraction layer designed for agents. As of late 2025, the standalone `pykaos` library has been archived, and its development and functionality have been integrated into the `kimi-cli` monorepo. The last independent release was version 0.9.0.
pip install pykaosVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates basic usage of the deprecated `pykaos` library, specifically its filesystem and environment interaction capabilities. It is provided for historical context only. New projects should *not* use this library directly. Instead, refer to the `kaos` package within the `kimi-cli` project for current development practices and integrated functionality.
Migrate to the `kaos` package, which is part of the `kimi-cli` monorepo (https://github.com/MoonshotAI/kimi-cli/tree/main/packages/kaos).
Utilize the `kaos` package within the `kimi-cli` monorepo for agent operating system abstraction needs.
No dependency data recorded yet.