Skip to content

[FEATURE] Concurrent Message read from Session Manager #874

@Unshure

Description

@Unshure

Problem Statement

Strands agents currently reads messages in sequence from the session management datastore, which can lead to longer reads for long conversations.

Ref:

Proposed Solution

Implement a concurrent read of messages to help speed up the retrieval of messages from session datastore

Use async, do not use threads.

Use Case

Anyone using a session manager can speed up their retrieval of messages by concurrently reading the messages.

Alternatives Solutions

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions