MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / execute_task

Method execute_task

src-tauri/src/coding_agent.rs:23–28  ·  view source on GitHub ↗
(&self, task: String)

Source from the content-addressed store, hash-verified

21 }
22
23 pub async fn execute_task(&self, task: String) -> Result<AgentResponse, String> {
24 Ok(AgentResponse {
25 content: format!("Executed: {}", task),
26 tool_calls: vec![],
27 })
28 }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected