Skip to content

strands.experimental.bidi.models

Bidirectional model interfaces and implementations.

def __getattr__(name: str) -> Any

Defined in: src/strands/experimental/bidi/models/init.py:13

Lazy load bidi model implementations only when accessed.

This defers the import of optional dependencies until actually needed.