{"categories":[{"label":"Networking","url":"https://skillfed.io/packages/category/system-networking"}],"enrichment":{"capability":"PyKAOS provides an abstraction layer for agents to perform file operations and execute commands, with seamless switching between local and remote execution over SSH.","skillfed_tags":["ssh-abstraction","agent-framework","async-io"],"use_cases":["Build agent systems that execute commands uniformly across local dev and remote production servers","Implement cross-machine file synchronization or backup tasks with a single codebase","Test local file operations during development, then run the same code against remote systems","Automate server provisioning or configuration tasks that mix local and remote shell commands"],"what_it_does":"PyKAOS is a lightweight Python library that abstracts file and command operations for agents, allowing the same code to run either locally or remotely over SSH without modification. It builds on asyncssh and aiofiles to provide asynchronous, non-blocking I/O for both local and remote system interactions.\n\nThe library is designed for scenarios where an agent or application needs to interact with operating systems in a uniform way, whether executing commands, reading files, or managing directories. By switching execution context (local vs. remote SSH), developers can test locally and deploy remotely without rewriting logic. It targets Python 3.12+ and is maintained actively.","worth_installing":"Yes, with caution on license clarity. The package has low install friction, active maintenance, no known vulnerabilities, and fills a real need for agent-based local/remote abstraction. However, the missing license metadata is a blocker for production use\u2014verify the actual license terms before committing to a dependency. If you need this abstraction pattern and can clarify the license, it's a reasonable choice."},"id":"pykaos","links":{"html":"https://skillfed.io/packages/pykaos","md":"https://skillfed.io/packages/pykaos.md","pypi":"https://pypi.org/project/pykaos/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-02","license_spdx":null,"license_treatment":"unclear","name":"pykaos","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":430489,"position":6725,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9.0"}
