f9d9e8c5fbddc33fcd15542c8b92ca87f7a44217
- dog: Convert to whole-video API with PEP 723 metadata - identity: Add as frame-by-frame effect Both now use @-tag docstrings for AI-readable metadata. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Art DAG - Effects
Custom effects for the Art DAG engine.
Effects
| Effect | Description | Output Hash |
|---|---|---|
| dog | Returns dog.mkv regardless of input | 772f26f9... |
Structure
dog/
├── README.md # Documentation
├── requirements.txt # Dependencies
├── effect.py # Implementation
└── test_effect.py # Automated tests
Running Tests
cd dog && python -m pytest test_effect.py -v
Related
- Engine: https://github.com/gilesbradshaw/art-dag
- Registry: https://git.rose-ash.com/art-dag/registry
- Recipes: https://git.rose-ash.com/art-dag/recipes
Owner
@giles@artdag.rose-ash.com
Description
Languages
Python
100%