| Crates.io | miyabi-orchestrator |
| lib.rs | miyabi-orchestrator |
| version | 0.1.2 |
| created_at | 2025-11-22 09:26:36.055186+00 |
| updated_at | 2025-11-22 09:26:36.055186+00 |
| description | Complete autonomous AI development operations platform - Rust edition |
| homepage | https://github.com/ShunsukeHayashi/Miyabi |
| repository | https://github.com/ShunsukeHayashi/Miyabi |
| max_upload_size | |
| id | 1945103 |
| size | 554,410 |
The control-plane service that will coordinate long-lived Claude Code sessions for the Miyabi platform. It exposes an HTTP API, session scheduler, and telemetry hooks so agents, web dashboards, and external channels can share the same stateful Claude runtime.
/healthz endpoint.CLAUDE_BINARY_PATH, MIYABI_ORCHESTRATOR_DATABASE.SessionScheduler is a placeholder and will evolve into a proper queue/worker manager.tokio::process::Command and structured job queueing.For the end-to-end design, see docs/CLAUDE_SESSION_ORCHESTRATION_PLAN.md.