Skip to content

Refactor add_agent_to_images method usage to use Repository layer pattern #5794

@seedspirit

Description

@seedspirit

Motivation

Currently, the AgentRegistry uses the add_agent_to_images method without proper Repository Layer separation (DBSource, CacheSource), storing values without following the established architectural pattern. We need to introduce a Repository layer and create appropriate layers for each source to separate them accordingly, maintaining consistent data access patterns.

JIRA Issue: BA-2305

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions