errand-bot 0.1.0

Run a coding agent from a chat channel, in a sandbox it cannot escape.
1
2
3
4
//! Bounds how much work runs at once, and how fast it starts.

/// Admits turns up to a cap and queues the rest.
pub mod scheduler;