• Joined on 2024-04-09
giles pushed to master at art-dag/test 2026-02-02 18:08:04 +00:00
95fcc67dcc Add generic streaming interpreter with configurable sources/audio
d241e2a663 Add streaming video compositor with sexp interpreter
17e3e23f06 Add analysis caching and segment looping for short videos
45f9171701 Remove DEBUG prints from ascii primitive
e3c6163e2e Add ascii_dual_blend recipe and fix blend/layer effects
giles created branch master in art-dag/test 2026-02-02 18:08:04 +00:00
giles created repository art-dag/test 2026-02-02 18:07:18 +00:00
giles pushed to main at art-dag/celery 2026-01-13 05:11:00 +00:00
396bacc89b Add debug logging for plan file lookup
giles pushed to main at art-dag/celery 2026-01-13 05:01:29 +00:00
b599b59d44 Use IPFS CID as primary output_cid instead of cache_id hash
giles pushed to main at art-dag/celery 2026-01-13 04:50:18 +00:00
cf83952a19 Fix add_file to accept both Path and string
giles pushed to main at art-dag/celery 2026-01-13 04:38:04 +00:00
ca2d4a17a4 Fix: use DATABASE_URL instead of separate DB_* vars
giles pushed to main at art-dag/celery 2026-01-13 04:31:15 +00:00
4f3eccd4d3 Fix async database calls from sync context
giles pushed to main at art-dag/celery 2026-01-13 04:23:40 +00:00
d685518c4c Remove Redis fallbacks - database only, no silent failures
giles pushed to main at art-dag/celery 2026-01-13 04:22:40 +00:00
529c173722 Use database for cache_id -> ipfs_cid mapping
giles pushed to main at art-dag/celery 2026-01-13 04:20:45 +00:00
d7d7cd28c2 Store cache items by IPFS CID, index by cache_id
giles pushed to main at art-dag/celery 2026-01-13 04:17:44 +00:00
c46fcd2308 Make IPFS upload failures fatal - no local hash fallback
giles pushed to main at art-dag/celery 2026-01-13 04:13:21 +00:00
2c3f943e5a Save plan_cid to database immediately after plan creation
giles pushed to main at art-dag/celery 2026-01-13 03:57:45 +00:00
7813eb081a Fail run if output cannot be uploaded to IPFS
giles pushed to main at art-dag/celery 2026-01-13 03:46:04 +00:00
0f4817e3a8 Fix get_file to accept both Path and string arguments
giles pushed to main at art-dag/celery 2026-01-13 03:18:28 +00:00
3ee4dc1efb Restore effect:identity executor shortcut
giles pushed to main at art-dag/celery 2026-01-13 03:11:35 +00:00
c5d70f61c8 Add debug logging for effect executor lookup
giles pushed to main at art-dag/celery 2026-01-13 03:05:36 +00:00
c3d6427883 Fix effect loading from IPFS and improve COMPOUND handling
giles pushed to main at art-dag/celery 2026-01-13 02:21:32 +00:00
ad15ef1ce7 Add explicit EFFECT node handling with case-insensitive lookup
giles pushed to main at art-dag/celery 2026-01-13 02:20:06 +00:00
164f1291ac Add SEQUENCE node handling for concatenating clips