{"id":45799597,"url":"https://github.com/giggleliu/cryochamber","last_synced_at":"2026-04-26T05:01:29.655Z","repository":{"id":340538042,"uuid":"1164143454","full_name":"GiggleLiu/cryochamber","owner":"GiggleLiu","description":"Cryochamber for your AI agents, for scheduling long running tasks","archived":false,"fork":false,"pushed_at":"2026-04-20T15:31:35.000Z","size":1736,"stargazers_count":13,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-20T17:24:11.704Z","etag":null,"topics":["ai-agents","claude-code","opencode","scheduler"],"latest_commit_sha":null,"homepage":"https://giggleliu.github.io/cryochamber/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GiggleLiu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-22T17:50:21.000Z","updated_at":"2026-04-20T01:35:10.000Z","dependencies_parsed_at":"2026-03-01T15:00:33.101Z","dependency_job_id":null,"html_url":"https://github.com/GiggleLiu/cryochamber","commit_stats":null,"previous_names":["giggleliu/cryochamber"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/GiggleLiu/cryochamber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiggleLiu%2Fcryochamber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiggleLiu%2Fcryochamber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiggleLiu%2Fcryochamber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiggleLiu%2Fcryochamber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiggleLiu","download_url":"https://codeload.github.com/GiggleLiu/cryochamber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiggleLiu%2Fcryochamber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32286271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","claude-code","opencode","scheduler"],"created_at":"2026-02-26T12:35:10.819Z","updated_at":"2026-04-26T05:01:29.649Z","avatar_url":"https://github.com/GiggleLiu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/cryochamber)](https://crates.io/crates/cryochamber)\n[![CI](https://github.com/GiggleLiu/cryochamber/actions/workflows/ci.yml/badge.svg)](https://github.com/GiggleLiu/cryochamber/actions/workflows/ci.yml)\n[![Docs](https://img.shields.io/badge/docs-mdbook-blue)](https://giggleliu.github.io/cryochamber/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/logo/logo.svg\" alt=\"cryochamber logo\" width=\"500\"\u003e\n\u003c/p\u003e\n\n**Cryochamber** is a hibernation chamber for AI agents (Claude, OpenCode, Codex). It hibernates an AI agent between sessions and wakes it at the right time — not on a fixed schedule. The agent checks the plan and log, completes a task, and decides when to wake next. Cryochamber empowers AI agents to run tasks that span days, weeks, or even years, like interstellar travelers in stasis.\n\nOur goal is to automate long-running activities that are too irregular for cron. A conference deadline slips because submissions are low. A space probe's next burn window depends on orbital mechanics. A code review depends on when the author pushes fixes. Cryochamber lets an AI agent reason about *when* to wake and *what* to do next, with a persistent daemon that manages the lifecycle.\n\n## Quick start\n\n### Prerequisites\n\n- The Rust toolchain. Install from [rustup.rs](https://rustup.rs).\n- An AI coding agent on your `PATH`: [OpenCode](https://github.com/opencode-ai/opencode), [Claude Code](https://docs.anthropic.com/en/docs/claude-code), or [Codex](https://github.com/openai/codex).\n- macOS or Linux.\n\n### Step 1: Install cryochamber\n\nInstall the binaries from crates.io:\n\n```bash\ncargo install cryochamber\n```\n\nThis installs `cryo`, `cryo-agent`, `cryo-gh`, `cryo-zulip`, and `cryohub`.\n\n### Step 2: Try the example chambers\n\nRun the bundled examples (`mr-lazy`, `chess-by-mail`, `personal-assistant`) in the web dashboard.\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/GiggleLiu/cryochamber\n   ```\n\n2. Change into the examples directory:\n\n   ```bash\n   cd cryochamber/examples/chambers\n   ```\n\n3. Start the hub in the foreground:\n\n   ```bash\n   cryohub start --foreground\n   ```\n\n4. Open the `http://host:port` URL that `cryohub` prints in your browser.\n\n### Step 3: Create your own chamber\n\nYou have two options.\n\n**Option A — Use the `make-plan` skill (recommended).**\nIf your agent supports custom skills, install the bundled skill (point your agent's skill installer at `\u003crepo\u003e/.claude/skills/make-plan`), then prompt your agent:\n\n\u003e Invoke the `make-plan` skill to create a new cryochamber project here.\n\nThe skill walks you through `plan.md` and `cryo.toml` interactively.\n\n**Option B — Scaffold by hand.**\nCopy one of `examples/chambers/*` as a starting point, or run `cryo init` in an empty directory and edit `plan.md` and `cryo.toml`.\n\n### Step 4: Manage the running chamber\n\nRun these from inside the chamber directory:\n\n| Command | What it does |\n|---------|--------------|\n| `cryo start` | Start the daemon (installs an OS service that survives reboots). |\n| `cryo status` | Show whether the daemon is running. |\n| `cryo watch` | Follow the live log. |\n| `cryo send \"message\"` | Send a message to the agent. |\n| `cryo cancel` | Stop the daemon. |\n\nFor the full guide, see [Getting Started](https://giggleliu.github.io/cryochamber/getting-started.html).\n\n## Cryohub (multi-chamber dashboard)\n\nCryohub is a directory-scoped web dashboard that manages every chamber under the current directory.\n\n![cryohub dashboard with the mr-lazy chamber selected](docs/src/images/cryohub-dashboard.png)\n\n1. Arrange your chambers as immediate subdirectories of a workspace folder:\n\n   ```text\n   ~/my-chambers/\n     chess-by-mail/\n     mr-lazy/\n     reports/\n   ```\n\n2. Start the hub from the workspace root:\n\n   ```bash\n   cd ~/my-chambers\n   cryohub start\n   ```\n\n3. Open the printed URL in your browser. The UI lists every chamber with a status dot and lets you send messages, wake the agent, and start, stop, or restart daemons.\n\nSee [Hub](https://giggleliu.github.io/cryochamber/hub.html) for the full reference.\n\n## Messaging channels\n\nCryochamber syncs the local inbox and outbox with external messaging services through a dedicated binary per channel. The cryo daemon and agent stay channel-agnostic.\n\n| Channel            | Binary       | Backend            | Docs                                                                          |\n|--------------------|--------------|--------------------|-------------------------------------------------------------------------------|\n| GitHub Discussions | `cryo-gh`    | GitHub GraphQL API | [GitHub Sync](https://giggleliu.github.io/cryochamber/github-sync.html)       |\n| Zulip              | `cryo-zulip` | Zulip REST API     | [Zulip Sync](https://giggleliu.github.io/cryochamber/zulip-sync.html)         |\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiggleliu%2Fcryochamber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiggleliu%2Fcryochamber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiggleliu%2Fcryochamber/lists"}