sloop-daemon 0.2.0

Agentic coding scheduler — a daemon that runs background coding agents autonomously in isolated git worktrees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod aftercare;
mod commands;
mod dispatcher;
mod recovery;
mod scheduler;
mod server;
mod worker_api;

pub use server::{
    ClientResponse, DaemonError, LockIdentity, read_lock_identity, request, request_running,
    serve_current_repository,
};