refactoring

This commit is contained in:
pavel 2026-02-11 01:29:23 +01:00
commit 13e17770ca
12 changed files with 634 additions and 598 deletions

3
src/domain/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod agent;
pub mod auth;
pub mod tasks;