parent
a4706d793e
commit
cddaacd12f
8 changed files with 913 additions and 9 deletions
|
|
@ -83,6 +83,7 @@ async fn main() -> Result<()> {
|
|||
let files = turn::TurnFiles::prepare(&cli.socket, &label, mcp::Flavor::Agent).await?;
|
||||
let turn_lock: TurnLock = Arc::new(tokio::sync::Mutex::new(()));
|
||||
plugins::install_configured(&cli.socket, Some("manager")).await;
|
||||
tokio::spawn(hive_ag3nt::forge_notify::run(cli.socket.clone()));
|
||||
tokio::spawn(web_ui::serve(
|
||||
label.clone(),
|
||||
port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue