strands.experimental.bidi
Bidirectional streaming package.
__getattr__
Section titled “__getattr__”def __getattr__(name: str) -> AnyDefined in: src/strands/experimental/bidi/init.py:70
Lazy load IO implementations only when accessed.
This defers the import of optional dependencies until actually needed.