-
Notifications
You must be signed in to change notification settings - Fork 0
Implement proposal 0009: per-instance fan-out resume #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
chris-colinsky
merged 14 commits into
main
from
feature/0009-per-instance-fan-out-resume
May 25, 2026
Merged
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0279407
Bump pin to v0.18.0; add fan_out_progress structures
chris-colinsky f053ec0
Add per-instance fan-out progress tracking scaffolding
chris-colinsky 17454b2
Checkpoint backends: round-trip fan_out_progress + add batching
chris-colinsky 999551d
Engine: per-instance fan-out resume contract
chris-colinsky 6211a1e
Tests: conformance harness extensions for proposal 0009 fixtures
chris-colinsky 813aedf
Tests: expand checkpoint conformance to 048-054 + unit tests
chris-colinsky 677cad2
Address PR review feedback on proposal 0009 impl
chris-colinsky 0cb3d54
Update docs for proposal 0009 per-instance fan-out resume
chris-colinsky 0baa3ed
Address PR review round 2 on proposal 0009 impl
chris-colinsky a71dc8c
Bump spec pin to v0.18.1; fix fixture 052 harness gap
chris-colinsky 9230583
Fix nested fan-out schema_version read (spec impl-review 4a)
chris-colinsky b71a6ce
Address PR review round 3 on proposal 0009 impl
chris-colinsky 1d59898
Address PR review round 4 on proposal 0009 impl
chris-colinsky ad66e41
Address PR review round 5 on proposal 0009 impl
chris-colinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openarmature-spec
updated
23 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| """OpenArmature: workflow framework for LLM pipelines and tool-calling agents.""" | ||
|
|
||
| __version__ = "0.8.0" | ||
| __spec_version__ = "0.17.1" | ||
| __spec_version__ = "0.18.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.