MCPcopy Index your code
hub / github.com/AI45Lab/Code / from

Method from

core/src/subagent.rs:395–397  ·  view source on GitHub ↗
(spec: WorkerAgentSpec)

Source from the content-addressed store, hash-verified

393
394impl From<WorkerAgentSpec> for AgentDefinition {
395 fn from(spec: WorkerAgentSpec) -> Self {
396 spec.into_agent_definition()
397 }
398}
399
400/// Agent definition

Callers

nothing calls this directly

Calls 1

into_agent_definitionMethod · 0.80

Tested by

no test coverage detected