feat(core): RunService for single workflow(node) primitives #6

Merged
fnoble merged 5 commits from feat/engine-flat into master 2026-08-25 17:19:07 +00:00
Owner
No description provided.
@ -0,0 +1,17 @@
"""Sequential workflow execution on LangGraph.
Author
Owner

Replace all head of file docstrings with 1-2 lines.

Replace all head of file docstrings with 1-2 lines.
@ -0,0 +1,640 @@
"""LangGraph compilation and sequential execution.
Author
Owner

docstring issue

docstring issue
@ -0,0 +1,93 @@
"""Run file and result shapes.
Author
Owner

Header docstring issue.

Header docstring issue.
@ -0,0 +1,84 @@
"""Single-writer persistence for run files.
Author
Owner

Header docstring issue.

Header docstring issue.
@ -0,0 +57,4 @@
path = self._path(run_id)
if not path.is_file():
raise ConfigError(f"unknown run: {run_id}")
return RunFile.from_dict(json.loads(path.read_text()))
Author
Owner

Why json when the checkpoints are sqlite?

Why json when the checkpoints are sqlite?
style(core): remove header docstrings
Some checks failed
CI / check (push) Failing after 19s
4243ddc1a5
fnoble merged commit 681f351d07 into master 2026-08-25 17:19:07 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
neurogenesis/ngen-weave!6
No description provided.