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

Function spec

core/src/orchestration/workflow.rs:362–364  ·  view source on GitHub ↗
(id: &str, agent: &str, prompt: &str)

Source from the content-addressed store, hash-verified

360 }
361
362 fn spec(id: &str, agent: &str, prompt: &str) -> AgentStepSpec {
363 AgentStepSpec::new(id, agent, "d", prompt)
364 }
365
366 #[tokio::test]
367 async fn agent_runs_a_single_step() {

Calls

no outgoing calls

Tested by

no test coverage detected