agent-recipes 0.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (270) hide show
  1. agent_recipes/__init__.py +27 -0
  2. agent_recipes/recipe_runtime/__init__.py +28 -0
  3. agent_recipes/recipe_runtime/core.py +385 -0
  4. agent_recipes/templates/ai-ab-hook-tester/recipe.yaml +45 -0
  5. agent_recipes/templates/ai-ab-hook-tester/tools.py +169 -0
  6. agent_recipes/templates/ai-angle-generator/recipe.yaml +49 -0
  7. agent_recipes/templates/ai-angle-generator/tools.py +182 -0
  8. agent_recipes/templates/ai-api-doc-generator/README.md +59 -0
  9. agent_recipes/templates/ai-api-doc-generator/TEMPLATE.yaml +29 -0
  10. agent_recipes/templates/ai-api-tester/README.md +60 -0
  11. agent_recipes/templates/ai-api-tester/TEMPLATE.yaml +29 -0
  12. agent_recipes/templates/ai-audio-enhancer/README.md +59 -0
  13. agent_recipes/templates/ai-audio-enhancer/TEMPLATE.yaml +28 -0
  14. agent_recipes/templates/ai-audio-normalizer/README.md +13 -0
  15. agent_recipes/templates/ai-audio-normalizer/TEMPLATE.yaml +44 -0
  16. agent_recipes/templates/ai-audio-splitter/README.md +14 -0
  17. agent_recipes/templates/ai-audio-splitter/TEMPLATE.yaml +47 -0
  18. agent_recipes/templates/ai-background-music-generator/README.md +59 -0
  19. agent_recipes/templates/ai-background-music-generator/TEMPLATE.yaml +28 -0
  20. agent_recipes/templates/ai-background-remover/README.md +60 -0
  21. agent_recipes/templates/ai-background-remover/TEMPLATE.yaml +27 -0
  22. agent_recipes/templates/ai-barcode-scanner/README.md +60 -0
  23. agent_recipes/templates/ai-barcode-scanner/TEMPLATE.yaml +26 -0
  24. agent_recipes/templates/ai-blog-generator/README.md +59 -0
  25. agent_recipes/templates/ai-blog-generator/TEMPLATE.yaml +28 -0
  26. agent_recipes/templates/ai-brief-generator/recipe.yaml +52 -0
  27. agent_recipes/templates/ai-brief-generator/tools.py +231 -0
  28. agent_recipes/templates/ai-broll-builder/recipe.yaml +47 -0
  29. agent_recipes/templates/ai-broll-builder/tools.py +204 -0
  30. agent_recipes/templates/ai-calendar-scheduler/README.md +60 -0
  31. agent_recipes/templates/ai-calendar-scheduler/TEMPLATE.yaml +29 -0
  32. agent_recipes/templates/ai-changelog-generator/README.md +14 -0
  33. agent_recipes/templates/ai-changelog-generator/TEMPLATE.yaml +46 -0
  34. agent_recipes/templates/ai-chart-generator/README.md +61 -0
  35. agent_recipes/templates/ai-chart-generator/TEMPLATE.yaml +32 -0
  36. agent_recipes/templates/ai-code-documenter/README.md +12 -0
  37. agent_recipes/templates/ai-code-documenter/TEMPLATE.yaml +37 -0
  38. agent_recipes/templates/ai-code-refactorer/README.md +59 -0
  39. agent_recipes/templates/ai-code-refactorer/TEMPLATE.yaml +28 -0
  40. agent_recipes/templates/ai-code-reviewer/README.md +59 -0
  41. agent_recipes/templates/ai-code-reviewer/TEMPLATE.yaml +31 -0
  42. agent_recipes/templates/ai-color-palette-extractor/README.md +60 -0
  43. agent_recipes/templates/ai-color-palette-extractor/TEMPLATE.yaml +27 -0
  44. agent_recipes/templates/ai-comment-miner/recipe.yaml +40 -0
  45. agent_recipes/templates/ai-comment-miner/tools.py +141 -0
  46. agent_recipes/templates/ai-commit-message-generator/README.md +59 -0
  47. agent_recipes/templates/ai-commit-message-generator/TEMPLATE.yaml +31 -0
  48. agent_recipes/templates/ai-content-calendar/recipe.yaml +43 -0
  49. agent_recipes/templates/ai-content-calendar/tools.py +170 -0
  50. agent_recipes/templates/ai-context-enricher/recipe.yaml +48 -0
  51. agent_recipes/templates/ai-context-enricher/tools.py +258 -0
  52. agent_recipes/templates/ai-contract-analyzer/README.md +60 -0
  53. agent_recipes/templates/ai-contract-analyzer/TEMPLATE.yaml +34 -0
  54. agent_recipes/templates/ai-csv-cleaner/README.md +13 -0
  55. agent_recipes/templates/ai-csv-cleaner/TEMPLATE.yaml +45 -0
  56. agent_recipes/templates/ai-cta-generator/recipe.yaml +54 -0
  57. agent_recipes/templates/ai-cta-generator/tools.py +174 -0
  58. agent_recipes/templates/ai-daily-news-show/recipe.yaml +103 -0
  59. agent_recipes/templates/ai-daily-news-show/tools.py +308 -0
  60. agent_recipes/templates/ai-data-anonymizer/README.md +60 -0
  61. agent_recipes/templates/ai-data-anonymizer/TEMPLATE.yaml +31 -0
  62. agent_recipes/templates/ai-data-profiler/README.md +14 -0
  63. agent_recipes/templates/ai-data-profiler/TEMPLATE.yaml +42 -0
  64. agent_recipes/templates/ai-dependency-auditor/README.md +12 -0
  65. agent_recipes/templates/ai-dependency-auditor/TEMPLATE.yaml +37 -0
  66. agent_recipes/templates/ai-doc-translator/README.md +12 -0
  67. agent_recipes/templates/ai-doc-translator/TEMPLATE.yaml +41 -0
  68. agent_recipes/templates/ai-duplicate-finder/README.md +59 -0
  69. agent_recipes/templates/ai-duplicate-finder/TEMPLATE.yaml +28 -0
  70. agent_recipes/templates/ai-ebook-converter/README.md +60 -0
  71. agent_recipes/templates/ai-ebook-converter/TEMPLATE.yaml +27 -0
  72. agent_recipes/templates/ai-email-parser/README.md +59 -0
  73. agent_recipes/templates/ai-email-parser/TEMPLATE.yaml +29 -0
  74. agent_recipes/templates/ai-etl-pipeline/README.md +60 -0
  75. agent_recipes/templates/ai-etl-pipeline/TEMPLATE.yaml +30 -0
  76. agent_recipes/templates/ai-excel-formula-generator/README.md +59 -0
  77. agent_recipes/templates/ai-excel-formula-generator/TEMPLATE.yaml +28 -0
  78. agent_recipes/templates/ai-face-blur/README.md +60 -0
  79. agent_recipes/templates/ai-face-blur/TEMPLATE.yaml +28 -0
  80. agent_recipes/templates/ai-fact-checker/recipe.yaml +52 -0
  81. agent_recipes/templates/ai-fact-checker/tools.py +279 -0
  82. agent_recipes/templates/ai-faq-generator/README.md +59 -0
  83. agent_recipes/templates/ai-faq-generator/TEMPLATE.yaml +28 -0
  84. agent_recipes/templates/ai-file-organizer/README.md +59 -0
  85. agent_recipes/templates/ai-file-organizer/TEMPLATE.yaml +29 -0
  86. agent_recipes/templates/ai-folder-packager/README.md +15 -0
  87. agent_recipes/templates/ai-folder-packager/TEMPLATE.yaml +48 -0
  88. agent_recipes/templates/ai-form-filler/README.md +60 -0
  89. agent_recipes/templates/ai-form-filler/TEMPLATE.yaml +30 -0
  90. agent_recipes/templates/ai-hashtag-optimizer/recipe.yaml +45 -0
  91. agent_recipes/templates/ai-hashtag-optimizer/tools.py +134 -0
  92. agent_recipes/templates/ai-hook-generator/recipe.yaml +50 -0
  93. agent_recipes/templates/ai-hook-generator/tools.py +177 -0
  94. agent_recipes/templates/ai-image-captioner/README.md +59 -0
  95. agent_recipes/templates/ai-image-captioner/TEMPLATE.yaml +28 -0
  96. agent_recipes/templates/ai-image-cataloger/README.md +13 -0
  97. agent_recipes/templates/ai-image-cataloger/TEMPLATE.yaml +39 -0
  98. agent_recipes/templates/ai-image-optimizer/README.md +13 -0
  99. agent_recipes/templates/ai-image-optimizer/TEMPLATE.yaml +43 -0
  100. agent_recipes/templates/ai-image-resizer/README.md +12 -0
  101. agent_recipes/templates/ai-image-resizer/TEMPLATE.yaml +39 -0
  102. agent_recipes/templates/ai-image-tagger/README.md +59 -0
  103. agent_recipes/templates/ai-image-tagger/TEMPLATE.yaml +28 -0
  104. agent_recipes/templates/ai-image-upscaler/README.md +60 -0
  105. agent_recipes/templates/ai-image-upscaler/TEMPLATE.yaml +27 -0
  106. agent_recipes/templates/ai-invoice-processor/README.md +60 -0
  107. agent_recipes/templates/ai-invoice-processor/TEMPLATE.yaml +34 -0
  108. agent_recipes/templates/ai-json-to-csv/README.md +12 -0
  109. agent_recipes/templates/ai-json-to-csv/TEMPLATE.yaml +36 -0
  110. agent_recipes/templates/ai-log-analyzer/README.md +59 -0
  111. agent_recipes/templates/ai-log-analyzer/TEMPLATE.yaml +28 -0
  112. agent_recipes/templates/ai-markdown-to-pdf/README.md +12 -0
  113. agent_recipes/templates/ai-markdown-to-pdf/TEMPLATE.yaml +40 -0
  114. agent_recipes/templates/ai-meeting-summarizer/README.md +59 -0
  115. agent_recipes/templates/ai-meeting-summarizer/TEMPLATE.yaml +32 -0
  116. agent_recipes/templates/ai-meta-tag-generator/README.md +59 -0
  117. agent_recipes/templates/ai-meta-tag-generator/TEMPLATE.yaml +28 -0
  118. agent_recipes/templates/ai-news-capture-pack/recipe.yaml +42 -0
  119. agent_recipes/templates/ai-news-capture-pack/tools.py +150 -0
  120. agent_recipes/templates/ai-news-crawler/recipe.yaml +99 -0
  121. agent_recipes/templates/ai-news-crawler/tools.py +417 -0
  122. agent_recipes/templates/ai-news-deduper/recipe.yaml +47 -0
  123. agent_recipes/templates/ai-news-deduper/tools.py +235 -0
  124. agent_recipes/templates/ai-newsletter-generator/README.md +59 -0
  125. agent_recipes/templates/ai-newsletter-generator/TEMPLATE.yaml +28 -0
  126. agent_recipes/templates/ai-note-summarizer/README.md +59 -0
  127. agent_recipes/templates/ai-note-summarizer/TEMPLATE.yaml +28 -0
  128. agent_recipes/templates/ai-pdf-summarizer/README.md +12 -0
  129. agent_recipes/templates/ai-pdf-summarizer/TEMPLATE.yaml +40 -0
  130. agent_recipes/templates/ai-pdf-to-markdown/README.md +19 -0
  131. agent_recipes/templates/ai-pdf-to-markdown/TEMPLATE.yaml +63 -0
  132. agent_recipes/templates/ai-performance-analyzer/recipe.yaml +45 -0
  133. agent_recipes/templates/ai-performance-analyzer/tools.py +159 -0
  134. agent_recipes/templates/ai-podcast-cleaner/README.md +117 -0
  135. agent_recipes/templates/ai-podcast-cleaner/TEMPLATE.yaml +117 -0
  136. agent_recipes/templates/ai-podcast-cleaner/agents.yaml +59 -0
  137. agent_recipes/templates/ai-podcast-cleaner/workflow.yaml +77 -0
  138. agent_recipes/templates/ai-podcast-transcriber/README.md +59 -0
  139. agent_recipes/templates/ai-podcast-transcriber/TEMPLATE.yaml +32 -0
  140. agent_recipes/templates/ai-post-copy-generator/recipe.yaml +41 -0
  141. agent_recipes/templates/ai-post-copy-generator/tools.py +105 -0
  142. agent_recipes/templates/ai-product-description-generator/README.md +59 -0
  143. agent_recipes/templates/ai-product-description-generator/TEMPLATE.yaml +28 -0
  144. agent_recipes/templates/ai-publisher-pack/recipe.yaml +44 -0
  145. agent_recipes/templates/ai-publisher-pack/tools.py +252 -0
  146. agent_recipes/templates/ai-qr-code-generator/README.md +60 -0
  147. agent_recipes/templates/ai-qr-code-generator/TEMPLATE.yaml +26 -0
  148. agent_recipes/templates/ai-regex-generator/README.md +59 -0
  149. agent_recipes/templates/ai-regex-generator/TEMPLATE.yaml +28 -0
  150. agent_recipes/templates/ai-repo-readme/README.md +13 -0
  151. agent_recipes/templates/ai-repo-readme/TEMPLATE.yaml +42 -0
  152. agent_recipes/templates/ai-report-generator/README.md +61 -0
  153. agent_recipes/templates/ai-report-generator/TEMPLATE.yaml +32 -0
  154. agent_recipes/templates/ai-resume-parser/README.md +60 -0
  155. agent_recipes/templates/ai-resume-parser/TEMPLATE.yaml +33 -0
  156. agent_recipes/templates/ai-rss-aggregator/README.md +60 -0
  157. agent_recipes/templates/ai-rss-aggregator/TEMPLATE.yaml +30 -0
  158. agent_recipes/templates/ai-schema-generator/README.md +12 -0
  159. agent_recipes/templates/ai-schema-generator/TEMPLATE.yaml +34 -0
  160. agent_recipes/templates/ai-screen-recorder/recipe.yaml +43 -0
  161. agent_recipes/templates/ai-screen-recorder/tools.py +184 -0
  162. agent_recipes/templates/ai-screenshot-capture/recipe.yaml +45 -0
  163. agent_recipes/templates/ai-screenshot-capture/tools.py +231 -0
  164. agent_recipes/templates/ai-screenshot-ocr/README.md +12 -0
  165. agent_recipes/templates/ai-screenshot-ocr/TEMPLATE.yaml +37 -0
  166. agent_recipes/templates/ai-script-writer/recipe.yaml +58 -0
  167. agent_recipes/templates/ai-script-writer/tools.py +297 -0
  168. agent_recipes/templates/ai-sentiment-analyzer/README.md +59 -0
  169. agent_recipes/templates/ai-sentiment-analyzer/TEMPLATE.yaml +28 -0
  170. agent_recipes/templates/ai-seo-optimizer/README.md +59 -0
  171. agent_recipes/templates/ai-seo-optimizer/TEMPLATE.yaml +28 -0
  172. agent_recipes/templates/ai-signal-ranker/recipe.yaml +54 -0
  173. agent_recipes/templates/ai-signal-ranker/tools.py +256 -0
  174. agent_recipes/templates/ai-sitemap-generator/README.md +59 -0
  175. agent_recipes/templates/ai-sitemap-generator/TEMPLATE.yaml +26 -0
  176. agent_recipes/templates/ai-sitemap-scraper/README.md +13 -0
  177. agent_recipes/templates/ai-sitemap-scraper/TEMPLATE.yaml +41 -0
  178. agent_recipes/templates/ai-slide-generator/README.md +60 -0
  179. agent_recipes/templates/ai-slide-generator/TEMPLATE.yaml +29 -0
  180. agent_recipes/templates/ai-slide-to-notes/README.md +12 -0
  181. agent_recipes/templates/ai-slide-to-notes/TEMPLATE.yaml +37 -0
  182. agent_recipes/templates/ai-social-media-generator/README.md +59 -0
  183. agent_recipes/templates/ai-social-media-generator/TEMPLATE.yaml +28 -0
  184. agent_recipes/templates/ai-sql-generator/README.md +59 -0
  185. agent_recipes/templates/ai-sql-generator/TEMPLATE.yaml +28 -0
  186. agent_recipes/templates/ai-subtitle-generator/README.md +59 -0
  187. agent_recipes/templates/ai-subtitle-generator/TEMPLATE.yaml +31 -0
  188. agent_recipes/templates/ai-test-generator/README.md +59 -0
  189. agent_recipes/templates/ai-test-generator/TEMPLATE.yaml +28 -0
  190. agent_recipes/templates/ai-translation-batch/README.md +59 -0
  191. agent_recipes/templates/ai-translation-batch/TEMPLATE.yaml +28 -0
  192. agent_recipes/templates/ai-url-to-markdown/README.md +14 -0
  193. agent_recipes/templates/ai-url-to-markdown/TEMPLATE.yaml +44 -0
  194. agent_recipes/templates/ai-video-chapter-generator/README.md +59 -0
  195. agent_recipes/templates/ai-video-chapter-generator/TEMPLATE.yaml +32 -0
  196. agent_recipes/templates/ai-video-compressor/README.md +59 -0
  197. agent_recipes/templates/ai-video-compressor/TEMPLATE.yaml +28 -0
  198. agent_recipes/templates/ai-video-editor/README.md +254 -0
  199. agent_recipes/templates/ai-video-editor/TEMPLATE.yaml +139 -0
  200. agent_recipes/templates/ai-video-editor/agents.yaml +36 -0
  201. agent_recipes/templates/ai-video-editor/requirements.txt +8 -0
  202. agent_recipes/templates/ai-video-editor/scripts/run.sh +10 -0
  203. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__init__.py +45 -0
  204. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__main__.py +8 -0
  205. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/__init__.cpython-312.pyc +0 -0
  206. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/cli.cpython-312.pyc +0 -0
  207. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/config.cpython-312.pyc +0 -0
  208. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/ffmpeg_probe.cpython-312.pyc +0 -0
  209. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/heuristics.cpython-312.pyc +0 -0
  210. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/llm_plan.cpython-312.pyc +0 -0
  211. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/models.cpython-312.pyc +0 -0
  212. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/pipeline.cpython-312.pyc +0 -0
  213. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/render.cpython-312.pyc +0 -0
  214. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/timeline.cpython-312.pyc +0 -0
  215. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/transcribe.cpython-312.pyc +0 -0
  216. agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/utils.cpython-312.pyc +0 -0
  217. agent_recipes/templates/ai-video-editor/src/ai_video_editor/cli.py +343 -0
  218. agent_recipes/templates/ai-video-editor/src/ai_video_editor/config.py +102 -0
  219. agent_recipes/templates/ai-video-editor/src/ai_video_editor/ffmpeg_probe.py +92 -0
  220. agent_recipes/templates/ai-video-editor/src/ai_video_editor/heuristics.py +119 -0
  221. agent_recipes/templates/ai-video-editor/src/ai_video_editor/llm_plan.py +277 -0
  222. agent_recipes/templates/ai-video-editor/src/ai_video_editor/models.py +343 -0
  223. agent_recipes/templates/ai-video-editor/src/ai_video_editor/pipeline.py +287 -0
  224. agent_recipes/templates/ai-video-editor/src/ai_video_editor/render.py +274 -0
  225. agent_recipes/templates/ai-video-editor/src/ai_video_editor/timeline.py +278 -0
  226. agent_recipes/templates/ai-video-editor/src/ai_video_editor/transcribe.py +233 -0
  227. agent_recipes/templates/ai-video-editor/src/ai_video_editor/utils.py +222 -0
  228. agent_recipes/templates/ai-video-editor/src/input.mov +0 -0
  229. agent_recipes/templates/ai-video-editor/src/out.mp4 +0 -0
  230. agent_recipes/templates/ai-video-editor/tests/test_heuristics.py +130 -0
  231. agent_recipes/templates/ai-video-editor/tests/test_models.py +152 -0
  232. agent_recipes/templates/ai-video-editor/tests/test_timeline.py +105 -0
  233. agent_recipes/templates/ai-video-editor/workflow.yaml +51 -0
  234. agent_recipes/templates/ai-video-highlight-extractor/README.md +60 -0
  235. agent_recipes/templates/ai-video-highlight-extractor/TEMPLATE.yaml +33 -0
  236. agent_recipes/templates/ai-video-merger/recipe.yaml +40 -0
  237. agent_recipes/templates/ai-video-merger/tools.py +172 -0
  238. agent_recipes/templates/ai-video-thumbnails/README.md +16 -0
  239. agent_recipes/templates/ai-video-thumbnails/TEMPLATE.yaml +53 -0
  240. agent_recipes/templates/ai-video-to-gif/README.md +14 -0
  241. agent_recipes/templates/ai-video-to-gif/TEMPLATE.yaml +64 -0
  242. agent_recipes/templates/ai-voice-cloner/README.md +59 -0
  243. agent_recipes/templates/ai-voice-cloner/TEMPLATE.yaml +31 -0
  244. agent_recipes/templates/ai-voiceover-generator/recipe.yaml +41 -0
  245. agent_recipes/templates/ai-voiceover-generator/tools.py +194 -0
  246. agent_recipes/templates/ai-watermark-adder/README.md +59 -0
  247. agent_recipes/templates/ai-watermark-adder/TEMPLATE.yaml +26 -0
  248. agent_recipes/templates/ai-watermark-remover/README.md +60 -0
  249. agent_recipes/templates/ai-watermark-remover/TEMPLATE.yaml +32 -0
  250. agent_recipes/templates/data-transformer/README.md +75 -0
  251. agent_recipes/templates/data-transformer/TEMPLATE.yaml +63 -0
  252. agent_recipes/templates/data-transformer/agents.yaml +70 -0
  253. agent_recipes/templates/data-transformer/workflow.yaml +92 -0
  254. agent_recipes/templates/shorts-generator/README.md +61 -0
  255. agent_recipes/templates/shorts-generator/TEMPLATE.yaml +65 -0
  256. agent_recipes/templates/shorts-generator/agents.yaml +66 -0
  257. agent_recipes/templates/shorts-generator/workflow.yaml +86 -0
  258. agent_recipes/templates/transcript-generator/README.md +103 -0
  259. agent_recipes/templates/transcript-generator/TEMPLATE.yaml +57 -0
  260. agent_recipes/templates/transcript-generator/agents.yaml +62 -0
  261. agent_recipes/templates/transcript-generator/workflow.yaml +82 -0
  262. agent_recipes/templates/video-editor/README.md +70 -0
  263. agent_recipes/templates/video-editor/TEMPLATE.yaml +55 -0
  264. agent_recipes/templates/video-editor/agents.yaml +68 -0
  265. agent_recipes/templates/video-editor/workflow.yaml +92 -0
  266. agent_recipes-0.0.5.dist-info/METADATA +145 -0
  267. agent_recipes-0.0.5.dist-info/RECORD +269 -0
  268. agent_recipes-0.0.5.dist-info/WHEEL +5 -0
  269. agent_recipes-0.0.5.dist-info/top_level.txt +1 -0
  270. /236/326/177nE/243/231/214/232/265/322m/201/253/353/022C/372/321/266/b/225^=/272/017t/262/3337/310@/315wb/341pB/277z/216/330/314/004/265B/213/375/236/203/026/373/307/354z41/347#/374q/262/22589/032/276 /277/244Vh/322/017/004/224/215/004/367/377/375/335/n +0 -0
@@ -0,0 +1,55 @@
1
+ name: video-editor
2
+ version: "1.0.0"
3
+ description: AI-powered video editing with natural language commands
4
+ author: praisonai
5
+ license: Apache-2.0
6
+ tags: [video, editing, effects, trim, render]
7
+
8
+ requires:
9
+ tools: [shell_tool, file_tool]
10
+ packages: [moviepy, ffmpeg-python]
11
+ env: [OPENAI_API_KEY]
12
+
13
+ workflow: workflow.yaml
14
+ agents: agents.yaml
15
+
16
+ config:
17
+ input:
18
+ type: string
19
+ required: true
20
+ description: Input video file path
21
+ output:
22
+ type: string
23
+ description: Output video file path
24
+ instructions:
25
+ type: string
26
+ required: true
27
+ description: Natural language editing instructions
28
+ preview:
29
+ type: boolean
30
+ default: true
31
+ description: Generate preview before final render
32
+
33
+ defaults:
34
+ preview: true
35
+
36
+ cli:
37
+ command: video-edit
38
+ args:
39
+ - name: input
40
+ positional: true
41
+ description: Input video file
42
+ - name: --output
43
+ short: -o
44
+ description: Output video file
45
+ - name: --instructions
46
+ short: -i
47
+ required: true
48
+ description: Editing instructions in natural language
49
+ - name: --no-preview
50
+ flag: true
51
+ description: Skip preview generation
52
+ examples:
53
+ - praisonai run video-editor ./raw.mp4 -o ./final.mp4 -i "Trim first 10s, add fade in"
54
+ - praisonai run video-editor ./video.mp4 -i "Speed up 1.5x, add background music"
55
+ - praisonai run video-editor ./clip.mp4 -i "Add text overlay 'Hello World' at center"
@@ -0,0 +1,68 @@
1
+ agents:
2
+ analyzer:
3
+ name: VideoAnalyzer
4
+ role: Video Analyst
5
+ goal: Analyze video properties and understand editing requirements
6
+ backstory: |
7
+ I am an expert at analyzing video files and understanding their
8
+ technical properties. I can identify scenes, transitions, and
9
+ provide detailed metadata about any video.
10
+ instructions: |
11
+ Analyze the input video:
12
+ - Get duration, resolution, codec, fps
13
+ - Identify key scenes and timestamps
14
+ - Parse editing instructions into specific operations
15
+ Return a structured edit plan.
16
+ verbose: true
17
+
18
+ planner:
19
+ name: EditPlanner
20
+ role: Edit Planner
21
+ goal: Create detailed editing plan from instructions
22
+ backstory: |
23
+ I am a professional video editor who can translate natural language
24
+ instructions into precise technical editing operations. I understand
25
+ ffmpeg, moviepy, and professional editing workflows.
26
+ instructions: |
27
+ Create an editing plan from natural language instructions.
28
+ Break down into specific operations:
29
+ - Trim/cut operations with timestamps
30
+ - Effects (fade, blur, color correction)
31
+ - Audio operations (volume, music, mute)
32
+ - Text overlays with position and timing
33
+ - Speed changes
34
+ Return ordered list of operations.
35
+ verbose: true
36
+
37
+ renderer:
38
+ name: VideoRenderer
39
+ role: Video Renderer
40
+ goal: Execute video editing operations
41
+ backstory: |
42
+ I am a video rendering specialist who can execute complex editing
43
+ operations using ffmpeg and moviepy. I ensure high quality output
44
+ while maintaining efficient processing.
45
+ instructions: |
46
+ Execute the editing plan:
47
+ - Use ffmpeg or moviepy for operations
48
+ - Maintain quality settings
49
+ - Handle audio/video sync
50
+ - Output to specified format
51
+ tools: [shell_tool]
52
+ verbose: true
53
+
54
+ qc_agent:
55
+ name: QualityChecker
56
+ role: QA Engineer
57
+ goal: Verify output video quality
58
+ backstory: |
59
+ I am a quality assurance specialist for video content. I verify
60
+ that rendered videos meet quality standards and are free from
61
+ common issues like sync problems or artifacts.
62
+ instructions: |
63
+ Quality check the rendered video:
64
+ - Verify audio sync
65
+ - Check resolution matches expected
66
+ - Confirm no artifacts or glitches
67
+ - Validate file integrity
68
+ verbose: true
@@ -0,0 +1,92 @@
1
+ name: Video Editor
2
+ description: AI-powered video editing with natural language commands
3
+
4
+ workflow:
5
+ verbose: true
6
+ stream: true
7
+
8
+ variables:
9
+ input: "{{input}}"
10
+ output: "{{output}}"
11
+ instructions: "{{instructions}}"
12
+ preview: "{{preview}}"
13
+
14
+ agents:
15
+ analyzer:
16
+ name: VideoAnalyzer
17
+ role: Video Analyst
18
+ goal: Analyze video properties and understand editing requirements
19
+ instructions: |
20
+ Analyze the input video:
21
+ - Get duration, resolution, codec, fps
22
+ - Identify key scenes and timestamps
23
+ - Parse editing instructions into specific operations
24
+ Return a structured edit plan.
25
+
26
+ planner:
27
+ name: EditPlanner
28
+ role: Edit Planner
29
+ goal: Create detailed editing plan from instructions
30
+ instructions: |
31
+ Create an editing plan from: {{instructions}}
32
+ Break down into specific operations:
33
+ - Trim/cut operations with timestamps
34
+ - Effects (fade, blur, color correction)
35
+ - Audio operations (volume, music, mute)
36
+ - Text overlays with position and timing
37
+ - Speed changes
38
+ Return ordered list of ffmpeg/moviepy operations.
39
+
40
+ renderer:
41
+ name: VideoRenderer
42
+ role: Video Renderer
43
+ goal: Execute video editing operations
44
+ instructions: |
45
+ Execute the editing plan:
46
+ - Use ffmpeg or moviepy for operations
47
+ - Maintain quality settings
48
+ - Handle audio/video sync
49
+ - Output to specified format
50
+ tools: [shell_tool]
51
+
52
+ qc_agent:
53
+ name: QualityChecker
54
+ role: QA Engineer
55
+ goal: Verify output video quality
56
+ instructions: |
57
+ Quality check the rendered video:
58
+ - Verify audio sync
59
+ - Check resolution matches expected
60
+ - Confirm no artifacts or glitches
61
+ - Validate file integrity
62
+
63
+ steps:
64
+ - name: analyze
65
+ agent: analyzer
66
+ action: "Analyze video: {{input}}"
67
+ output_variable: video_info
68
+
69
+ - name: plan
70
+ agent: planner
71
+ action: "Create edit plan from: {{instructions}}"
72
+ context_from: [analyze]
73
+ output_variable: edit_plan
74
+
75
+ - name: preview
76
+ agent: renderer
77
+ action: "Generate low-res preview"
78
+ context_from: [plan]
79
+ condition: "{{preview}}"
80
+ output_variable: preview_path
81
+
82
+ - name: render
83
+ agent: renderer
84
+ action: "Render final video to {{output}}"
85
+ context_from: [plan]
86
+ output_variable: output_path
87
+
88
+ - name: qc
89
+ agent: qc_agent
90
+ action: "Quality check: verify audio sync, resolution, artifacts"
91
+ context_from: [render]
92
+ output_variable: qc_result
@@ -0,0 +1,145 @@
1
+ Metadata-Version: 2.4
2
+ Name: agent-recipes
3
+ Version: 0.0.5
4
+ Summary: Real-world AI agent templates and recipes for PraisonAI
5
+ Author: praison
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/MervinPraison/agent-recipes
8
+ Project-URL: Documentation, https://docs.praison.ai/templates
9
+ Project-URL: Repository, https://github.com/MervinPraison/agent-recipes
10
+ Project-URL: Issues, https://github.com/MervinPraison/agent-recipes/issues
11
+ Keywords: ai,agents,templates,recipes,praisonai,workflow
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
+ Requires-Python: >=3.9
22
+ Description-Content-Type: text/markdown
23
+ Requires-Dist: pyyaml>=6.0
24
+ Provides-Extra: transcript
25
+ Requires-Dist: openai-whisper>=20231117; extra == "transcript"
26
+ Requires-Dist: yt-dlp>=2023.11.16; extra == "transcript"
27
+ Provides-Extra: video
28
+ Requires-Dist: moviepy>=1.0.3; extra == "video"
29
+ Requires-Dist: ffmpeg-python>=0.2.0; extra == "video"
30
+ Provides-Extra: all
31
+ Requires-Dist: agent-recipes[transcript,video]; extra == "all"
32
+ Provides-Extra: dev
33
+ Requires-Dist: pytest>=7.0; extra == "dev"
34
+ Requires-Dist: pytest-cov>=4.0; extra == "dev"
35
+
36
+ # Agent Recipes
37
+
38
+ Pre-built, distributable AI agent workflows with dependency management.
39
+
40
+ ## Templates vs Project Config
41
+
42
+ | Concept | What It Is | When to Use |
43
+ |---------|------------|-------------|
44
+ | **Project Config** (`agents.yaml` + `tools.py`) | Local, ad-hoc agent definition in your working directory | Rapid prototyping, local development, quick iteration |
45
+ | **Templates/Recipes** (this repo) | Distributable, versioned agent bundles with dependency checking | Sharing workflows, reproducible pipelines, production use |
46
+
47
+ **Key Differences:**
48
+ - **Project Config**: No dependency management, no versioning, not portable
49
+ - **Templates**: Explicit `requires` (packages, env vars, external tools), versioned, discoverable via CLI
50
+
51
+ ## Installation
52
+
53
+ | Command | Description |
54
+ |---------|-------------|
55
+ | `pip install agent-recipes` | Install from PyPI |
56
+ | `pip install -e .` | Install from source |
57
+
58
+ ## CLI Commands
59
+
60
+ | Command | Description |
61
+ |---------|-------------|
62
+ | `praison templates list` | List available recipes |
63
+ | `praison templates info <recipe>` | Show recipe details |
64
+ | `praison templates run <recipe> <input>` | Run a recipe |
65
+ | `praison templates run <recipe> <input> --dry-run` | Preview without executing |
66
+ | `praison templates run <recipe> <input> --output <dir>` | Specify output directory |
67
+ | `praison templates run <recipe> <input> --force` | Overwrite existing output |
68
+
69
+ ## Video/Audio Recipes
70
+
71
+ | Recipe | CLI Command | Docs |
72
+ |--------|-------------|------|
73
+ | `ai-podcast-cleaner` | `praison templates run ai-podcast-cleaner recording.wav` | [README](agent_recipes/templates/ai-podcast-cleaner/README.md) |
74
+ | `ai-video-to-gif` | `praison templates run ai-video-to-gif video.mp4` | [README](agent_recipes/templates/ai-video-to-gif/README.md) |
75
+ | `ai-audio-splitter` | `praison templates run ai-audio-splitter audio.mp3` | [README](agent_recipes/templates/ai-audio-splitter/README.md) |
76
+ | `ai-video-thumbnails` | `praison templates run ai-video-thumbnails video.mp4` | [README](agent_recipes/templates/ai-video-thumbnails/README.md) |
77
+ | `ai-audio-normalizer` | `praison templates run ai-audio-normalizer audio.mp3` | [README](agent_recipes/templates/ai-audio-normalizer/README.md) |
78
+ | `ai-video-editor` | `praison templates run ai-video-editor video.mp4` | [README](agent_recipes/templates/ai-video-editor/README.md) |
79
+ | `transcript-generator` | `praison templates run transcript-generator audio.mp3` | [README](agent_recipes/templates/transcript-generator/README.md) |
80
+
81
+ ## Document Recipes
82
+
83
+ | Recipe | CLI Command | Docs |
84
+ |--------|-------------|------|
85
+ | `ai-pdf-to-markdown` | `praison templates run ai-pdf-to-markdown document.pdf` | [README](agent_recipes/templates/ai-pdf-to-markdown/README.md) |
86
+ | `ai-markdown-to-pdf` | `praison templates run ai-markdown-to-pdf document.md` | [README](agent_recipes/templates/ai-markdown-to-pdf/README.md) |
87
+ | `ai-pdf-summarizer` | `praison templates run ai-pdf-summarizer document.pdf` | [README](agent_recipes/templates/ai-pdf-summarizer/README.md) |
88
+ | `ai-slide-to-notes` | `praison templates run ai-slide-to-notes presentation.pdf` | [README](agent_recipes/templates/ai-slide-to-notes/README.md) |
89
+ | `ai-doc-translator` | `praison templates run ai-doc-translator document.md --language es` | [README](agent_recipes/templates/ai-doc-translator/README.md) |
90
+
91
+ ## Image Recipes
92
+
93
+ | Recipe | CLI Command | Docs |
94
+ |--------|-------------|------|
95
+ | `ai-image-optimizer` | `praison templates run ai-image-optimizer ./images/` | [README](agent_recipes/templates/ai-image-optimizer/README.md) |
96
+ | `ai-image-cataloger` | `praison templates run ai-image-cataloger ./photos/` | [README](agent_recipes/templates/ai-image-cataloger/README.md) |
97
+ | `ai-screenshot-ocr` | `praison templates run ai-screenshot-ocr screenshot.png` | [README](agent_recipes/templates/ai-screenshot-ocr/README.md) |
98
+ | `ai-image-resizer` | `praison templates run ai-image-resizer ./images/` | [README](agent_recipes/templates/ai-image-resizer/README.md) |
99
+
100
+ ## Code/Repo Recipes
101
+
102
+ | Recipe | CLI Command | Docs |
103
+ |--------|-------------|------|
104
+ | `ai-repo-readme` | `praison templates run ai-repo-readme ./my-project` | [README](agent_recipes/templates/ai-repo-readme/README.md) |
105
+ | `ai-changelog-generator` | `praison templates run ai-changelog-generator ./my-repo` | [README](agent_recipes/templates/ai-changelog-generator/README.md) |
106
+ | `ai-code-documenter` | `praison templates run ai-code-documenter ./src/` | [README](agent_recipes/templates/ai-code-documenter/README.md) |
107
+ | `ai-dependency-auditor` | `praison templates run ai-dependency-auditor ./my-project` | [README](agent_recipes/templates/ai-dependency-auditor/README.md) |
108
+
109
+ ## Data Recipes
110
+
111
+ | Recipe | CLI Command | Docs |
112
+ |--------|-------------|------|
113
+ | `ai-csv-cleaner` | `praison templates run ai-csv-cleaner data.csv` | [README](agent_recipes/templates/ai-csv-cleaner/README.md) |
114
+ | `ai-json-to-csv` | `praison templates run ai-json-to-csv data.json` | [README](agent_recipes/templates/ai-json-to-csv/README.md) |
115
+ | `ai-data-profiler` | `praison templates run ai-data-profiler data.csv` | [README](agent_recipes/templates/ai-data-profiler/README.md) |
116
+ | `ai-schema-generator` | `praison templates run ai-schema-generator data.json` | [README](agent_recipes/templates/ai-schema-generator/README.md) |
117
+ | `data-transformer` | `praison templates run data-transformer data.csv` | [README](agent_recipes/templates/data-transformer/README.md) |
118
+
119
+ ## Web Recipes
120
+
121
+ | Recipe | CLI Command | Docs |
122
+ |--------|-------------|------|
123
+ | `ai-url-to-markdown` | `praison templates run ai-url-to-markdown https://example.com/article` | [README](agent_recipes/templates/ai-url-to-markdown/README.md) |
124
+ | `ai-sitemap-scraper` | `praison templates run ai-sitemap-scraper https://example.com/sitemap.xml` | [README](agent_recipes/templates/ai-sitemap-scraper/README.md) |
125
+
126
+ ## Packaging Recipes
127
+
128
+ | Recipe | CLI Command | Docs |
129
+ |--------|-------------|------|
130
+ | `ai-folder-packager` | `praison templates run ai-folder-packager ./my-project` | [README](agent_recipes/templates/ai-folder-packager/README.md) |
131
+
132
+ ## Recipe Options
133
+
134
+ | Option | Description |
135
+ |--------|-------------|
136
+ | `--output`, `-o` | Output directory |
137
+ | `--dry-run` | Show plan without executing |
138
+ | `--force` | Overwrite existing output |
139
+ | `--verbose`, `-v` | Enable verbose output |
140
+ | `--preset` | Use a preset configuration |
141
+ | `--config` | Path to config file |
142
+
143
+ ## License
144
+
145
+ Apache-2.0
@@ -0,0 +1,269 @@
1
+ agent_recipes/__init__.py,sha256=RDCExVejzaa6pPnm6W5T9w4VJReBOoYpPBYERl3WWE8,855
2
+ agent_recipes/recipe_runtime/__init__.py,sha256=cqalogzFrzLnLOkrvX7eftzwIccTtApJsXT8i_4QxpI,462
3
+ agent_recipes/recipe_runtime/core.py,sha256=0pnJSe0x2QhQ_8LuqxOgcJSpBKpc88RB6cP97W0Qxuo,10937
4
+ agent_recipes/templates/ai-ab-hook-tester/recipe.yaml,sha256=8SbmpH3SEX4JPw4m9RLv0u07G6j4UUEEe1GE_jCPN9Y,702
5
+ agent_recipes/templates/ai-ab-hook-tester/tools.py,sha256=ssO3jVn9JYc1KF0vK1O3Ac6p4K2DOVm6DJZA-NswT6g,5264
6
+ agent_recipes/templates/ai-angle-generator/recipe.yaml,sha256=MeaqmKZ9pJphL6tg4ThZT2ihYxr_TL5E99mouQgJBTE,835
7
+ agent_recipes/templates/ai-angle-generator/tools.py,sha256=WxOg9H-smVLVlDtMtwhBFtUZlcGWvodeRfoqmvP1yZ4,5074
8
+ agent_recipes/templates/ai-api-doc-generator/README.md,sha256=tCWrhfqJ3nCPzpc6qNllCZHJwNbdvkg83ZjxEAb6euE,939
9
+ agent_recipes/templates/ai-api-doc-generator/TEMPLATE.yaml,sha256=nAV6VUZDNCuYOh0nKopKClGjHZyla4f9pPENxjWCR3I,597
10
+ agent_recipes/templates/ai-api-tester/README.md,sha256=gyajREEAnc00-Bc9mSbpuIsoSS3_YIcKovGSpURSyUQ,885
11
+ agent_recipes/templates/ai-api-tester/TEMPLATE.yaml,sha256=pRolDsvhnX1efk-Y3JCIKo49gpKz1J6lNkseABa6ubM,559
12
+ agent_recipes/templates/ai-audio-enhancer/README.md,sha256=S5kU9Z54qtG2Eb7xZOAsWWE2azv8rzC2bGIzHD1nFpU,931
13
+ agent_recipes/templates/ai-audio-enhancer/TEMPLATE.yaml,sha256=83TdRpJv5qdh3kJ-vm5Bg-sp9oVJBpfC5UG894k5UKA,600
14
+ agent_recipes/templates/ai-audio-normalizer/README.md,sha256=aOkcwMFPMGAtxisZX8g0LuEuWVRqgKq5yzCnpfO4hZs,291
15
+ agent_recipes/templates/ai-audio-normalizer/TEMPLATE.yaml,sha256=ds2kSkr5JqV7aPcFGwtz6ik4BUmwcs62YKroYHKYlKE,833
16
+ agent_recipes/templates/ai-audio-splitter/README.md,sha256=0vcgpN7nvC8PMxEsmOhjyDbeE-dAYxZourxIICidJt8,325
17
+ agent_recipes/templates/ai-audio-splitter/TEMPLATE.yaml,sha256=OwlKJwDhF1YBitnn1rqWPaOVqUD3kLTJt41Df_RPxJ4,904
18
+ agent_recipes/templates/ai-background-music-generator/README.md,sha256=tWMWyGY7WRu7IBxbEOXRxyqA98f8iqbRdEUDNnjH-Vo,1001
19
+ agent_recipes/templates/ai-background-music-generator/TEMPLATE.yaml,sha256=NnVCA3AMsRd0i-Dbf89WunBHtGXsv72pia5wIRFTnJg,640
20
+ agent_recipes/templates/ai-background-remover/README.md,sha256=VRDh1Ic48yYL3jpVCHLZTqhXH3g6PpVWl3en-K4-Ocg,932
21
+ agent_recipes/templates/ai-background-remover/TEMPLATE.yaml,sha256=YvBAI8ghBrvuYMeoJUOr6NA7rPCy0iLfAww3PNY6zi8,574
22
+ agent_recipes/templates/ai-barcode-scanner/README.md,sha256=l17Sb3S-YNpUwExVDCizjqwW46I9stoGZZlLGGHmres,916
23
+ agent_recipes/templates/ai-barcode-scanner/TEMPLATE.yaml,sha256=chodm5h1yGjwFS5iwY-RlbQ9XBCiAZdUIjDaniiBYEg,548
24
+ agent_recipes/templates/ai-blog-generator/README.md,sha256=ZRby5h3IF3W_U5FkicNBu30BHEnoH595PPnj12O9OpI,895
25
+ agent_recipes/templates/ai-blog-generator/TEMPLATE.yaml,sha256=JhkRmPRIYO4DIFeoG0q-uSmQOj9rIrEo2JEVCASPw_U,558
26
+ agent_recipes/templates/ai-brief-generator/recipe.yaml,sha256=d6hlHT71fCWFX5djb8nm6WaG57rM87zwRCZiKbWJP-w,888
27
+ agent_recipes/templates/ai-brief-generator/tools.py,sha256=AcNsUvZlPZ3sCAj4jEAH31tuKAs1cHzFAt5gYEZapqc,6029
28
+ agent_recipes/templates/ai-broll-builder/recipe.yaml,sha256=e9iQ7Ulb-gsUBwEpDme821Q_0aaDg36eBn0wNwDP_Yo,726
29
+ agent_recipes/templates/ai-broll-builder/tools.py,sha256=0MdSqvE4HnjoKgzvqwqzjj-Yij5XMHGlYxJwjpaKSuU,5873
30
+ agent_recipes/templates/ai-calendar-scheduler/README.md,sha256=SyyHejrTtfyFsp5RMt99BjF5gPt_UdXwclxX0FCtvjY,961
31
+ agent_recipes/templates/ai-calendar-scheduler/TEMPLATE.yaml,sha256=BhIZX8YkRDViXcjxOaWmPpTbh0v9y8m4uYCC6xAIUpk,620
32
+ agent_recipes/templates/ai-changelog-generator/README.md,sha256=PCvuQcQri9iujvhs3OJNNxyXuWzOQ7DhJtH2-0PWIeg,338
33
+ agent_recipes/templates/ai-changelog-generator/TEMPLATE.yaml,sha256=9TLOFZnmAmbUlM8MHFlPWd-5cvCUPi8h8iKzUcteFQY,910
34
+ agent_recipes/templates/ai-chart-generator/README.md,sha256=88qbskY2ubMSq2a-mLHeQQL0wjk8fl0-OSktH1xyRpw,939
35
+ agent_recipes/templates/ai-chart-generator/TEMPLATE.yaml,sha256=cfTiu7bRc0ELEfdbOlDZP097eQBJISLkgo8oydyDRt4,641
36
+ agent_recipes/templates/ai-code-documenter/README.md,sha256=Rh8f3r_mbpejoKjDj_3YEqeuG-ju8MDOpbQsQwqW4MY,201
37
+ agent_recipes/templates/ai-code-documenter/TEMPLATE.yaml,sha256=KmfYIiYC44XPHe8MoN48aRrYp4j-QWWC7GdnA0TJX4k,653
38
+ agent_recipes/templates/ai-code-refactorer/README.md,sha256=qzRBHIY3HtXN-YYo6OKuBjPTtozJkURwxwwPY8oprQw,948
39
+ agent_recipes/templates/ai-code-refactorer/TEMPLATE.yaml,sha256=5VAFRsKVVOgFdE4VpUbaSvDhjZqlnB2zZLp-HAnePv8,608
40
+ agent_recipes/templates/ai-code-reviewer/README.md,sha256=lK6M2zM_F5WBpupWPqMWHrydSs9n5VkAGn0tnAMlucQ,895
41
+ agent_recipes/templates/ai-code-reviewer/TEMPLATE.yaml,sha256=ro_Z6kcq1sFNUPFMOh-Ckhv6dMSWos9ePlBDK18Dz4g,599
42
+ agent_recipes/templates/ai-color-palette-extractor/README.md,sha256=245HpuI8rxeqXmM0xdJeL5xmHksTJMzweYRQPoVeqZQ,966
43
+ agent_recipes/templates/ai-color-palette-extractor/TEMPLATE.yaml,sha256=_AK-0wICQ0KLnbnAK9r8bvOedp5m3m5MvT8jV505rrc,599
44
+ agent_recipes/templates/ai-comment-miner/recipe.yaml,sha256=BGiUVTYYYTk6m7sGgGXq4nvWOm7cZ6DYZ5VJSPZdSUY,592
45
+ agent_recipes/templates/ai-comment-miner/tools.py,sha256=Ma42vuFN_UiW7GTsKLcgTfqBxzMsyU_kY9paljcvaTY,3841
46
+ agent_recipes/templates/ai-commit-message-generator/README.md,sha256=kZ3o_Gmv0qePW_pxSHAfSv12G_YW_-li_5kO3OjzzhA,969
47
+ agent_recipes/templates/ai-commit-message-generator/TEMPLATE.yaml,sha256=Z1u1phTnAqyym80Q4_WME1MWRhgPSMQ5UNzLcNyXud4,650
48
+ agent_recipes/templates/ai-content-calendar/recipe.yaml,sha256=iGhBdhxWKVTgiUAsMT7PilGisfDNKu532w0DNjjDPZw,664
49
+ agent_recipes/templates/ai-content-calendar/tools.py,sha256=TP6eUJmR3GOyKoWkB_gFDbOgDJ-kyE17B_9jntCi8e0,4726
50
+ agent_recipes/templates/ai-context-enricher/recipe.yaml,sha256=jAGycJCXwrdeInv81Fnqqxfugl_LLFNaU5kuL5QvxpY,869
51
+ agent_recipes/templates/ai-context-enricher/tools.py,sha256=z2e7SFJ01hC_VWQoUkIGdfAUGa11y7Aa1Wl38g9gW44,6922
52
+ agent_recipes/templates/ai-contract-analyzer/README.md,sha256=5Eqx7W3csqyKB9J9gZ5XFPYJLudrPZ-ulIb4Vs1_yoI,988
53
+ agent_recipes/templates/ai-contract-analyzer/TEMPLATE.yaml,sha256=WHuXW7ked5kLsptjtO9XN9UpRyDPthZu-GSRq7J0Pb8,764
54
+ agent_recipes/templates/ai-csv-cleaner/README.md,sha256=PSGLYDu5Ef2EawWNf21dUQ-MmlQ4qf7GFm0av4vGUjs,311
55
+ agent_recipes/templates/ai-csv-cleaner/TEMPLATE.yaml,sha256=9BvMZ7RHn_5jHAB0LHviK6eObqSfdpR7kswmX_cmBCg,859
56
+ agent_recipes/templates/ai-cta-generator/recipe.yaml,sha256=lPSf6QQ87TLD7C5VnvzJn8c1V_AqVHYv5TneyYVFk8Q,820
57
+ agent_recipes/templates/ai-cta-generator/tools.py,sha256=qWeUr-3DJ5dKnW0blOeNYdH3TuxJISZONXuKsTfHl8w,4744
58
+ agent_recipes/templates/ai-daily-news-show/recipe.yaml,sha256=p9i6Zmre2elsrrhqVwWF7lfvJVMcvzAeqUGpyJokhgI,2401
59
+ agent_recipes/templates/ai-daily-news-show/tools.py,sha256=zHgLuv0m0rHI32QmUZtGkNZkFBTd4haj2uw5cjxRNtk,10029
60
+ agent_recipes/templates/ai-data-anonymizer/README.md,sha256=LsC0BM3lwXV3dM_4Pq6hiR3TSA3Hj0w8JD8_qawQdnU,942
61
+ agent_recipes/templates/ai-data-anonymizer/TEMPLATE.yaml,sha256=NhmxLm_5kljzYw3Q08nJ3REcilDAkWXcAqeMDAsVO68,623
62
+ agent_recipes/templates/ai-data-profiler/README.md,sha256=UBnGgQAlHOOj2I7EQ0jU9TLSZcCWleLlwdMDlLl5Xv0,315
63
+ agent_recipes/templates/ai-data-profiler/TEMPLATE.yaml,sha256=fX1x6eSW4W-F1Rb8d_7PtJgW0IQ6rDHxjaBQJmsG8XY,779
64
+ agent_recipes/templates/ai-dependency-auditor/README.md,sha256=HhDmJC4mdGCgHstPAXg8Cdjeq1UIw6aLENYSZrc7vw0,239
65
+ agent_recipes/templates/ai-dependency-auditor/TEMPLATE.yaml,sha256=tjuhLm1oebUCnHe5MzAQuTlUOiRknTkYI5f41p-OK9E,707
66
+ agent_recipes/templates/ai-doc-translator/README.md,sha256=sbGNroUZrXt8jrbMKZ3P38Pww4iqj_0SYSRq7BmztmA,251
67
+ agent_recipes/templates/ai-doc-translator/TEMPLATE.yaml,sha256=sIVcPFJzqHraGFlOI83VOro7klYrgoIeHxoFx0Dietg,758
68
+ agent_recipes/templates/ai-duplicate-finder/README.md,sha256=2hHt1g5V5nK5g3KPE_x0SIbJCqTRW9IMM_wGLE7Sbp0,918
69
+ agent_recipes/templates/ai-duplicate-finder/TEMPLATE.yaml,sha256=MhKZjsHv1C0cyPTsfhaqlA2L9VvMzs91KlWn-8KbN28,576
70
+ agent_recipes/templates/ai-ebook-converter/README.md,sha256=kumj-ei8li_kuLuoqwwmjWPIwidM1ymc5fKgEWiiiDc,924
71
+ agent_recipes/templates/ai-ebook-converter/TEMPLATE.yaml,sha256=cczEmN6ysL8Y654k8vnfc5K9aI-p196lv7pOQ2lOWeU,570
72
+ agent_recipes/templates/ai-email-parser/README.md,sha256=8EUcJEePGLBRWWKlM-YigcOO4qeW7R7AESOuXN_dHX0,896
73
+ agent_recipes/templates/ai-email-parser/TEMPLATE.yaml,sha256=yZZnIFErE4LSU68tcWnItAduaxyCD6W2YrKwaRUdcok,580
74
+ agent_recipes/templates/ai-etl-pipeline/README.md,sha256=_XMg2NU4RmNxNtt54MLYT3hFsndiOjp8AblVzyhP54g,907
75
+ agent_recipes/templates/ai-etl-pipeline/TEMPLATE.yaml,sha256=Vr12UcJtOG-J12Np4Rq833Lct-StiSUrFgndAphR4tc,593
76
+ agent_recipes/templates/ai-excel-formula-generator/README.md,sha256=TYR_b6SO6DFiU4APUUayK6V_gRvFNGUm1EAj4njx5KE,969
77
+ agent_recipes/templates/ai-excel-formula-generator/TEMPLATE.yaml,sha256=-pV8n2UyZRjUHUVPCLwHgBdknGJl3jgj6LR1O42BmOU,614
78
+ agent_recipes/templates/ai-face-blur/README.md,sha256=XaLYwrMsbWkOTzUpEjK_XI5ShAXqMdKV-_nlvrRZgxg,887
79
+ agent_recipes/templates/ai-face-blur/TEMPLATE.yaml,sha256=K1lZlRniF90CVrx9nTLaceoJu68bZUa4HRKi__w23As,548
80
+ agent_recipes/templates/ai-fact-checker/recipe.yaml,sha256=8KaGrO65DaN6qU-SXEU9SE_ScfV9x-VFGeZUE9qY_HA,853
81
+ agent_recipes/templates/ai-fact-checker/tools.py,sha256=4RL73i5IdBeQdM5zdDu7ViSqlnIuS1z9AFjmO5z-_Sc,7837
82
+ agent_recipes/templates/ai-faq-generator/README.md,sha256=-GiTEnqIp6LkTUnyXYaYWvzHdt6KonjDW2XRHjM4aAU,908
83
+ agent_recipes/templates/ai-faq-generator/TEMPLATE.yaml,sha256=qPmp6hROBo02JnDNxK7W2fe9a5z0zr9ZrIyKbhKzv1Q,573
84
+ agent_recipes/templates/ai-file-organizer/README.md,sha256=rtq1f0Qv3QOPRE3CTUrGUrBrr3Df_FzVuAXzsOBKRNs,920
85
+ agent_recipes/templates/ai-file-organizer/TEMPLATE.yaml,sha256=fao5Y5VGisxwYW1LlYOWcY5k5uYC96DZYxfsb7gGGbo,600
86
+ agent_recipes/templates/ai-folder-packager/README.md,sha256=Rd6kkX3hR7VhxF2QD7DMbE7TQnFmM7WO_61PHI1yubw,384
87
+ agent_recipes/templates/ai-folder-packager/TEMPLATE.yaml,sha256=9hP4una55RI7YAdyOtGb0tEG9SwHtZ-VoaUrZUnsHDM,975
88
+ agent_recipes/templates/ai-form-filler/README.md,sha256=1bCOi0baN03yOymurOGiWAteVXArhoojRDmKHjdb1QQ,888
89
+ agent_recipes/templates/ai-form-filler/TEMPLATE.yaml,sha256=3nvlus-VeMX_Yw3VDmrFRIEummHMlIJmjPB59Hm_9oM,575
90
+ agent_recipes/templates/ai-hashtag-optimizer/recipe.yaml,sha256=ccBqIW0DI00aKnIO2chjrVvjsHn7PlN6nk-G02kt7Rc,655
91
+ agent_recipes/templates/ai-hashtag-optimizer/tools.py,sha256=K8R0O2ZitqMtrg3xBsitJQx8jAoMnDXy27iAqFADmFo,3631
92
+ agent_recipes/templates/ai-hook-generator/recipe.yaml,sha256=vwGlD-ll9WSXNGeAVU13KbUoalMDt5-_bnkxnb03YK8,822
93
+ agent_recipes/templates/ai-hook-generator/tools.py,sha256=WySdZ1kibGFuJVTDkracXolxqMbP3VxP0UrCg8u8Mlk,4894
94
+ agent_recipes/templates/ai-image-captioner/README.md,sha256=rqeLZnbjaju4fTfZS8u0oJOCqlEFFoAoHY6bNnnXZqQ,917
95
+ agent_recipes/templates/ai-image-captioner/TEMPLATE.yaml,sha256=bxFuu9A2f8y_ev8iYldqR5EPYLte5js-AR__fNWU0pI,581
96
+ agent_recipes/templates/ai-image-cataloger/README.md,sha256=IeA2hNL96kx6Uu8CZHKD4aZN2YocLEyeHwaD9XnMaWc,271
97
+ agent_recipes/templates/ai-image-cataloger/TEMPLATE.yaml,sha256=TsCNsIjft0p17Nciq4wr5YGoZACjQxy8xEdIn1jYr5U,739
98
+ agent_recipes/templates/ai-image-optimizer/README.md,sha256=P-Heh92CNTk4pvF8ZQjXwEI3sEy6auh9pAHEGsAzYoA,294
99
+ agent_recipes/templates/ai-image-optimizer/TEMPLATE.yaml,sha256=M-mjS_AuMrE20-U35nr6ZgTVj6kjT7rIhuvJYBSeDAc,804
100
+ agent_recipes/templates/ai-image-resizer/README.md,sha256=CcJB_rFwzpTcT9TZKCpiQcFGjXBG69AOdc5U_UCjzH0,257
101
+ agent_recipes/templates/ai-image-resizer/TEMPLATE.yaml,sha256=qUi-8RozmiPdK4cb3pv7EYeljBeA78afUBS1mJ1oCdQ,735
102
+ agent_recipes/templates/ai-image-tagger/README.md,sha256=1ETn_KLJVoQmM1moxGqwdMAcN7qYSaNW9RD-tXz8tYk,900
103
+ agent_recipes/templates/ai-image-tagger/TEMPLATE.yaml,sha256=xJjx9Z8paDiTt_UlvE0rGSwkI6EugG6VWtSKd9Eo_ZQ,570
104
+ agent_recipes/templates/ai-image-upscaler/README.md,sha256=_jO8vKEO7yqC-rAi6RElUNijtenmKEpu9OohOeBxI6o,923
105
+ agent_recipes/templates/ai-image-upscaler/TEMPLATE.yaml,sha256=A7aEYQWE0HRH8J13a7xKujcHTj-3p2OqYmx7EsG3JJ0,573
106
+ agent_recipes/templates/ai-invoice-processor/README.md,sha256=-6jcUT7wzXwrNLlAGDHuUIisVUOU0EZY6yHNDMkKGtM,986
107
+ agent_recipes/templates/ai-invoice-processor/TEMPLATE.yaml,sha256=2qKOuEFtQip2Wle-Sl6yi0OR-sWiOtorHKtmpuKDBIs,704
108
+ agent_recipes/templates/ai-json-to-csv/README.md,sha256=YIE-ASyIHpa9B4JINZXDwtrVpmZBuLIltLzn5Wy8Xvw,209
109
+ agent_recipes/templates/ai-json-to-csv/TEMPLATE.yaml,sha256=ZEbFcTC1Jxjmt8g4O0D0xdUyza27C_EGOznuAEi3FR0,646
110
+ agent_recipes/templates/ai-log-analyzer/README.md,sha256=8g030VPlOmRKa_FG1vOC0eqz7QEtRnfAKksWrOiOrmw,885
111
+ agent_recipes/templates/ai-log-analyzer/TEMPLATE.yaml,sha256=XhViYrwxNhLCCzryaDyFuXtmdisFcA76wphFgNOBpgs,552
112
+ agent_recipes/templates/ai-markdown-to-pdf/README.md,sha256=b4e09uCdpiTDkMu5GwZTdMNuD4PNhPRX8gwpM2iGP8M,236
113
+ agent_recipes/templates/ai-markdown-to-pdf/TEMPLATE.yaml,sha256=Tqs8MrEfua4j3d8t4K8zEAC56g9crQBfbDiATNe5aWI,729
114
+ agent_recipes/templates/ai-meeting-summarizer/README.md,sha256=KkfHPRgQgLVqm6TqgX69e-2pkIex3ZKXzMd59sB_2Dw,963
115
+ agent_recipes/templates/ai-meeting-summarizer/TEMPLATE.yaml,sha256=3wI7MbcXrd6jEMheYGG91zmq4Dh6DSeIUdSxrCMP-F4,661
116
+ agent_recipes/templates/ai-meta-tag-generator/README.md,sha256=X966nHOxdV1hXG9r8LIPklIwteGnfLrZ1dAcd3TAjYw,923
117
+ agent_recipes/templates/ai-meta-tag-generator/TEMPLATE.yaml,sha256=VUbYGf9x0gPXdr8X9SyHljxq_C3i6dsd75vcnzbyHq0,578
118
+ agent_recipes/templates/ai-news-capture-pack/recipe.yaml,sha256=oDHJoqrkzSN1BszNBgr6uNfHZgyxJEe7L6UuvXDjMpM,648
119
+ agent_recipes/templates/ai-news-capture-pack/tools.py,sha256=avSOHS8je_I-C_33_mEdOnwyEHkUgciNKlyWO0FIMXE,4530
120
+ agent_recipes/templates/ai-news-crawler/recipe.yaml,sha256=g0KM23iW238nrbxsi9jYN2ZR3-A50otdcp9aOGIyZ44,2189
121
+ agent_recipes/templates/ai-news-crawler/tools.py,sha256=B6L3nH61bJBJWUe2HGZCx1vXRopJSGH02m3sUQd1yo0,14220
122
+ agent_recipes/templates/ai-news-deduper/recipe.yaml,sha256=M53gr7cbfdLAoHQaVP9s5pxsySPhN1-t7Gr7yFPq3Zg,863
123
+ agent_recipes/templates/ai-news-deduper/tools.py,sha256=0IySGEt-RTT7aDF_KyE7JiOAGFnzVYC42WsRE0QBKjU,7718
124
+ agent_recipes/templates/ai-newsletter-generator/README.md,sha256=dKN7PkJHtHLSLk3j6-xUd__jnT8zM8eipF2AVN1SF5M,947
125
+ agent_recipes/templates/ai-newsletter-generator/TEMPLATE.yaml,sha256=GNoJymIKH5r326zm62l_W_K5KPrb3hDTTsJGywdNYls,598
126
+ agent_recipes/templates/ai-note-summarizer/README.md,sha256=JqXxq-C2sSW-R3_afN-DLWHy-TLOnylj3haCj285GVM,908
127
+ agent_recipes/templates/ai-note-summarizer/TEMPLATE.yaml,sha256=LgJPxcpBk72MK794LAC2wMTpL8H1DOYp1t7OmK4cxuM,569
128
+ agent_recipes/templates/ai-pdf-summarizer/README.md,sha256=JusehwLVU242euFg26Ps0wC6C67kDkw8QYmjVo8sYMY,226
129
+ agent_recipes/templates/ai-pdf-summarizer/TEMPLATE.yaml,sha256=pyuweG0D7101ligY4TCG3bIdXLRdwkuEBWpSqZ2Nz_0,743
130
+ agent_recipes/templates/ai-pdf-to-markdown/README.md,sha256=5lK_JnDjJTx2TaA4w1OF-iSJz23mcM9x-iuKe_frBuw,542
131
+ agent_recipes/templates/ai-pdf-to-markdown/TEMPLATE.yaml,sha256=g4RMkMab-HABzH6F-UojVcwmsoxBK2PCgViebD6MWT0,1362
132
+ agent_recipes/templates/ai-performance-analyzer/recipe.yaml,sha256=XulXePM5hmjTVs5PY1ygMnIcty62Y7hxomWnzvRYe_w,699
133
+ agent_recipes/templates/ai-performance-analyzer/tools.py,sha256=NK0a53JVZrvpLji7Q-GycgEANeac_W-j-EAShVFnbEI,4488
134
+ agent_recipes/templates/ai-podcast-cleaner/README.md,sha256=BQnupDqlJ3BogOvvdwm5sd9ObnfOJ_dEFCinehpqAyg,2525
135
+ agent_recipes/templates/ai-podcast-cleaner/TEMPLATE.yaml,sha256=AF95UqU7Y-SRhY6HEWH7uwVtmlNMHiP-za_ZLu4F2Y0,3009
136
+ agent_recipes/templates/ai-podcast-cleaner/agents.yaml,sha256=7XA1JVE21vdtpM9hZkautV-SPORr8DdfHlfMob-NBFI,1982
137
+ agent_recipes/templates/ai-podcast-cleaner/workflow.yaml,sha256=9_CR04nopHV5hrAnV07aH83GbM3Oc43GYNRFjfjHj4A,2744
138
+ agent_recipes/templates/ai-podcast-transcriber/README.md,sha256=7aOshUIH3c6sQNQWB4YsmVGiLDB_xTwzFT42McZDqJk,976
139
+ agent_recipes/templates/ai-podcast-transcriber/TEMPLATE.yaml,sha256=UBvIri-YJ7tVId0ucHVRBlpWYJPqc5NdOo3U1XIFkbw,672
140
+ agent_recipes/templates/ai-post-copy-generator/recipe.yaml,sha256=PomduqdyZIHREGChawNen_joAPlkusIPpde2OxspXWk,627
141
+ agent_recipes/templates/ai-post-copy-generator/tools.py,sha256=OwdaasbMdrhHvC29rlUOVFBpOWPm5ujVtXcMolXvtc8,2769
142
+ agent_recipes/templates/ai-product-description-generator/README.md,sha256=5AcLtkf6MTbTcvK3S8eYzX_5DSPsO8WZMRytjiS51Y8,1012
143
+ agent_recipes/templates/ai-product-description-generator/TEMPLATE.yaml,sha256=3LrkvrCuozpNfMeMfk3jNoPbue0omaN37gJ2_DQP-AI,645
144
+ agent_recipes/templates/ai-publisher-pack/recipe.yaml,sha256=KZIo4yMlyKOPkKO-73zO3GhT6ldTir21dnqh1gXMvSc,708
145
+ agent_recipes/templates/ai-publisher-pack/tools.py,sha256=I35WTbsKkG0Yep8ummMDs7VgYhR18y8dj035Obl08J8,6947
146
+ agent_recipes/templates/ai-qr-code-generator/README.md,sha256=SroJSG-C6XpH_h-PLO1nbFto5JEwT4_3MC5xQTjlBhw,924
147
+ agent_recipes/templates/ai-qr-code-generator/TEMPLATE.yaml,sha256=GrfUBD4dMVcN3Rp3e3Ag35zHR14RuWIsaP9D7mo7SBI,552
148
+ agent_recipes/templates/ai-regex-generator/README.md,sha256=aUCYH8b2nB3nrdjhFA1f01ZDLVNTVE2H_eyc6PrU1Lc,913
149
+ agent_recipes/templates/ai-regex-generator/TEMPLATE.yaml,sha256=VOysZ36BzIzjSQm6AcmlXpJQpcklsZ9TRXDnDQdY8Vw,574
150
+ agent_recipes/templates/ai-repo-readme/README.md,sha256=gh96VUmBNW9GLXAZWdCG-ANbGcvJCeJWDzRf1U-aV8g,283
151
+ agent_recipes/templates/ai-repo-readme/TEMPLATE.yaml,sha256=qMWON6cdHkkH7WLrR8CX1eSFlJbB-GNuojIHCBammNc,768
152
+ agent_recipes/templates/ai-report-generator/README.md,sha256=Pv_-NEJyA-2I6vBaNTApnUOW-zk2OqcqUl15fYyP5b8,938
153
+ agent_recipes/templates/ai-report-generator/TEMPLATE.yaml,sha256=DJYQ-wKznWSMY63_WDC2BYzGDXAZ-P8Ztu-RSW6PR4U,638
154
+ agent_recipes/templates/ai-resume-parser/README.md,sha256=-un1OpnSMJ-ktoKEkr5RHRwswxog3r_OB6mXefeLmxg,928
155
+ agent_recipes/templates/ai-resume-parser/TEMPLATE.yaml,sha256=yd9p47WEn-DoW8hY9udTLoYtCvw-c6HillsvQPwmNwk,636
156
+ agent_recipes/templates/ai-rss-aggregator/README.md,sha256=4VSPCASZIR0IbgeQ8gxFJzeeIlCpmH6tf5TmgVeWWFY,911
157
+ agent_recipes/templates/ai-rss-aggregator/TEMPLATE.yaml,sha256=KhKxM133pHHSyJHzANQW3a_ljl90oQpjXGGrZ7jIHCc,593
158
+ agent_recipes/templates/ai-schema-generator/README.md,sha256=ckBpgw8XADURECUTTVRkIDUhm3_GlIR0fTO4FGZ1sow,207
159
+ agent_recipes/templates/ai-schema-generator/TEMPLATE.yaml,sha256=-Y3FSd2hGNafx-fXtUOu5QEbo-EV5-VNxylgVj6K92k,616
160
+ agent_recipes/templates/ai-screen-recorder/recipe.yaml,sha256=nbCRr0sEKhOagmNJfzjprL1HaSA_FIsjLkiYQq2kvjs,642
161
+ agent_recipes/templates/ai-screen-recorder/tools.py,sha256=JklQQeZLF1dluMIWkZGboq0V3iWaLI3jq9pldRmGgD0,5869
162
+ agent_recipes/templates/ai-screenshot-capture/recipe.yaml,sha256=t8XAXzbbzcmWZ_BYVgGshzVbXy3HNVaP2T1JOhMEA_E,757
163
+ agent_recipes/templates/ai-screenshot-capture/tools.py,sha256=7zhdCC46J2frAkicg8I752PeuSTtNxQDnPknSL5brks,6839
164
+ agent_recipes/templates/ai-screenshot-ocr/README.md,sha256=5ruh-qvqr3qGBSAHVNDmW56TLL9TzihJE3F_mP_U9PA,217
165
+ agent_recipes/templates/ai-screenshot-ocr/TEMPLATE.yaml,sha256=c3hi-bD7TZWADpuVT1D3i8Q3UDi8GvS6_iLSVGfaZ4I,677
166
+ agent_recipes/templates/ai-script-writer/recipe.yaml,sha256=y9P5aMcTZ2X2n-LYKDFw6pWrh66enABSrVjLvQazRTA,1097
167
+ agent_recipes/templates/ai-script-writer/tools.py,sha256=g5BsU2poVPuBZMLpopHfPb_c_qDGAM-ElhwaIxqMcuE,7428
168
+ agent_recipes/templates/ai-sentiment-analyzer/README.md,sha256=n0crvJKEQk0wbRLYrN3zLVTM-zLt-azKmbaa0uDFn8s,922
169
+ agent_recipes/templates/ai-sentiment-analyzer/TEMPLATE.yaml,sha256=9Elwy3kX5PaokZTbPUKJp4vpiN6RuwFcfSYwzoW8TtU,577
170
+ agent_recipes/templates/ai-seo-optimizer/README.md,sha256=jb1BxNWg0PuCCED6jJI9nISQdp_Qedoen8wDixAGZyw,897
171
+ agent_recipes/templates/ai-seo-optimizer/TEMPLATE.yaml,sha256=6XQmKn328zeSIdv3eUcQNZf4QspnN71ymeRTUmtGc8Y,562
172
+ agent_recipes/templates/ai-signal-ranker/recipe.yaml,sha256=JQ5WqTxZG3kHvjZnYUx8mH1enJ6eFgnl-J5RxzPdgeM,922
173
+ agent_recipes/templates/ai-signal-ranker/tools.py,sha256=7fXPS5ryEY6gA9pMKHgfrzKCeM1gOlS9rUXnvPwlYyc,7047
174
+ agent_recipes/templates/ai-sitemap-generator/README.md,sha256=aThQp7gukMF6YWNuKxA4J53-1LuN0xyjl4qhY0OI5pA,905
175
+ agent_recipes/templates/ai-sitemap-generator/TEMPLATE.yaml,sha256=ekmXmBZUZQqAeUCjoEEG7Udtd_M3Q06nbSD1lfcGg8M,544
176
+ agent_recipes/templates/ai-sitemap-scraper/README.md,sha256=gzaeCzcacZYkaxa-dL1QZ-BoX06EkkJe5HdzSp3pBZ0,331
177
+ agent_recipes/templates/ai-sitemap-scraper/TEMPLATE.yaml,sha256=VrvOUwrGuA7ID86Kmqhly0T4xoF_zaQojOqyEkS-1Vs,798
178
+ agent_recipes/templates/ai-slide-generator/README.md,sha256=3YRFK25PTO_mvtp7fl9I4Tl0-_oXK2w1UIiOW3Hyfac,941
179
+ agent_recipes/templates/ai-slide-generator/TEMPLATE.yaml,sha256=oJTuxvbqhnEta6ijGuz2OlO8UkhvGX1pU6szCRONMRA,606
180
+ agent_recipes/templates/ai-slide-to-notes/README.md,sha256=IOvH5EQroC2Azr6QruBCpGDA1m601Zx4HedUvSoAKqA,222
181
+ agent_recipes/templates/ai-slide-to-notes/TEMPLATE.yaml,sha256=_yZWoBzruIvBtLiOXyXP-oczC5zf2vdSUl1fAImQ4hU,682
182
+ agent_recipes/templates/ai-social-media-generator/README.md,sha256=PWW1fu1ESHUtQQqCh67gxUjN2k5lEODqRWJbmAFhSe4,966
183
+ agent_recipes/templates/ai-social-media-generator/TEMPLATE.yaml,sha256=rlFS054DbRGEEoVOZsxqZSo03-f8XRM-ZhMv0nehP2Q,613
184
+ agent_recipes/templates/ai-sql-generator/README.md,sha256=zrMGZODUILjXyIH9fDIUVKKOA0IKNZ_-iGx2cVJZLA4,887
185
+ agent_recipes/templates/ai-sql-generator/TEMPLATE.yaml,sha256=lq9UWnXzSOcpmV3W0JoGtIsNiafDJeJhN8maPOdPSno,551
186
+ agent_recipes/templates/ai-subtitle-generator/README.md,sha256=_fTyaSpxOSJ7ZEVT3SV9H1cWjynbspeFkMwkTo1N7Fk,978
187
+ agent_recipes/templates/ai-subtitle-generator/TEMPLATE.yaml,sha256=r5n6lYowgkGdUiHlybprVPxr6OOLg-vZ5mKhbRUQYg8,661
188
+ agent_recipes/templates/ai-test-generator/README.md,sha256=puFLqchjas0Hwd9G6KdKyHIV5tlv3NrcPghNSlNTwLI,910
189
+ agent_recipes/templates/ai-test-generator/TEMPLATE.yaml,sha256=dxx0B7_pcEyg8sE1KI1q7tdkvD9zBcB9WsTn4en4wSw,572
190
+ agent_recipes/templates/ai-translation-batch/README.md,sha256=wHtAFxSeq_FIHXgt2S_Fp8xA3L58mHo-sp7V7sdk58I,951
191
+ agent_recipes/templates/ai-translation-batch/TEMPLATE.yaml,sha256=sx900YSpv3Idd2yX3disljePqWURy0S3sq_4Ga1jtX0,608
192
+ agent_recipes/templates/ai-url-to-markdown/README.md,sha256=DuYLcX6QwTzlc7owzUliIrkKNGyqpCTrjQWFT4WSFp4,361
193
+ agent_recipes/templates/ai-url-to-markdown/TEMPLATE.yaml,sha256=jc6Hxk6nx1SHOYyQvWESvZwmyJt2SsdEOsJP5W4mT3A,874
194
+ agent_recipes/templates/ai-video-chapter-generator/README.md,sha256=k0pJ1kzmJuGhqmKyq3dpxllaEGwouuN5KlYAQld7NGc,1013
195
+ agent_recipes/templates/ai-video-chapter-generator/TEMPLATE.yaml,sha256=07dkdFsPFIk-w8qS81NANSBC7spLXOwUSr3OfhV3Xa0,701
196
+ agent_recipes/templates/ai-video-compressor/README.md,sha256=im1xgVlT5Sb8n8NpJJS3nuFJwNTwQFHMtJd56Ks1ORo,952
197
+ agent_recipes/templates/ai-video-compressor/TEMPLATE.yaml,sha256=dPWL0YYa9Teb_TqM1pgu-cS1RFl1gHHO93yoa8meFdI,617
198
+ agent_recipes/templates/ai-video-editor/README.md,sha256=GpXbB5MGTlLCXLixiiOA2SrfCT69SCqxFrB_7VWYxPo,6778
199
+ agent_recipes/templates/ai-video-editor/TEMPLATE.yaml,sha256=4oNdfxaL8ypMLUrGFmCoYevQUUr2-84t69lSKCYXOaY,3987
200
+ agent_recipes/templates/ai-video-editor/agents.yaml,sha256=s9qJWWCy_YOSaILu9QqB1ZRi0R-SElP8vIxEIOOH8E0,1248
201
+ agent_recipes/templates/ai-video-editor/requirements.txt,sha256=wHQxC-XgVX1rZBgxh_6HePJK6r-HivXQL2KOsl3fgu8,176
202
+ agent_recipes/templates/ai-video-editor/workflow.yaml,sha256=lS2itrZz4tTc9I6Uq073ABF1T_SUaBcy0cOtUGzuxKY,1524
203
+ agent_recipes/templates/ai-video-editor/scripts/run.sh,sha256=87t9TlTCRVwUhYlDG6ljXM_7F-piTx3pb9iV-6bG4rM,304
204
+ agent_recipes/templates/ai-video-editor/src/input.mov,sha256=iYDtt1oaywU1p7neL__b67IotrKj6WUHvriKDFlE8w8,9567660
205
+ agent_recipes/templates/ai-video-editor/src/out.mp4,sha256=7L4YB5Js_187sjWYO7YGu6WZ65hJUTDFfIm-0UvIVJo,658638
206
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__init__.py,sha256=fhTOqqCf59A4kAEAcGJu8eIR0cJ7CfJaDaTNWabCltk,980
207
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__main__.py,sha256=25AXrhgVrfb_JZXvLHb0geIpvBm6YZQcoMClh70bj9c,123
208
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/cli.py,sha256=cBWAJz5Bvb7JXOrGyYHalFbNJvZnFSDVEg0x9UN6T98,12222
209
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/config.py,sha256=P_Q5sP5-cObh5kjRl1jgnk7k0V2Gu9UQKbww-g8NOMg,3475
210
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/ffmpeg_probe.py,sha256=lXXW0eoAg3MDfDqXvYzX26uCZHK3P4zdqMSCwZJpykY,2978
211
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/heuristics.py,sha256=iFLTHBJ6V2lB8G_OKeq-3Nkw5fw6Xy-tnt8bVOw8jTw,3481
212
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/llm_plan.py,sha256=SXREd-faJJo5wBov_N1by0bVdvhfxx8jAMSNJ16btog,8662
213
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/models.py,sha256=dUAcFjblcuhI4Psj7j1RlG7A_2I9jO-lKz8oQr3S-V0,10657
214
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/pipeline.py,sha256=dy5mKcUXUj3rNjlQS9YgxsUEVaYDWKDGZA4ZP79Dl1k,9019
215
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/render.py,sha256=5aIbamfe1-rqsjmKqFJuEuLoCR2uPBokREDLOZJYvM4,7765
216
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/timeline.py,sha256=4yUJI6-LdoSAAxlWMaLxkT9PUJvznFPZy-U8-M4jMFw,8195
217
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/transcribe.py,sha256=opeMFpbPqVjwZM0LQ17fxaMUh9BKPnmZCUTkUgeANoI,7295
218
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/utils.py,sha256=PA7-pn1O2XSgn9ieZluEVzHX16F7xTAhb5X1pJQuDGw,6463
219
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/__init__.cpython-312.pyc,sha256=Y4aSZHo11pgfmXeoTusgGz6IB-JzLyuRCVsThi7BKDU,1155
220
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/cli.cpython-312.pyc,sha256=PKMmzDd5Hs-fk3eFBlMe97qRD9e-REacxKhvOAUXh0I,15214
221
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/config.cpython-312.pyc,sha256=2Gm29EK6GtgeSDl_bNngu0ugNnyW-vmx0f13R1cBkvE,3695
222
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/ffmpeg_probe.cpython-312.pyc,sha256=aaZONJ8me9OWhWPgVIhNCyoW3JxL1dq-dxJ-ze6SSpM,4266
223
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/heuristics.cpython-312.pyc,sha256=if9Z55cOF9TE2hO56UgJZmlKqgm8asuRk66wXBKtBg0,5242
224
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/llm_plan.cpython-312.pyc,sha256=FSBgFblwfmHHqlVuP-hbY5cbSHxv9JWUmQhYmRleHZM,10902
225
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/models.cpython-312.pyc,sha256=aMbca9suYJv36NZhYCdQ9-cruyf5GlXmyXxTssDCiqE,17587
226
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/pipeline.cpython-312.pyc,sha256=BJT3rGLhKNjojbleWjktC5fVhzbNXhUQ-PaTGwwtaRY,9719
227
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/render.cpython-312.pyc,sha256=CUyV8cUuZLMihO5l4P3pnYYYf_-rNCfRgR88g6d6lek,9544
228
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/timeline.cpython-312.pyc,sha256=U9LrRCwjBS746SsDdW4uS56Z1JlUf_Gbw_G4pP36B-g,11159
229
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/transcribe.cpython-312.pyc,sha256=BCmVLKNrWU5AOZSSlWYruq5jj2_e2vc15ERWGt246fI,9087
230
+ agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/utils.cpython-312.pyc,sha256=TL7jaRzIo-eaSM5rWlcd-SgPZMEEAwpJR5JXIlWD6dI,9841
231
+ agent_recipes/templates/ai-video-editor/tests/test_heuristics.py,sha256=ZfE18hFgz2Ql7LXhOjAnItHWuncQy3xxvYIMIFuXoiQ,4382
232
+ agent_recipes/templates/ai-video-editor/tests/test_models.py,sha256=lSjC2ZjIBgDRRt8QidJ4fVf262t-o3xJHS8AeyGJu48,4493
233
+ agent_recipes/templates/ai-video-editor/tests/test_timeline.py,sha256=5R4On5ymkhUyOCnMCylmPwGAdtDCWAd3Bh4-S7OeVUk,3280
234
+ agent_recipes/templates/ai-video-highlight-extractor/README.md,sha256=EZLIs08WGQKjvCeYBTTOFoX20pO_sC1FHBLlejFYa6A,1031
235
+ agent_recipes/templates/ai-video-highlight-extractor/TEMPLATE.yaml,sha256=nu5iVF-gnIVag9hM6lUv80ASm8KrX7L61HZu7IZO6XQ,734
236
+ agent_recipes/templates/ai-video-merger/recipe.yaml,sha256=Ukun9mNZ8MmO_-wnEe38h4T7Hvadiv934tA81MaPv6Q,595
237
+ agent_recipes/templates/ai-video-merger/tools.py,sha256=Idd76Y8Voy5SMrQ8bPTInqLamsmDjy_fSuFR_Gt8f1o,4801
238
+ agent_recipes/templates/ai-video-thumbnails/README.md,sha256=B9-mjRwFFUtlQ04S2Tr-3mxrSZrbTemmPfnLvfw83VY,411
239
+ agent_recipes/templates/ai-video-thumbnails/TEMPLATE.yaml,sha256=KiAgROKnTl9r6dgdgnRjewmDtimvln-wy0cIZzelwuM,1028
240
+ agent_recipes/templates/ai-video-to-gif/README.md,sha256=yaoH7MmcGdjj9yceRLo03QDynrDNU_5OuWTnJg8qWMM,325
241
+ agent_recipes/templates/ai-video-to-gif/TEMPLATE.yaml,sha256=IljNpm1Tp2RfbY1hHjsd-QyIl3nXjNHnvwfdmqKB8W4,1221
242
+ agent_recipes/templates/ai-voice-cloner/README.md,sha256=wvkWpruRIOM6pKiTcWyTjbCMkG5ca3i12Qm4hRSzGm4,918
243
+ agent_recipes/templates/ai-voice-cloner/TEMPLATE.yaml,sha256=oIaUA3Qz08cO4iFmlyU-a4YxHOgJlGqYtk4B7dIxWCA,693
244
+ agent_recipes/templates/ai-voiceover-generator/recipe.yaml,sha256=ksQSDeKpKY2p3RPk72vnnH-3yHaDrZLbqg38ctDYBaM,597
245
+ agent_recipes/templates/ai-voiceover-generator/tools.py,sha256=1muVSs1ySgHpJT1Wg4dYphsRC0Q8g33Jxcn2lqg_k_U,5169
246
+ agent_recipes/templates/ai-watermark-adder/README.md,sha256=7f5YdMdHJPhS5ChXxP8fBHiMmp3o9HuySnyAsf8ZV9Y,903
247
+ agent_recipes/templates/ai-watermark-adder/TEMPLATE.yaml,sha256=AuBr529TMYnMkwegQzYqLLrqtzdfCeH4rOf7sQoGaK0,547
248
+ agent_recipes/templates/ai-watermark-remover/README.md,sha256=TmgtITZ84NsaZBwpC-bT3ESrJZcCpVwO_Wh3OAxAL24,948
249
+ agent_recipes/templates/ai-watermark-remover/TEMPLATE.yaml,sha256=tSOPSz5nVNWBxDlS987WTwV6e61leEqkcK322y0WjMg,720
250
+ agent_recipes/templates/data-transformer/README.md,sha256=XIlbTq5Scccd0piI8MZcUcuKsSgTkszXR032d1fjGZw,1691
251
+ agent_recipes/templates/data-transformer/TEMPLATE.yaml,sha256=X2oeODpobckefuay5yZckEAhhd522Jvh-fZfkDjzhzc,1629
252
+ agent_recipes/templates/data-transformer/agents.yaml,sha256=5FMZlVWB0qz720nTwyZ8CXbPkaU-34mVPVCRIKo8cdU,2360
253
+ agent_recipes/templates/data-transformer/workflow.yaml,sha256=AZLtGK3qUM73gWBKefOUE3DwzcsKBcUst8b_y_oJqBo,2655
254
+ agent_recipes/templates/shorts-generator/README.md,sha256=Qc9Jf6DoBA8Rjm9siq_U8c97TnIHf3UcUQBUlo1Oam4,1474
255
+ agent_recipes/templates/shorts-generator/TEMPLATE.yaml,sha256=5faTCRY-X27k5qRY30NYjYok9Db7jtayWdM7zmpTc8Y,1620
256
+ agent_recipes/templates/shorts-generator/agents.yaml,sha256=Cy9R_fgRwqhSzFiUvW9xf52UKde5eDFnMOuMHgLyvJg,2296
257
+ agent_recipes/templates/shorts-generator/workflow.yaml,sha256=XtzrRA6qizV2nV8mM1wP6tbNX547sgEvBRPQOvhwXKY,2428
258
+ agent_recipes/templates/transcript-generator/README.md,sha256=QBWdEcrGdwWFUe2S9Egr2Pxb_0ZmqSd8w67AbBF7iDE,2056
259
+ agent_recipes/templates/transcript-generator/TEMPLATE.yaml,sha256=BQkVBvQqQYR_eWWLS5gPkFeSQLk87Cue2bMjA9_k-cc,1449
260
+ agent_recipes/templates/transcript-generator/agents.yaml,sha256=AAOPgg49LOLqr2UuL3ck9HsQhD2kR5h17vesUUq9zDs,2270
261
+ agent_recipes/templates/transcript-generator/workflow.yaml,sha256=uRF2Am09ye2AvQgtq01_EKxjqPjp-cYpCJDA__KJ2Ao,2430
262
+ agent_recipes/templates/video-editor/README.md,sha256=zy-mFdWF8EhFxlU3w5DeLP3KVjl_z3e-Nuotx1xfNMU,1822
263
+ agent_recipes/templates/video-editor/TEMPLATE.yaml,sha256=YnXO0zZbn-T1litcprROwpHkQI3i-2rMd03eNLzLwaQ,1409
264
+ agent_recipes/templates/video-editor/agents.yaml,sha256=c-213l9qK1LybjGR5UNi7CgEUvD9MpWN3I5ZJtx2XK8,2407
265
+ agent_recipes/templates/video-editor/workflow.yaml,sha256=KYj5jYeHzsN-TEg-Ze56PLE_3VIDiPTJMtFp_uzE5ck,2492
266
+ agent_recipes-0.0.5.dist-info/METADATA,sha256=_ajGh4Ivld9j9plZ726qFBV2fj70JayVCCDQZ7ODfNI,7955
267
+ agent_recipes-0.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
268
+ agent_recipes-0.0.5.dist-info/top_level.txt,sha256=mVUSlddl04BVdh_foOg09VkEnEWuUFs07gjtW2ofhtw,14
269
+ agent_recipes-0.0.5.dist-info/RECORD,,