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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-01 14:25:24 +01:00
parent 974e1ee0d6
commit d6fdda0e4e
4 changed files with 67 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ use refresh::AgentRefresh;
pub use config::setup_config;
pub mod models;
pub(crate) mod task;
mod agent_state;
mod config;