pub fn handle(
action: &str,
agent_type: Option<&str>,
role: Option<&str>,
project_root: &str,
current_agent_id: Option<&str>,
message: Option<&str>,
category: Option<&str>,
to_agent: Option<&str>,
status: Option<&str>,
) -> String