• Joined on 2024-04-09
giles pushed to main at art-dag/celery 2026-01-13 02:13:05 +00:00
59c72500ac Fix status: check task result success flag, not just Celery success
giles pushed to main at art-dag/celery 2026-01-13 02:11:06 +00:00
84d465b264 Include failed runs in list_runs output
giles pushed to main at art-dag/celery 2026-01-13 02:05:17 +00:00
f28edf7ab6 Fix DogExecutor to use new process() API instead of effect_dog()
giles pushed to main at art-dag/celery 2026-01-13 01:58:37 +00:00
be4d0da84f Fix case sensitivity bug: S-expression node types are lowercase
giles pushed to main at art-dag/celery 2026-01-13 01:55:24 +00:00
bfe96a431c Fail recipe if no output produced, add tests
giles pushed to main at art-dag/celery 2026-01-13 01:53:37 +00:00
e1c0ebc0a2 Add integration tests for S-expression plan execution
giles pushed to main at art-dag/celery 2026-01-13 01:47:22 +00:00
6c4b850487 Add COMPOUND node handling and fix cache lookups by code-addressed hash
giles pushed to main at art-dag/celery 2026-01-13 01:36:56 +00:00
d08fbfc0bd Fix SOURCE node resolution for user inputs in execute_recipe
giles pushed to main at art-dag/celery 2026-01-13 01:21:57 +00:00
bf188f4671 Remove dead code: execute_level, render_dog_from_cat, duplicate file_hash
giles pushed to main at art-dag/celery 2026-01-13 00:27:25 +00:00
d603485d40 Refactor to S-expression based execution with code-addressed cache IDs
giles pushed to main at art-dag/celery 2026-01-13 00:00:04 +00:00
2c27eacb12 Convert DAG nodes dict to steps list in get_run_plan()
giles pushed to main at art-dag/celery 2026-01-12 23:50:54 +00:00
1ad8fe9890 Fix plan storage path to match get_by_cid lookup
giles pushed to main at art-dag/celery 2026-01-12 22:41:18 +00:00
3e3df6ff2a Code-addressed node IDs and remove JSON index files
giles pushed to main at art-dag/celery 2026-01-12 21:20:31 +00:00
faf794ef35 Use IPFS as universal fallback for content lookup
giles pushed to main at art-dag/celery 2026-01-12 21:18:21 +00:00
a4bf0eae24 Add filesystem fallback when artdag Cache lookup fails
giles pushed to main at art-dag/celery 2026-01-12 21:15:12 +00:00
9a1ed2adea Fetch source content from IPFS if not in local cache
giles pushed to main at art-dag/celery 2026-01-12 21:07:11 +00:00
f67aacdceb Add detailed logging to cache_manager put and get_by_cid
giles pushed to main at art-dag/celery 2026-01-12 20:51:17 +00:00
da4e2e9d3d Fix stats counting to use ownership-based database queries
giles pushed to main at art-dag/celery 2026-01-12 20:37:20 +00:00
f7fa683bcf Add logging to save_item_metadata for debugging
giles pushed to main at art-dag/celery 2026-01-12 20:35:09 +00:00
6c973203fc Add debug logging to recipe upload and get