Skip to content

SheaHawkins/skillos

Repository files navigation

skillos

Implementation of Google's SkillOS.

Basically, it is a framework for self-evolving agents.

Packages

Development

This project uses uv for environment and dependency management. The Python version is pinned in .python-version and resolved deps are locked in uv.lock.

uv sync           # create .venv and install all workspace packages
uv run pytest     # run the full test suite

To work on a single package, run pytest scoped to it:

uv run pytest packages/skillos-core