Skip to content

strands.experimental.bidi

Bidirectional streaming package.

def __getattr__(name: str) -> Any

Defined 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.