(spec: WorkerAgentSpec)
| 393 | |
| 394 | impl From<WorkerAgentSpec> for AgentDefinition { |
| 395 | fn from(spec: WorkerAgentSpec) -> Self { |
| 396 | spec.into_agent_definition() |
| 397 | } |
| 398 | } |
| 399 | |
| 400 | /// Agent definition |
nothing calls this directly
no test coverage detected