Skip to content

feat: load LocalAgentRegistry on the server startup

Alexander Chueshev requested to merge ac/initialize-local-agent-registry into main

What does this merge request do and why?

Please, find additional details in #495.

Closes #495.

Blocked by !912 (merged)

How to set up and validate locally

Example of the record logged during the server startup:

{"logger": "agent_registry", "level": "info", "type": "mlops", "stage": "main", "timestamp": "2024-06-05T15:04:01.675384Z", "message": "Initializing the local agent registry"}

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports