feat: gate the language world behind number verification
This commit is contained in:
parent
4006f3454c
commit
f8c8db4d48
39 changed files with 1445 additions and 129 deletions
|
|
@ -10,6 +10,7 @@ mod dynamic_capability_routing;
|
|||
mod education_translation;
|
||||
mod education_workspace;
|
||||
mod enterprise_work_channel;
|
||||
mod external_ai_gateway;
|
||||
mod glp_envelope;
|
||||
mod gls_bootstrap_compiler;
|
||||
mod gls_protocol_kernel;
|
||||
|
|
@ -53,6 +54,10 @@ pub fn run_connector() -> Result<(), String> {
|
|||
direct_local_broker::run_connector()
|
||||
}
|
||||
|
||||
pub fn run_mcp() -> Result<(), String> {
|
||||
external_ai_gateway::run_mcp()
|
||||
}
|
||||
|
||||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
pub fn run() {
|
||||
tauri::Builder::default()
|
||||
|
|
|
|||
Loading…
Reference in a new issue