- Sequential step-by-step instructions with clear, concise language
- The time range in the source video during which each step takes place
- Descriptions of actions, expected outcomes, and important context
- Callouts for critical warnings, tips, prerequisites, or dependencies
Use Cases
- Generate work instructions and standard operating procedures (SOPs): Extracts the procedure from a video into ordered steps, each with a title, a description, a timestamp, and a frame image, ready to edit and export.
- Document maintenance and inspection procedures: One recording of the procedure done correctly produces a draft manual, every step linked to the moment in the video it came from.
- Create visual training and onboarding materials: Every step comes with a visual reference, so the work can be followed and completed correctly.
Configuration
For best results, use input videos whose duration is under five minutes.The default prompt for the Manual Generation Agent caps the number of steps generated to 10.
If your video demonstrates more than 10 steps, provide a custom prompt that states a higher
cap on the number of steps. For example:
Generate a concise, ordered list of every distinct step performed in this video, covering the procedure from the first action to the last. Include brief steps and steps that are repeated. Use up to 25 steps. Keep each step to at most 20 words. Use both what is shown and what is said. Do not invent steps that are not shown or stated in the video.Note the inclusion of the instruction “Use up to 25 steps.”
Output Artifacts
The output from a successful run of a Manual Generation agent is a JSONL file describing the manual generated by the agent. The JSONL contains aresults list; each entry in the list
describes one step of the procedure shown in the video.
Each step in the procedure contains the following properties:
See an Interactive Example
Try out the Manual Generation agent with a predefined data set using our interactive example.Manual Generation: Mouse Assembly Agent
Generates a step-by-step manual from a recorded procedure. Watches the mouse assembly build
and returns numbered steps with the time range each one spans.
Using the Archetype AI Python Client
How to use the Archetype AI Python client to work with the Manual Generation agent.Manual Generation Agent Example
An example that runs a Manual Generation agent on a procedure video using a canonical
blueprint and a newly created bundle.