Skip to content

Agent init with multiple mediators #405

@elribonazo

Description

@elribonazo

Proposed feature

We want to improve our agent implementation to allow developers and users to configure what mediators they want to be using at runtime.

The agent init function should allow the user to start the agent instance with a list of MediatorDIDs (could also be empty)

At any point, the SDK developer can also add a MediatorDID to an instance that is running.

Feature description

  1. Extend the agent to allow multiple mediator connections + pickup listeners at the same time.
  2. Extend the agent init configuration to allow sending multiple mediator DIDS
    By default we will still be backwards compatible with sending a single mediator to agent init, but the user can now also send a list of mediator dids
  3. Ability to stop/remove a mediator that is running

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions