Artifex/graph
2026-08-15 17:26:37 +07:00
..
migrations Add graph pause and inspection support 2026-08-15 17:10:50 +07:00
__init__.py Initial Artifex V1 2026-08-15 13:50:24 +07:00
apps.py Add execution graph domain model 2026-08-15 16:58:54 +07:00
bootstrap.py Delegate task execution to native graph runtime 2026-08-15 17:06:56 +07:00
inspection.py Add graph pause and inspection support 2026-08-15 17:10:50 +07:00
langgraph_runtime.py Run task execution through LangGraph runtime 2026-08-15 17:26:37 +07:00
models.py Add graph pause and inspection support 2026-08-15 17:10:50 +07:00
native_runtime.py Run task execution through LangGraph runtime 2026-08-15 17:26:37 +07:00
registry.py Add execution graph domain model 2026-08-15 16:58:54 +07:00
runtime.py Implement LangGraph runtime adapter boundary 2026-08-15 17:08:12 +07:00
scheduler.py Initial Artifex V1 2026-08-15 13:50:24 +07:00
spec.py Add execution graph domain model 2026-08-15 16:58:54 +07:00
task_execution.py Add execution graph domain model 2026-08-15 16:58:54 +07:00
task_nodes.py Delegate task execution to native graph runtime 2026-08-15 17:06:56 +07:00