feat: add agent
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 00:53:43 +01:00
parent 7487e7336e
commit d1e9eb9eb5
8 changed files with 418 additions and 11 deletions

View File

@@ -2,6 +2,8 @@ mod api;
mod cli;
mod state;
mod agent;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
dotenv::dotenv().ok();