MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / agent

Method agent

src/task_builder.rs:153–156  ·  view source on GitHub ↗

Sets the AI agent to use

(mut self, agent: Option<String>)

Source from the content-addressed store, hash-verified

151
152 /// Sets the AI agent to use
153 pub fn agent(mut self, agent: Option<String>) -> Self {
154 self.agent = agent;
155 self
156 }
157
158 /// Sets the stack for Docker image selection
159 pub fn stack(mut self, stack: Option<String>) -> Self {

Callers 2

retry_taskMethod · 0.45

Calls

no outgoing calls

Tested by 1