Implemented external processes as potential plugins.

This commit is contained in:
Micheal Smith
2025-11-20 04:17:09 -06:00
parent 30e2d9a448
commit 585afa5f6f
7 changed files with 513 additions and 49 deletions

View File

@@ -9,9 +9,9 @@ use tracing::{Level, info};
use tracing_subscriber::FmtSubscriber;
pub mod chat;
pub mod command;
pub mod event;
pub mod event_manager;
pub mod ipc;
pub mod plugin;
pub mod qna;
pub mod setup;