Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 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
0103d48
Merge branch 'main' into nk/auto_deps_auto_callable_model
timkpaine Jun 9, 2026
91d008b
Split _build_compute_context into focused per-path helpers (#233)
timkpaine Jun 9, 2026
d11a398
Add parity tests for model_alias vs bare-string registry aliases (#234)
timkpaine Jun 9, 2026
51396bc
Fix Optional[FromContext[T]] classification and define its semantics …
timkpaine Jun 9, 2026
d42b643
Accept positional/string context shorthand for Flow.model(context_typ…
timkpaine Jun 9, 2026
88c5667
Add characterization tests for effective-key equivalence (#238)
timkpaine Jun 9, 2026
cda9559
Add Flow.model(context_type=, strict=False) subset/omnibus context (#…
timkpaine Jun 10, 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