Skip to content
@rhylthyme

Rhylthyme

Software for real-time scheduling and logistics

Rhylthyme

Rhylthyme is a language and runner for complex schedules

Live demo:rhylthyme.com

Rhylthyme Repositories

RepositoryDescription
rhylthyme-specJSON Schema specification for Rhylthyme programs
rhylthyme-cliCommand-line tools for validating and running programs
rhylthyme-examplesExample programs (kitchen, lab, manufacturing, events)

Features

  • Upload a local .json or .yaml program file
  • Load from URL to visualize remote programs
  • AI Assistant - describe your schedule in plain English and generate a program
  • Interactive timeline with resource constraints and dependencies

Installation

pip install rhylthyme-cli

Usage

Command Line

# Generate visualization (opens in browser)
rhylthyme-visualize program.json
# Save to file
rhylthyme-visualize program.json -o output.html --no-browser

MCP Server

Rhylthyme can be used as an MCP tool in Claude Desktop:

{
"mcpServers": {
"rhylthyme": {
"command": "python",
"args": ["-m", "rhylthyme_web.mcp.server"]
}
}
}

License

MIT

Pinned Loading

  1. rhylthyme-cli-runnerrhylthyme-cli-runnerPublic

    Command-line interface for validating and running Rhylthyme program schedules

    Python 1

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…