sloop-daemon 0.5.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
13
14
15
mod commands;
mod dispatcher;
mod driver;
mod eligibility;
mod history;
mod logging;
mod recovery;
mod scheduler;
mod server;
mod worker_api;

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