feat: add queue
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-24 21:24:50 +01:00
parent ea5adb2f93
commit 6647bb89be
4 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,5 @@
use std::collections::BTreeMap;
use anyhow::Context;
use crate::agent::models::Commands;
use super::{agent_state::AgentState, queue::AgentQueue};