feat(agent): implement agent execution engine and turn handling with background processing

This commit is contained in:
asepharyana
2026-07-20 16:29:39 +07:00
parent 2e8a4f2443
commit efcd191f96
15 changed files with 452 additions and 247 deletions
+1
View File
@@ -26,6 +26,7 @@
//! └── middleware/ — Axum HTTP middleware (auth, cors, rate-limit)
//! ```
pub mod agent;
pub mod auth;
pub mod bgbash;
pub mod guard;