Expand description
Thin wrapper over the librqbit engine session.
The daemon’s only job here: construct the session from Config, expose
add/remove/pause/resume, and hand out the Api facade (serializable DTOs)
for the REST layer. Queue semantics and persistence-on-top live in the
daemon module (next phase).