MCPcopy Create free account
hub / github.com/AI45Lab/Code / spec

Function spec

core/src/orchestration/executor.rs:246–248  ·  view source on GitHub ↗
(id: &str, agent: &str)

Source from the content-addressed store, hash-verified

244 }
245
246 fn spec(id: &str, agent: &str) -> AgentStepSpec {
247 AgentStepSpec::new(id, agent, "d", format!("prompt-{id}"))
248 }
249
250 #[tokio::test]
251 async fn fans_out_in_input_order() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected