You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove double defined constructor for node class
- Remove double-defined constructor in Node class, leading to errors
when initializing with a string
- Add `from_url` class method for creating Node instances from URLs
- Enhance type hints for Node constructor parameters
- Update Configuration class to use new Node.from_url method
0 commit comments