agent-recipes 0.0.6__tar.gz
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.
- agent_recipes-0.0.6/PKG-INFO +145 -0
- agent_recipes-0.0.6/README.md +110 -0
- agent_recipes-0.0.6/agent_recipes/__init__.py +27 -0
- agent_recipes-0.0.6/agent_recipes/recipe_runtime/__init__.py +28 -0
- agent_recipes-0.0.6/agent_recipes/recipe_runtime/core.py +385 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-ab-hook-tester/recipe.yaml +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-ab-hook-tester/tools.py +169 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-angle-generator/recipe.yaml +49 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-angle-generator/tools.py +182 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-api-doc-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-api-doc-generator/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-api-tester/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-api-tester/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-enhancer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-enhancer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-normalizer/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-normalizer/TEMPLATE.yaml +44 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-splitter/README.md +14 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-audio-splitter/TEMPLATE.yaml +47 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-background-music-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-background-music-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-background-remover/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-background-remover/TEMPLATE.yaml +27 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-barcode-scanner/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-barcode-scanner/TEMPLATE.yaml +26 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-blog-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-blog-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-brief-generator/recipe.yaml +52 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-brief-generator/tools.py +231 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-broll-builder/recipe.yaml +47 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-broll-builder/tools.py +204 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-calendar-scheduler/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-calendar-scheduler/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-changelog-generator/README.md +14 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-changelog-generator/TEMPLATE.yaml +46 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-chart-generator/README.md +61 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-chart-generator/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-documenter/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-documenter/TEMPLATE.yaml +37 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-refactorer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-refactorer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-reviewer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-code-reviewer/TEMPLATE.yaml +31 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-color-palette-extractor/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-color-palette-extractor/TEMPLATE.yaml +27 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-comment-miner/recipe.yaml +40 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-comment-miner/tools.py +141 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-commit-message-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-commit-message-generator/TEMPLATE.yaml +31 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-content-calendar/recipe.yaml +43 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-content-calendar/tools.py +170 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-context-enricher/recipe.yaml +48 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-context-enricher/tools.py +258 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-contract-analyzer/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-contract-analyzer/TEMPLATE.yaml +34 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-csv-cleaner/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-csv-cleaner/TEMPLATE.yaml +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-cta-generator/recipe.yaml +54 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-cta-generator/tools.py +174 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-daily-news-show/recipe.yaml +103 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-daily-news-show/tools.py +308 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-data-anonymizer/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-data-anonymizer/TEMPLATE.yaml +31 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-data-profiler/README.md +14 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-data-profiler/TEMPLATE.yaml +42 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-dependency-auditor/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-dependency-auditor/TEMPLATE.yaml +37 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-doc-translator/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-doc-translator/TEMPLATE.yaml +41 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-duplicate-finder/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-duplicate-finder/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-ebook-converter/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-ebook-converter/TEMPLATE.yaml +27 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-email-parser/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-email-parser/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-etl-pipeline/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-etl-pipeline/TEMPLATE.yaml +30 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-excel-formula-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-excel-formula-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-face-blur/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-face-blur/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-fact-checker/recipe.yaml +52 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-fact-checker/tools.py +279 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-faq-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-faq-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-file-organizer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-file-organizer/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-folder-packager/README.md +15 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-folder-packager/TEMPLATE.yaml +48 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-form-filler/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-form-filler/TEMPLATE.yaml +30 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-hashtag-optimizer/recipe.yaml +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-hashtag-optimizer/tools.py +134 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-hook-generator/recipe.yaml +50 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-hook-generator/tools.py +177 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-captioner/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-captioner/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-cataloger/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-cataloger/TEMPLATE.yaml +39 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-optimizer/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-optimizer/TEMPLATE.yaml +43 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-resizer/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-resizer/TEMPLATE.yaml +39 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-tagger/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-tagger/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-upscaler/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-image-upscaler/TEMPLATE.yaml +27 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-invoice-processor/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-invoice-processor/TEMPLATE.yaml +34 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-json-to-csv/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-json-to-csv/TEMPLATE.yaml +36 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-log-analyzer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-log-analyzer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-markdown-to-pdf/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-markdown-to-pdf/TEMPLATE.yaml +40 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-meeting-summarizer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-meeting-summarizer/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-meta-tag-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-meta-tag-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-capture-pack/recipe.yaml +42 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-capture-pack/tools.py +150 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-crawler/recipe.yaml +99 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-crawler/tools.py +417 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-deduper/recipe.yaml +47 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-news-deduper/tools.py +235 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-newsletter-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-newsletter-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-note-summarizer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-note-summarizer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-pdf-summarizer/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-pdf-summarizer/TEMPLATE.yaml +40 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-pdf-to-markdown/README.md +19 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-pdf-to-markdown/TEMPLATE.yaml +63 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-performance-analyzer/recipe.yaml +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-performance-analyzer/tools.py +159 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-cleaner/README.md +117 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-cleaner/TEMPLATE.yaml +117 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-cleaner/agents.yaml +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-cleaner/workflow.yaml +77 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-transcriber/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-podcast-transcriber/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-post-copy-generator/recipe.yaml +41 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-post-copy-generator/tools.py +105 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-product-description-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-product-description-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-publisher-pack/recipe.yaml +44 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-publisher-pack/tools.py +252 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-qr-code-generator/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-qr-code-generator/TEMPLATE.yaml +26 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-regex-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-regex-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-repo-readme/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-repo-readme/TEMPLATE.yaml +42 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-report-generator/README.md +61 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-report-generator/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-resume-parser/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-resume-parser/TEMPLATE.yaml +33 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-rss-aggregator/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-rss-aggregator/TEMPLATE.yaml +30 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-schema-generator/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-schema-generator/TEMPLATE.yaml +34 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screen-recorder/recipe.yaml +43 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screen-recorder/tools.py +184 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screenshot-capture/recipe.yaml +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screenshot-capture/tools.py +231 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screenshot-ocr/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-screenshot-ocr/TEMPLATE.yaml +37 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-script-writer/recipe.yaml +58 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-script-writer/tools.py +297 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sentiment-analyzer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sentiment-analyzer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-seo-optimizer/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-seo-optimizer/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-signal-ranker/recipe.yaml +54 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-signal-ranker/tools.py +256 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sitemap-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sitemap-generator/TEMPLATE.yaml +26 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sitemap-scraper/README.md +13 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sitemap-scraper/TEMPLATE.yaml +41 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-slide-generator/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-slide-generator/TEMPLATE.yaml +29 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-slide-to-notes/README.md +12 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-slide-to-notes/TEMPLATE.yaml +37 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-social-media-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-social-media-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sql-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-sql-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-subtitle-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-subtitle-generator/TEMPLATE.yaml +31 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-test-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-test-generator/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-translation-batch/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-translation-batch/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-url-to-markdown/README.md +14 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-url-to-markdown/TEMPLATE.yaml +44 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-chapter-generator/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-chapter-generator/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-compressor/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-compressor/TEMPLATE.yaml +28 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/README.md +254 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/TEMPLATE.yaml +139 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/agents.yaml +36 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/requirements.txt +8 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/scripts/run.sh +10 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__init__.py +45 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__main__.py +8 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/__init__.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/cli.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/config.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/ffmpeg_probe.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/heuristics.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/llm_plan.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/models.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/pipeline.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/render.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/timeline.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/transcribe.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/__pycache__/utils.cpython-312.pyc +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/cli.py +343 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/config.py +102 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/ffmpeg_probe.py +92 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/heuristics.py +119 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/llm_plan.py +277 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/models.py +343 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/pipeline.py +287 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/render.py +274 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/timeline.py +278 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/transcribe.py +233 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/ai_video_editor/utils.py +222 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/input.mov +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/src/out.mp4 +0 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/tests/test_heuristics.py +130 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/tests/test_models.py +152 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/tests/test_timeline.py +105 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-editor/workflow.yaml +51 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-highlight-extractor/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-highlight-extractor/TEMPLATE.yaml +33 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-merger/recipe.yaml +40 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-merger/tools.py +172 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-thumbnails/README.md +16 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-thumbnails/TEMPLATE.yaml +53 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-to-gif/README.md +14 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-video-to-gif/TEMPLATE.yaml +64 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-voice-cloner/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-voice-cloner/TEMPLATE.yaml +31 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-voiceover-generator/recipe.yaml +41 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-voiceover-generator/tools.py +194 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-watermark-adder/README.md +59 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-watermark-adder/TEMPLATE.yaml +26 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-watermark-remover/README.md +60 -0
- agent_recipes-0.0.6/agent_recipes/templates/ai-watermark-remover/TEMPLATE.yaml +32 -0
- agent_recipes-0.0.6/agent_recipes/templates/data-transformer/README.md +75 -0
- agent_recipes-0.0.6/agent_recipes/templates/data-transformer/TEMPLATE.yaml +63 -0
- agent_recipes-0.0.6/agent_recipes/templates/data-transformer/agents.yaml +70 -0
- agent_recipes-0.0.6/agent_recipes/templates/data-transformer/workflow.yaml +92 -0
- agent_recipes-0.0.6/agent_recipes/templates/fcp-autoedit/README.md +106 -0
- agent_recipes-0.0.6/agent_recipes/templates/fcp-autoedit/TEMPLATE.yaml +80 -0
- agent_recipes-0.0.6/agent_recipes/templates/fcp-autoedit/agents.yaml +91 -0
- agent_recipes-0.0.6/agent_recipes/templates/fcp-autoedit/tools.py +104 -0
- agent_recipes-0.0.6/agent_recipes/templates/fcp-autoedit/workflow.yaml +98 -0
- agent_recipes-0.0.6/agent_recipes/templates/shorts-generator/README.md +61 -0
- agent_recipes-0.0.6/agent_recipes/templates/shorts-generator/TEMPLATE.yaml +65 -0
- agent_recipes-0.0.6/agent_recipes/templates/shorts-generator/agents.yaml +66 -0
- agent_recipes-0.0.6/agent_recipes/templates/shorts-generator/workflow.yaml +86 -0
- agent_recipes-0.0.6/agent_recipes/templates/transcript-generator/README.md +103 -0
- agent_recipes-0.0.6/agent_recipes/templates/transcript-generator/TEMPLATE.yaml +57 -0
- agent_recipes-0.0.6/agent_recipes/templates/transcript-generator/agents.yaml +62 -0
- agent_recipes-0.0.6/agent_recipes/templates/transcript-generator/workflow.yaml +82 -0
- agent_recipes-0.0.6/agent_recipes/templates/video-editor/README.md +70 -0
- agent_recipes-0.0.6/agent_recipes/templates/video-editor/TEMPLATE.yaml +55 -0
- agent_recipes-0.0.6/agent_recipes/templates/video-editor/agents.yaml +68 -0
- agent_recipes-0.0.6/agent_recipes/templates/video-editor/workflow.yaml +92 -0
- agent_recipes-0.0.6/agent_recipes.egg-info/PKG-INFO +145 -0
- agent_recipes-0.0.6/agent_recipes.egg-info/SOURCES.txt +277 -0
- agent_recipes-0.0.6/agent_recipes.egg-info/dependency_links.txt +1 -0
- agent_recipes-0.0.6/agent_recipes.egg-info/requires.txt +16 -0
- agent_recipes-0.0.6/agent_recipes.egg-info/top_level.txt +1 -0
- agent_recipes-0.0.6/pyproject.toml +59 -0
- agent_recipes-0.0.6/setup.cfg +4 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agent-recipes
|
|
3
|
+
Version: 0.0.6
|
|
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,110 @@
|
|
|
1
|
+
# Agent Recipes
|
|
2
|
+
|
|
3
|
+
Pre-built, distributable AI agent workflows with dependency management.
|
|
4
|
+
|
|
5
|
+
## Templates vs Project Config
|
|
6
|
+
|
|
7
|
+
| Concept | What It Is | When to Use |
|
|
8
|
+
|---------|------------|-------------|
|
|
9
|
+
| **Project Config** (`agents.yaml` + `tools.py`) | Local, ad-hoc agent definition in your working directory | Rapid prototyping, local development, quick iteration |
|
|
10
|
+
| **Templates/Recipes** (this repo) | Distributable, versioned agent bundles with dependency checking | Sharing workflows, reproducible pipelines, production use |
|
|
11
|
+
|
|
12
|
+
**Key Differences:**
|
|
13
|
+
- **Project Config**: No dependency management, no versioning, not portable
|
|
14
|
+
- **Templates**: Explicit `requires` (packages, env vars, external tools), versioned, discoverable via CLI
|
|
15
|
+
|
|
16
|
+
## Installation
|
|
17
|
+
|
|
18
|
+
| Command | Description |
|
|
19
|
+
|---------|-------------|
|
|
20
|
+
| `pip install agent-recipes` | Install from PyPI |
|
|
21
|
+
| `pip install -e .` | Install from source |
|
|
22
|
+
|
|
23
|
+
## CLI Commands
|
|
24
|
+
|
|
25
|
+
| Command | Description |
|
|
26
|
+
|---------|-------------|
|
|
27
|
+
| `praison templates list` | List available recipes |
|
|
28
|
+
| `praison templates info <recipe>` | Show recipe details |
|
|
29
|
+
| `praison templates run <recipe> <input>` | Run a recipe |
|
|
30
|
+
| `praison templates run <recipe> <input> --dry-run` | Preview without executing |
|
|
31
|
+
| `praison templates run <recipe> <input> --output <dir>` | Specify output directory |
|
|
32
|
+
| `praison templates run <recipe> <input> --force` | Overwrite existing output |
|
|
33
|
+
|
|
34
|
+
## Video/Audio Recipes
|
|
35
|
+
|
|
36
|
+
| Recipe | CLI Command | Docs |
|
|
37
|
+
|--------|-------------|------|
|
|
38
|
+
| `ai-podcast-cleaner` | `praison templates run ai-podcast-cleaner recording.wav` | [README](agent_recipes/templates/ai-podcast-cleaner/README.md) |
|
|
39
|
+
| `ai-video-to-gif` | `praison templates run ai-video-to-gif video.mp4` | [README](agent_recipes/templates/ai-video-to-gif/README.md) |
|
|
40
|
+
| `ai-audio-splitter` | `praison templates run ai-audio-splitter audio.mp3` | [README](agent_recipes/templates/ai-audio-splitter/README.md) |
|
|
41
|
+
| `ai-video-thumbnails` | `praison templates run ai-video-thumbnails video.mp4` | [README](agent_recipes/templates/ai-video-thumbnails/README.md) |
|
|
42
|
+
| `ai-audio-normalizer` | `praison templates run ai-audio-normalizer audio.mp3` | [README](agent_recipes/templates/ai-audio-normalizer/README.md) |
|
|
43
|
+
| `ai-video-editor` | `praison templates run ai-video-editor video.mp4` | [README](agent_recipes/templates/ai-video-editor/README.md) |
|
|
44
|
+
| `transcript-generator` | `praison templates run transcript-generator audio.mp3` | [README](agent_recipes/templates/transcript-generator/README.md) |
|
|
45
|
+
|
|
46
|
+
## Document Recipes
|
|
47
|
+
|
|
48
|
+
| Recipe | CLI Command | Docs |
|
|
49
|
+
|--------|-------------|------|
|
|
50
|
+
| `ai-pdf-to-markdown` | `praison templates run ai-pdf-to-markdown document.pdf` | [README](agent_recipes/templates/ai-pdf-to-markdown/README.md) |
|
|
51
|
+
| `ai-markdown-to-pdf` | `praison templates run ai-markdown-to-pdf document.md` | [README](agent_recipes/templates/ai-markdown-to-pdf/README.md) |
|
|
52
|
+
| `ai-pdf-summarizer` | `praison templates run ai-pdf-summarizer document.pdf` | [README](agent_recipes/templates/ai-pdf-summarizer/README.md) |
|
|
53
|
+
| `ai-slide-to-notes` | `praison templates run ai-slide-to-notes presentation.pdf` | [README](agent_recipes/templates/ai-slide-to-notes/README.md) |
|
|
54
|
+
| `ai-doc-translator` | `praison templates run ai-doc-translator document.md --language es` | [README](agent_recipes/templates/ai-doc-translator/README.md) |
|
|
55
|
+
|
|
56
|
+
## Image Recipes
|
|
57
|
+
|
|
58
|
+
| Recipe | CLI Command | Docs |
|
|
59
|
+
|--------|-------------|------|
|
|
60
|
+
| `ai-image-optimizer` | `praison templates run ai-image-optimizer ./images/` | [README](agent_recipes/templates/ai-image-optimizer/README.md) |
|
|
61
|
+
| `ai-image-cataloger` | `praison templates run ai-image-cataloger ./photos/` | [README](agent_recipes/templates/ai-image-cataloger/README.md) |
|
|
62
|
+
| `ai-screenshot-ocr` | `praison templates run ai-screenshot-ocr screenshot.png` | [README](agent_recipes/templates/ai-screenshot-ocr/README.md) |
|
|
63
|
+
| `ai-image-resizer` | `praison templates run ai-image-resizer ./images/` | [README](agent_recipes/templates/ai-image-resizer/README.md) |
|
|
64
|
+
|
|
65
|
+
## Code/Repo Recipes
|
|
66
|
+
|
|
67
|
+
| Recipe | CLI Command | Docs |
|
|
68
|
+
|--------|-------------|------|
|
|
69
|
+
| `ai-repo-readme` | `praison templates run ai-repo-readme ./my-project` | [README](agent_recipes/templates/ai-repo-readme/README.md) |
|
|
70
|
+
| `ai-changelog-generator` | `praison templates run ai-changelog-generator ./my-repo` | [README](agent_recipes/templates/ai-changelog-generator/README.md) |
|
|
71
|
+
| `ai-code-documenter` | `praison templates run ai-code-documenter ./src/` | [README](agent_recipes/templates/ai-code-documenter/README.md) |
|
|
72
|
+
| `ai-dependency-auditor` | `praison templates run ai-dependency-auditor ./my-project` | [README](agent_recipes/templates/ai-dependency-auditor/README.md) |
|
|
73
|
+
|
|
74
|
+
## Data Recipes
|
|
75
|
+
|
|
76
|
+
| Recipe | CLI Command | Docs |
|
|
77
|
+
|--------|-------------|------|
|
|
78
|
+
| `ai-csv-cleaner` | `praison templates run ai-csv-cleaner data.csv` | [README](agent_recipes/templates/ai-csv-cleaner/README.md) |
|
|
79
|
+
| `ai-json-to-csv` | `praison templates run ai-json-to-csv data.json` | [README](agent_recipes/templates/ai-json-to-csv/README.md) |
|
|
80
|
+
| `ai-data-profiler` | `praison templates run ai-data-profiler data.csv` | [README](agent_recipes/templates/ai-data-profiler/README.md) |
|
|
81
|
+
| `ai-schema-generator` | `praison templates run ai-schema-generator data.json` | [README](agent_recipes/templates/ai-schema-generator/README.md) |
|
|
82
|
+
| `data-transformer` | `praison templates run data-transformer data.csv` | [README](agent_recipes/templates/data-transformer/README.md) |
|
|
83
|
+
|
|
84
|
+
## Web Recipes
|
|
85
|
+
|
|
86
|
+
| Recipe | CLI Command | Docs |
|
|
87
|
+
|--------|-------------|------|
|
|
88
|
+
| `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) |
|
|
89
|
+
| `ai-sitemap-scraper` | `praison templates run ai-sitemap-scraper https://example.com/sitemap.xml` | [README](agent_recipes/templates/ai-sitemap-scraper/README.md) |
|
|
90
|
+
|
|
91
|
+
## Packaging Recipes
|
|
92
|
+
|
|
93
|
+
| Recipe | CLI Command | Docs |
|
|
94
|
+
|--------|-------------|------|
|
|
95
|
+
| `ai-folder-packager` | `praison templates run ai-folder-packager ./my-project` | [README](agent_recipes/templates/ai-folder-packager/README.md) |
|
|
96
|
+
|
|
97
|
+
## Recipe Options
|
|
98
|
+
|
|
99
|
+
| Option | Description |
|
|
100
|
+
|--------|-------------|
|
|
101
|
+
| `--output`, `-o` | Output directory |
|
|
102
|
+
| `--dry-run` | Show plan without executing |
|
|
103
|
+
| `--force` | Overwrite existing output |
|
|
104
|
+
| `--verbose`, `-v` | Enable verbose output |
|
|
105
|
+
| `--preset` | Use a preset configuration |
|
|
106
|
+
| `--config` | Path to config file |
|
|
107
|
+
|
|
108
|
+
## License
|
|
109
|
+
|
|
110
|
+
Apache-2.0
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Agent Recipes - Real-world AI agent templates for PraisonAI
|
|
3
|
+
|
|
4
|
+
This package provides ready-to-use templates for common AI agent workflows.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
__version__ = "0.1.0"
|
|
8
|
+
__all__ = ["get_template_path", "list_templates"]
|
|
9
|
+
|
|
10
|
+
from pathlib import Path
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def get_template_path(template_name: str) -> Path:
|
|
14
|
+
"""Get the path to a template directory."""
|
|
15
|
+
templates_dir = Path(__file__).parent / "templates"
|
|
16
|
+
template_path = templates_dir / template_name
|
|
17
|
+
if not template_path.exists():
|
|
18
|
+
raise ValueError(f"Template not found: {template_name}")
|
|
19
|
+
return template_path
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
def list_templates() -> list:
|
|
23
|
+
"""List all available templates."""
|
|
24
|
+
templates_dir = Path(__file__).parent / "templates"
|
|
25
|
+
if not templates_dir.exists():
|
|
26
|
+
return []
|
|
27
|
+
return [d.name for d in templates_dir.iterdir() if d.is_dir() and not d.name.startswith(".")]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Recipe Runtime - Shared utilities for all Agent-Recipes.
|
|
3
|
+
|
|
4
|
+
Provides:
|
|
5
|
+
- Output directory management
|
|
6
|
+
- run.json generation
|
|
7
|
+
- Logging setup
|
|
8
|
+
- Dry-run support
|
|
9
|
+
- Safety defaults
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
from .core import (
|
|
13
|
+
RecipeRunner,
|
|
14
|
+
RecipeConfig,
|
|
15
|
+
RecipeResult,
|
|
16
|
+
create_output_dir,
|
|
17
|
+
write_run_json,
|
|
18
|
+
setup_logging,
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
__all__ = [
|
|
22
|
+
"RecipeRunner",
|
|
23
|
+
"RecipeConfig",
|
|
24
|
+
"RecipeResult",
|
|
25
|
+
"create_output_dir",
|
|
26
|
+
"write_run_json",
|
|
27
|
+
"setup_logging",
|
|
28
|
+
]
|