Documentation for the Rhylthyme project, built with MkDocs and the Material theme.
Live site: https://rhylthyme.github.io/rhylthyme-docs/
pip install -r requirements.txt
mkdocs serve
# Open http://127.0.0.1:8000docs/
├── index.md # Homepage
├── installation.md # Installation guide
├── quick-start.md # Quick start guide
├── environment-guide.md # Environment usage guide
├── examples.md # Examples
├── api/
│ ├── cli.md # CLI commands reference
│ ├── schema.md # Program schema reference
│ └── environment-schema.md # Environment schema reference
└── development/
├── architecture.md # Architecture overview
└── contributing.md # Contributing guide
Pushes to main auto-deploy via GitHub Actions. See DEPLOYMENT.md.
- rhylthyme-spec - Schema definitions
- rhylthyme-cli-runner - CLI and execution
- rhylthyme-web - Web visualization and MCP
- rhylthyme-importers - Import plugins
- rhylthyme-examples - Examples