Include package name in the identifier of decorated task#139
Merged
superstar54 merged 4 commits intomainfrom Jan 14, 2026
Merged
Include package name in the identifier of decorated task#139superstar54 merged 4 commits intomainfrom
superstar54 merged 4 commits intomainfrom
Conversation
0d8a39d to
365fe7d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
========================================
Coverage 90.45% 90.46%
========================================
Files 79 79
Lines 8134 8236 +102
========================================
+ Hits 7358 7451 +93
- Misses 776 785 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- add node_graph.annotated socket and entry point - infer annotated types into metadata-backed sockets - enforce annotated type mismatch errors in links - strip Optional[T] to T during spec inference
e228c20 to
389d058
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add
SocketAnnotatedfor annotated Python types without an explicit mapping.When a task input/output is annotated with a Python type, the socket identifier is resolved from the type mapping. If the type is not mapped, the socket falls back to
node_graph.annotatedand records the Python type in metadata. If no annotation, fall back toSocketAny.