Protocols

Generate and optimize bioprotocols.

Generate and optimize bioprotocols.

elnora protocols generate

Generate a bioprotocol — creates a task and sends the description in one call. Returns the task and the queued user message, NOT the AI response; the agent processes asynchronously. To get the generated protocol, poll elnora_tasks_messages with the returned task id every 5-10s until the last message has role 'assistant' with metadata.status 'completed'. Timeout after 5 min.

elnora protocols generate [required options] [options]
ParameterTypeRequiredDescription
descriptionstringyesProtocol description
projectuuidnoProject UUID to associate with
titlestringnoTask title (defaults to first 100 chars of description)

On this page