Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 386 Bytes

File metadata and controls

15 lines (11 loc) · 386 Bytes

dapr.ext.strands

Strands Agents session management backed by any Dapr state store. Provides DaprSessionManager for distributed session, agent, and message persistence.

pip install "dapr[strands]"
from dapr.ext.strands import DaprSessionManager

See the root README for migration steps from the legacy dapr-ext-strands distribution.