agent-queue
Production-grade background agent job queue with SQLite persistence, priority scheduling, and retry lineage tracking.
Example
use ;
use json;
let manager = new?;
// Enqueue a job
manager.enqueue?;
// Process jobs with a handler
;
Ecosystem
- stack-ids: Provides
TraceCtx,AttemptId,TrialIdfor trace correlation and retry lineage - Tauri-Queue: Bridges agent-queue events to Tauri's frontend event system
stack-ids integration
Fully integrated. Jobs carry TraceCtx for end-to-end correlation, AttemptId per retry family, and TrialId per execution.