Designed for continuous self-learning and iterative improvement, enabling autonomous evolution through adaptive feedback and knowledge refinement.
- Created by Krystal
- PyPI package: https://pypi.org/project/genisys/
- Free software: MIT License
- TODO
Documentation is built with Zensical and deployed to GitHub Pages.
- Live site: https://InvictusLab.github.io/genisys/
- Preview locally:
just docs-serve(serves at http://localhost:8000) - Build:
just docs-build
API documentation is auto-generated from docstrings using mkdocstrings.
Docs deploy automatically on push to main via GitHub Actions. To enable this, go to your repo's Settings > Pages and set the source to GitHub Actions.
To set up for local development:
# Clone your fork
git clone git@github.com:your_username/genisys.git
cd genisys
# Install in editable mode with live updates
uv tool install --editable .This installs the CLI globally but with live updates - any changes you make to the source code are immediately available when you run genisys.
Run tests:
uv run pytestRun quality checks (format, lint, type check, test):
just qagenisys was created in 2026 by Krystal.