Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a074f8f
Add Flow.model generated callable models
NeejWeej May 4, 2026
75a76c8
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 11, 2026
d40771e
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 12, 2026
f772cdd
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 14, 2026
6ff5409
Handle FlowContext and existing context case and clean up code
NeejWeej May 14, 2026
08ca0ae
Further simplify Flow.model internals
NeejWeej May 14, 2026
40f3adb
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 14, 2026
cd25056
Trim public export
NeejWeej May 14, 2026
16aae1f
Bug fixes
NeejWeej May 14, 2026
7c620e2
Simplify tests, harden detecting nested/local @Flow.model
NeejWeej May 15, 2026
cede744
Move examples inside ccflow, not top level
NeejWeej May 17, 2026
09e77aa
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 17, 2026
5d73ed6
Add 'inspect' to consolidate introspection for @Flow.model
NeejWeej May 18, 2026
0597500
Merge branch 'main' into nk/auto_deps_auto_callable_model
NeejWeej May 29, 2026
d35c55d
Remove uneeded ray tests, add comment pointing to issue 221 for helpe…
NeejWeej May 29, 2026
4f51b74
Add Dep annotation to allow containers containing callable models for…
NeejWeej May 17, 2026
e26f960
Fix bugs, update examples and add example test for @Flow.model
NeejWeej May 17, 2026
ddd59ce
Add 'inspect' to consolidate introspection for @Flow.model
NeejWeej May 18, 2026
8713242
Fix dep marker pickle roundtrip after rebase
NeejWeej May 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ccflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from .callable import *
from .context import *
from .enums import Enum
from .flow_model import *
from .global_state import *
from .local_persistence import *
from .models import *
Expand Down
Loading
Loading