MCPcopy Create free account
hub / github.com/coderaidershaun/rust-auto-gippity-full-code / main

Function main

src/main.rs:18–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17#[tokio::main]
18async fn main() {
19 let usr_req: String = get_user_response("What website are we building today?");
20
21 let mut manage_agent: ManagingAgent = ManagingAgent::new(usr_req)
22 .await
23 .expect("Error creating agent");
24
25 manage_agent.execute_project().await;
26
27 // dbg!(manage_agent);
28}

Callers

nothing calls this directly

Calls 2

get_user_responseFunction · 0.85
execute_projectMethod · 0.80

Tested by

no test coverage detected