Skip to content

Support multiple Redis deployments in a single agent turn #39

@abrookins

Description

@abrookins

Summary

Support for accessing and comparing multiple Redis deployments within a single agent turn/request, particularly for lightweight inspection and comparison operations.

Context

Currently the agent is single-deployment focused per turn, requiring separate requests for different deployments. Some use cases require comparing or inspecting multiple clusters in a single operation.

Proposed Approach

  • Support multi-cluster access per turn for lightweight inspection/comparison agents only
  • Avoid multi-cluster support for deep triage agents (already slow and complex)
  • Need to clarify target use cases: what tasks need to be performed across clusters?

Considerations

  • Instance selection UI/UX
  • Connection management for multiple simultaneous connections
  • Result aggregation and comparison formatting
  • Scope boundaries for which agent types support this

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions