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

Method new

src-tauri/src/coding_agent.rs:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18impl CodingAgent {
19 pub fn new() -> Self {
20 Self
21 }
22
23 pub async fn execute_task(&self, task: String) -> Result<AgentResponse, String> {
24 Ok(AgentResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected