Overview
Templates provide pre-built AI agent workflows that can be installed, customized, and run. The default repository isagent-recipes on GitHub.
Python API
Load a Template
List Available Templates
Search Templates
Install a Template
Clear Cache
Create Agent from Template
Create Workflow from Template
Template URI Formats
| Format | Example |
|---|---|
| Simple name | transcript-generator |
| Package | package:agent_recipes/transcript-generator |
| GitHub | github:owner/repo/template |
| GitHub with ref | github:owner/repo/[email protected] |
| Local path | ./my-template or ~/templates/test |
| HTTP URL | https://example.com/template.yaml |
Available Templates
| Template | Description |
|---|---|
transcript-generator | Generate transcripts from audio/video |
shorts-generator | Create short-form video clips |
video-editor | AI-powered video editing |
data-transformer | Transform data between formats |

