<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</parameter>
    <parameter key="kernel.environment">prod</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.runtime_mode">%env(query_string:default:container.runtime_mode:APP_RUNTIME_MODE)%</parameter>
    <parameter key="kernel.runtime_mode.web">%env(bool:default::key:web:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.runtime_mode.cli">%env(not:default:kernel.runtime_mode.web:)%</parameter>
    <parameter key="kernel.runtime_mode.worker">%env(bool:default::key:worker:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod</parameter>
    <parameter key="kernel.cache_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod</parameter>
    <parameter key="kernel.logs_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/vendor/symfony/monolog-bundle/src</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="NelmioCorsBundle" type="collection">
        <parameter key="path">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/vendor/nelmio/cors-bundle</parameter>
        <parameter key="namespace">Nelmio\CorsBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelProdDebugContainer</parameter>
    <parameter key="kernel.share_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod</parameter>
    <parameter key=".container.known_envs" type="collection">
      <parameter>prod</parameter>
      <parameter>test</parameter>
      <parameter>dev</parameter>
    </parameter>
    <parameter key=".kernel.config_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/config</parameter>
    <parameter key=".kernel.bundles_definition" type="collection">
      <parameter key="Symfony\Bundle\FrameworkBundle\FrameworkBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Doctrine\Bundle\DoctrineBundle\DoctrineBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Symfony\Bundle\MonologBundle\MonologBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
      <parameter key="Nelmio\CorsBundle\NelmioCorsBundle" type="collection">
        <parameter key="all">true</parameter>
      </parameter>
    </parameter>
    <parameter key="app.project_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</parameter>
    <parameter key="app.default_data_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/../../data/product-ai-automation</parameter>
    <parameter key="app.data_dir">%env(default:app.default_data_dir:APP_DATA_DIR)%</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="event_dispatcher.event_aliases" type="collection">
      <parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
    </parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">%env(APP_SECRET)%</parameter>
    <parameter key="kernel.http_method_override">false</parameter>
    <parameter key="kernel.allowed_http_method_override">null</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%</parameter>
    <parameter key="kernel.trusted_hosts">%env(default::SYMFONY_TRUSTED_HOSTS)%</parameter>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="kernel.trusted_proxies">%env(default::SYMFONY_TRUSTED_PROXIES)%</parameter>
    <parameter key="kernel.trusted_headers">%env(default::SYMFONY_TRUSTED_HEADERS)%</parameter>
    <parameter key="debug.file_link_format">%env(default::SYMFONY_IDE)%</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/App_KernelProdDebugContainer.xml</parameter>
    <parameter key="router.request_context.host">localhost</parameter>
    <parameter key="router.request_context.scheme">http</parameter>
    <parameter key="router.request_context.base_url"/>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="router.cache_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="cache.prefix.seed">_/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend.App_KernelProdDebugContainer</parameter>
    <parameter key="data_collector.templates" type="collection"/>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Symfony\Bridge\Doctrine\ContainerAwareEventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Doctrine\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Doctrine\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="default">doctrine.orm.default_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">default</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection">
      <parameter key="uuid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UuidType</parameter>
      </parameter>
      <parameter key="ulid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UlidType</parameter>
      </parameter>
      <parameter key="date_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\DatePointType</parameter>
      </parameter>
      <parameter key="day_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\DayPointType</parameter>
      </parameter>
      <parameter key="time_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\TimePointType</parameter>
      </parameter>
    </parameter>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\Persistence\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\Persistence\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.typed_field_mapper.default.class">Doctrine\ORM\Mapping\DefaultTypedFieldMapper</parameter>
    <parameter key="doctrine.orm.entity_listener_resolver.class">Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_cache_factory.class">Doctrine\ORM\Cache\DefaultCacheFactory</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_region.class">Doctrine\ORM\Cache\Region\DefaultRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.filelock_region.class">Doctrine\ORM\Cache\Region\FileLockRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_chain.class">Doctrine\ORM\Cache\Logging\CacheLoggerChain</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_statistics.class">Doctrine\ORM\Cache\Logging\StatisticsCacheLogger</parameter>
    <parameter key="doctrine.orm.second_level_cache.cache_configuration.class">Doctrine\ORM\Cache\CacheConfiguration</parameter>
    <parameter key="doctrine.orm.second_level_cache.regions_configuration.class">Doctrine\ORM\Cache\RegionsConfiguration</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">true</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">true</parameter>
    <parameter key="doctrine.orm.enable_native_lazy_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <parameter key="monolog.handler.main" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="nelmio_cors.map" type="collection">
      <parameter key="^/api/" type="collection"/>
    </parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin" type="collection">
        <parameter>%env(CORS_ALLOW_ORIGIN)%</parameter>
      </parameter>
      <parameter key="allow_credentials">false</parameter>
      <parameter key="allow_headers" type="collection">
        <parameter>content-type</parameter>
        <parameter>authorization</parameter>
      </parameter>
      <parameter key="allow_private_network">false</parameter>
      <parameter key="expose_headers" type="collection">
        <parameter>Link</parameter>
      </parameter>
      <parameter key="allow_methods" type="collection">
        <parameter>GET</parameter>
        <parameter>OPTIONS</parameter>
        <parameter>POST</parameter>
        <parameter>PUT</parameter>
        <parameter>PATCH</parameter>
        <parameter>DELETE</parameter>
      </parameter>
      <parameter key="max_age">3600</parameter>
      <parameter key="hosts" type="collection"/>
      <parameter key="origin_regex">true</parameter>
      <parameter key="skip_same_as_origin">true</parameter>
      <parameter key="forced_allow_origin_value">null</parameter>
    </parameter>
    <parameter key="nelmio_cors.cors_listener.class">Nelmio\CorsBundle\EventListener\CorsListener</parameter>
    <parameter key="nelmio_cors.options_resolver.class">Nelmio\CorsBundle\Options\Resolver</parameter>
    <parameter key="nelmio_cors.options_provider.config.class">Nelmio\CorsBundle\Options\ConfigProvider</parameter>
    <parameter key="console.command.ids" type="collection"/>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
    <service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.route_loader"/>
    </service>
    <service id="App\Entity" class="App\Entity" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Message" class="App\Message" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id=".abstract.App\Ai\AiProviderInterface" class="App\Ai\AiProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Ai\Dto\AiUsage" class="App\Ai\Dto\AiUsage" autowire="true" autoconfigure="true"/>
    <service id="App\Ai\Dto\AltText" class="App\Ai\Dto\AltText" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\AltText&quot;: argument &quot;$de&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\BrcVerdict" class="App\Ai\Dto\BrcVerdict" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\BrcVerdict&quot;: argument &quot;$pass&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\GeneratedImage" class="App\Ai\Dto\GeneratedImage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\GeneratedImage&quot;: argument &quot;$binary&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\GeneratedVideo" class="App\Ai\Dto\GeneratedVideo" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\GeneratedVideo&quot;: argument &quot;$binary&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\ManipulationResult" class="App\Ai\Dto\ManipulationResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\ManipulationResult&quot;: argument &quot;$value&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\ResearchResult" class="App\Ai\Dto\ResearchResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\ResearchResult&quot;: argument &quot;$found&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Dto\SegmentationResult" class="App\Ai\Dto\SegmentationResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ai\Dto\SegmentationResult&quot;: argument &quot;$imagePng&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ai\Exception\TransientAiException" class="App\Ai\Exception\TransientAiException" autowire="true" autoconfigure="true"/>
    <service id="App\Ai\Exception\VertexNotConfiguredException" class="App\Ai\Exception\VertexNotConfiguredException" autowire="true" autoconfigure="true"/>
    <service id="App\Ai\Mock\MockAiProvider" class="App\Ai\Mock\MockAiProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\PromptRegistry"/>
    </service>
    <service id="App\Ai\Mock\MockSegmentationProvider" class="App\Ai\Mock\MockSegmentationProvider" autowire="true" autoconfigure="true"/>
    <service id="App\Ai\PromptRegistry" class="App\Ai\PromptRegistry" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id=".abstract.App\Ai\SegmentationProviderInterface" class="App\Ai\SegmentationProviderInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Ai\Vertex\VertexAiProvider" class="App\Ai\Vertex\VertexAiProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexClient"/>
      <argument type="service" id="App\Ai\PromptRegistry"/>
      <argument type="service" id="App\Ai\Vertex\VertexConfig"/>
    </service>
    <service id="App\Ai\Vertex\VertexClient" class="App\Ai\Vertex\VertexClient" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger.vertex"/>
      <argument type="service" id="App\Ai\Vertex\VertexConfig"/>
    </service>
    <service id="App\Ai\Vertex\VertexConfig" class="App\Ai\Vertex\VertexConfig" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <argument>%env(VERTEX_PROJECT_ID)%</argument>
      <argument>%env(VERTEX_LOCATION)%</argument>
      <argument>%env(VERTEX_CREDENTIALS_FILE)%</argument>
      <argument>%env(VERTEX_MODEL_RESEARCH)%</argument>
      <argument>%env(VERTEX_MODEL_MANIPULATION)%</argument>
      <argument>%env(VERTEX_MODEL_SCORING)%</argument>
      <argument>%env(VERTEX_MODEL_ALT_TEXT)%</argument>
      <argument>%env(VERTEX_MODEL_IMAGE)%</argument>
      <argument>%env(VERTEX_MODEL_SEGMENTATION)%</argument>
    </service>
    <service id="App\Ai\Vertex\VertexSegmentationProvider" class="App\Ai\Vertex\VertexSegmentationProvider" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexClient"/>
      <argument type="service" id="App\Ai\Vertex\VertexConfig"/>
    </service>
    <service id="App\Auth\GoogleAuthConfig" class="App\Auth\GoogleAuthConfig" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id="App\Command\MigrateAttributeRulesCommand" class="App\Command\MigrateAttributeRulesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:migrate:attribute-rules" description="Migrate the attribute ruleset to the unified per-attribute (include + rule) schema" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Service\RuleManager"/>
      <call method="setName">
        <argument>app:migrate:attribute-rules</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate the attribute ruleset to the unified per-attribute (include + rule) schema</argument>
      </call>
    </service>
    <service id="App\Command\PollCommand" class="App\Command\PollCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:poll" description="Poll Ergonode for New / changed products and enqueue them" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Ergonode\PickupService"/>
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
      <argument type="service" id="App\Ergonode\AiRelevantHasher"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="monolog.logger.pipeline"/>
      <call method="setName">
        <argument>app:poll</argument>
      </call>
      <call method="setDescription">
        <argument>Poll Ergonode for New / changed products and enqueue them</argument>
      </call>
    </service>
    <service id="App\Command\SeedCommand" class="App\Command\SeedCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:seed" description="Seed config store defaults + reference data" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\ConfigSettingRepository"/>
      <argument type="service" id="App\Repository\FeatureFlagRepository"/>
      <argument type="service" id="App\Repository\ManipulationRuleSetRepository"/>
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
      <argument type="service" id="App\Repository\CategoryRuleRepository"/>
      <call method="setName">
        <argument>app:seed</argument>
      </call>
      <call method="setDescription">
        <argument>Seed config store defaults + reference data</argument>
      </call>
    </service>
    <service id="App\Command\SimulateCommand" class="App\Command\SimulateCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:simulate" description="Create synthetic New products in the mock Ergonode" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Ergonode\Mock\MockErgonodeClient"/>
      <call method="setName">
        <argument>app:simulate</argument>
      </call>
      <call method="setDescription">
        <argument>Create synthetic New products in the mock Ergonode</argument>
      </call>
    </service>
    <service id="App\Command\SyncCategoriesCommand" class="App\Command\SyncCategoriesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:ergonode:sync-categories" description="Overwrite the local Category Tree from Ergonode (drops non-Ergonode/seed categories)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
      <call method="setName">
        <argument>app:ergonode:sync-categories</argument>
      </call>
      <call method="setDescription">
        <argument>Overwrite the local Category Tree from Ergonode (drops non-Ergonode/seed categories)</argument>
      </call>
    </service>
    <service id="App\Command\VertexSmokeCommand" class="App\Command\VertexSmokeCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:vertex:smoke" description="Smoke-test the active AI provider (mock or Vertex)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Ai\Vertex\VertexSegmentationProvider"/>
      <argument type="service" id="App\Ai\PromptRegistry"/>
      <call method="setName">
        <argument>app:vertex:smoke</argument>
      </call>
      <call method="setDescription">
        <argument>Smoke-test the active AI provider (mock or Vertex)</argument>
      </call>
    </service>
    <service id="App\Command\WorkerCommand" class="App\Command\WorkerCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:worker" description="Run a pipeline worker (consumes the async queue)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>app:worker</argument>
      </call>
      <call method="setDescription">
        <argument>Run a pipeline worker (consumes the async queue)</argument>
      </call>
    </service>
    <service id="App\Config\CatalogSeedData" class="App\Config\CatalogSeedData" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Invalid service &quot;App\Config\CatalogSeedData&quot;: its constructor must be public. Did you miss configuring a factory or a static constructor? Try using the &quot;#[Autoconfigure(constructor: ...)]&quot; attribute for the latter."/>
    </service>
    <service id="App\Config\ConfigKeys" class="App\Config\ConfigKeys" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Invalid service &quot;App\Config\ConfigKeys&quot;: its constructor must be public. Did you miss configuring a factory or a static constructor? Try using the &quot;#[Autoconfigure(constructor: ...)]&quot; attribute for the latter."/>
    </service>
    <service id="App\Config\ConfigStore" class="App\Config\ConfigStore" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ConfigSettingRepository"/>
      <argument type="service" id="App\Repository\FeatureFlagRepository"/>
      <argument type="service" id="App\Repository\ManipulationRuleSetRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Config\Defaults" class="App\Config\Defaults" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Invalid service &quot;App\Config\Defaults&quot;: its constructor must be public. Did you miss configuring a factory or a static constructor? Try using the &quot;#[Autoconfigure(constructor: ...)]&quot; attribute for the latter."/>
    </service>
    <service id=".abstract.App\Controller\AbstractApiController" class="App\Controller\AbstractApiController" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
    </service>
    <service id="App\Controller\AgGridController" class="App\Controller\AgGridController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\AgGridController"/>
      </call>
    </service>
    <service id="App\Controller\AuditController" class="App\Controller\AuditController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\AuditLogEntryRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\AuditController"/>
      </call>
    </service>
    <service id="App\Controller\ErgonodeController" class="App\Controller\ErgonodeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="App\Ergonode\ErgonodeClientFactory"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ErgonodeController"/>
      </call>
    </service>
    <service id="App\Controller\GoogleAuthController" class="App\Controller\GoogleAuthController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Auth\GoogleAuthConfig"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\GoogleAuthController"/>
      </call>
    </service>
    <service id="App\Controller\HealthController" class="App\Controller\HealthController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\HealthController"/>
      </call>
    </service>
    <service id="App\Controller\MaintenanceController" class="App\Controller\MaintenanceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Service\RunnerService"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\MaintenanceController"/>
      </call>
    </service>
    <service id="App\Controller\MetricsController" class="App\Controller\MetricsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\MetricsService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\MetricsController"/>
      </call>
    </service>
    <service id="App\Controller\QueueController" class="App\Controller\QueueController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="App\Ergonode\PickupService"/>
      <argument type="service" id="App\Repository\ProcessingEventRepository"/>
      <argument type="service" id="App\Repository\ProductRunRepository"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Enrichment\CategoryRules\CategoryRulesResolver"/>
      <argument type="service" id="App\Enrichment\Requirement\AttributeRequirementResolver"/>
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
      <argument>%env(default:app.default_data_dir:APP_DATA_DIR)%</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\QueueController"/>
      </call>
    </service>
    <service id="App\Controller\RulebookController" class="App\Controller\RulebookController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\RulebookService"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\RulebookController"/>
      </call>
    </service>
    <service id="App\Controller\RulesController" class="App\Controller\RulesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\ManipulationRuleSetRepository"/>
      <argument type="service" id="App\Repository\CategoryRuleRepository"/>
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Enrichment\CategoryRules\CategoryRulesResolver"/>
      <argument type="service" id="App\Service\RuleManager"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\RulesController"/>
      </call>
    </service>
    <service id="App\Controller\RunnerController" class="App\Controller\RunnerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\RunnerService"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\RunnerController"/>
      </call>
    </service>
    <service id="App\Controller\ServiceController" class="App\Controller\ServiceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\ServiceController"/>
      </call>
    </service>
    <service id="App\Controller\SettingsController" class="App\Controller\SettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\SettingsController"/>
      </call>
    </service>
    <service id="App\Controller\SlackController" class="App\Controller\SlackController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Slack\SlackConfig"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="App\Slack\WebhookSlackNotifier"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\SlackController"/>
      </call>
    </service>
    <service id="App\Controller\SourcesController" class="App\Controller\SourcesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="messenger.bus.default"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\SourcesController"/>
      </call>
    </service>
    <service id="App\Controller\TargetedController" class="App\Controller\TargetedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Ergonode\PickupService"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\TargetedController"/>
      </call>
    </service>
    <service id="App\Controller\UsersController" class="App\Controller\UsersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\UserDirectory"/>
      <argument type="service" id="App\Service\AuditService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\UsersController"/>
      </call>
    </service>
    <service id="App\Controller\VertexController" class="App\Controller\VertexController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Ai\Vertex\VertexConfig"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Validation\ConfigValidator"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Ai\Vertex\VertexSegmentationProvider"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.TJNRSaV.App\Controller\VertexController"/>
      </call>
    </service>
    <service id="App\Cost\CostCalculator" class="App\Cost\CostCalculator" autowire="true" autoconfigure="true"/>
    <service id="App\Cost\CostTracker" class="App\Cost\CostTracker" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Cost\CostCalculator"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Repository\CostLedgerDayRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Slack\WebhookSlackNotifier"/>
      <argument type="service" id="App\Slack\SlackConfig"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="monolog.logger.cost"/>
    </service>
    <service id="App\Enrichment\AttributeEnricher" class="App\Enrichment\AttributeEnricher" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Enrichment\Research\ResearchService"/>
      <argument type="service" id="App\Enrichment\Manipulation\ManipulationEngine"/>
      <argument type="service" id="App\Enrichment\Scoring\QualityScoringEngine"/>
      <argument type="service" id="App\Cost\CostTracker"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Enrichment\CategoryRules\CategoryRulesResolver" class="App\Enrichment\CategoryRules\CategoryRulesResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="App\Repository\CategoryRuleRepository"/>
    </service>
    <service id="App\Enrichment\CategoryRules\EffectiveCategoryRules" class="App\Enrichment\CategoryRules\EffectiveCategoryRules" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\CategoryRules\EffectiveCategoryRules&quot;: argument &quot;$requirementOverrides&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\ContextLoader" class="App\Enrichment\ContextLoader" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger.pipeline"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
    </service>
    <service id="App\Enrichment\Manipulation\ManipulationEngine" class="App\Enrichment\Manipulation\ManipulationEngine" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Repository\CategoryNodeRepository"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Enrichment\Manipulation\ManipulationOutcome" class="App\Enrichment\Manipulation\ManipulationOutcome" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\Manipulation\ManipulationOutcome&quot;: argument &quot;$value&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\Requirement\AttributeRequirementResolver" class="App\Enrichment\Requirement\AttributeRequirementResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id="App\Enrichment\Requirement\RequirementResolution" class="App\Enrichment\Requirement\RequirementResolution" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\Requirement\RequirementResolution&quot;: argument &quot;$byAttribute&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\Research\ResearchOutcome" class="App\Enrichment\Research\ResearchOutcome" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\Research\ResearchOutcome&quot;: argument &quot;$found&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\Research\ResearchService" class="App\Enrichment\Research\ResearchService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Enrichment\Research\SourceTrustResolver"/>
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Service\RetryHelper"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Enrichment\Research\SourceTrustResolver" class="App\Enrichment\Research\SourceTrustResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
    </service>
    <service id="App\Enrichment\Scoring\ProductScore" class="App\Enrichment\Scoring\ProductScore" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\Scoring\ProductScore&quot;: argument &quot;$passed&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\Scoring\QualityScoringEngine" class="App\Enrichment\Scoring\QualityScoringEngine" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id="App\Enrichment\Scoring\ScoreBreakdown" class="App\Enrichment\Scoring\ScoreBreakdown" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Enrichment\Scoring\ScoreBreakdown&quot;: argument &quot;$aqs&quot; of method &quot;__construct()&quot; is type-hinted &quot;float&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Enrichment\VariantOrderingChecker" class="App\Enrichment\VariantOrderingChecker" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
    </service>
    <service id="App\Ergonode\AiRelevantHasher" class="App\Ergonode\AiRelevantHasher" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
    </service>
    <service id="App\Ergonode\DelegatingErgonodeClient" class="App\Ergonode\DelegatingErgonodeClient" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\ErgonodeClientFactory"/>
    </service>
    <service id="App\Ergonode\Dto\ErgonodeProduct" class="App\Ergonode\Dto\ErgonodeProduct" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ergonode\Dto\ErgonodeProduct&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ergonode\ErgonodeClientFactory" class="App\Ergonode\ErgonodeClientFactory" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger.ergonode"/>
    </service>
    <service id=".abstract.App\Ergonode\ErgonodeClientInterface" class="App\Ergonode\ErgonodeClientInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Ergonode\ErgonodeConfig" class="App\Ergonode\ErgonodeConfig" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument>%env(ERGONODE_BASE_URL)%</argument>
      <argument>%env(ERGONODE_LOG_ATTRIBUTE)%</argument>
      <argument>%env(ERGONODE_LANGUAGE)%</argument>
    </service>
    <service id="App\Ergonode\Graphql\GraphqlErgonodeClient" class="App\Ergonode\Graphql\GraphqlErgonodeClient" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Ergonode\Mock\MockErgonodeClient" class="App\Ergonode\Mock\MockErgonodeClient" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger.ergonode"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <argument>%env(ERGONODE_LOG_ATTRIBUTE)%</argument>
    </service>
    <service id="App\Ergonode\PickupService" class="App\Ergonode\PickupService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\StatusClaimService"/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="messenger.bus.default"/>
      <argument type="service" id="monolog.logger.pipeline"/>
      <argument type="service" id="App\Service\ProcessingEventRecorder"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Ergonode\ProductLogCsvGenerator" class="App\Ergonode\ProductLogCsvGenerator" autowire="true" autoconfigure="true"/>
    <service id="App\Ergonode\Push\PushOrchestrator" class="App\Ergonode\Push\PushOrchestrator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Ergonode\ProductLogCsvGenerator"/>
      <argument type="service" id="App\Slack\WebhookSlackNotifier"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
      <argument type="service" id="App\Slack\SlackConfig"/>
      <argument type="service" id="App\Service\RetryHelper"/>
      <argument type="service" id="monolog.logger.ergonode"/>
    </service>
    <service id="App\Ergonode\Push\PushResult" class="App\Ergonode\Push\PushResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Ergonode\Push\PushResult&quot;: argument &quot;$status&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Ergonode\StatusClaimService" class="App\Ergonode\StatusClaimService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Ergonode\AiRelevantHasher"/>
      <argument type="service" id="monolog.logger.ergonode"/>
    </service>
    <service id="App\Image\Exception\OversizeImageException" class="App\Image\Exception\OversizeImageException" autowire="true" autoconfigure="true"/>
    <service id="App\Image\FileNameRenderer" class="App\Image\FileNameRenderer" autowire="true" autoconfigure="true"/>
    <service id="App\Image\ForbiddenOverlayDetector" class="App\Image\ForbiddenOverlayDetector" autowire="true" autoconfigure="true"/>
    <service id="App\Image\ImageCreationService" class="App\Image\ImageCreationService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Cost\CostTracker"/>
      <argument type="service" id="App\Service\RetryHelper"/>
      <argument type="service" id="monolog.logger.image"/>
    </service>
    <service id="App\Image\ImageNormalizer" class="App\Image\ImageNormalizer" autowire="true" autoconfigure="true"/>
    <service id="App\Image\ImagePipeline" class="App\Image\ImagePipeline" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Image\ImageSourcingService"/>
      <argument type="service" id="App\Image\ImageCreationService"/>
      <argument type="service" id="App\Image\ImageNormalizer"/>
      <argument type="service" id="App\Image\UniformBackgroundRemover"/>
      <argument type="service" id="App\Ai\Vertex\VertexSegmentationProvider"/>
      <argument type="service" id="App\Image\ForbiddenOverlayDetector"/>
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Cost\CostTracker"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Image\FileNameRenderer"/>
      <argument type="service" id="monolog.logger.image"/>
      <argument>%env(default:app.default_data_dir:APP_DATA_DIR)%</argument>
    </service>
    <service id="App\Image\ImageSourcingService" class="App\Image\ImageSourcingService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="App\Enrichment\Research\SourceTrustResolver"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Service\RetryHelper"/>
      <argument type="service" id="monolog.logger.image"/>
    </service>
    <service id="App\Image\ImageSpec" class="App\Image\ImageSpec" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Image\ImageSpec&quot;: argument &quot;$productWidth&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Image\UniformBackgroundRemover" class="App\Image\UniformBackgroundRemover" autowire="true" autoconfigure="true"/>
    <service id="App\MessageHandler\RegenerateRulebookHandler" class="App\MessageHandler\RegenerateRulebookHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" sign="false" from_transport=""/>
      <argument type="service" id="App\Service\RulebookService"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Pipeline\ProductProcessor" class="App\Pipeline\ProductProcessor" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" sign="false" from_transport=""/>
      <argument type="service" id="App\Ergonode\DelegatingErgonodeClient"/>
      <argument type="service" id="App\Ergonode\AiRelevantHasher"/>
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
      <argument type="service" id="App\Enrichment\CategoryRules\CategoryRulesResolver"/>
      <argument type="service" id="App\Enrichment\Requirement\AttributeRequirementResolver"/>
      <argument type="service" id="App\Repository\AttributeDefinitionRepository"/>
      <argument type="service" id="App\Enrichment\ContextLoader"/>
      <argument type="service" id="App\Enrichment\VariantOrderingChecker"/>
      <argument type="service" id="App\Enrichment\AttributeEnricher"/>
      <argument type="service" id="App\Image\ImagePipeline"/>
      <argument type="service" id="App\Video\VideoPipeline"/>
      <argument type="service" id="App\Enrichment\Scoring\QualityScoringEngine"/>
      <argument type="service" id="App\Ergonode\Push\PushOrchestrator"/>
      <argument type="service" id="App\Ergonode\ErgonodeConfig"/>
      <argument type="service" id="App\Cost\CostTracker"/>
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Slack\WebhookSlackNotifier"/>
      <argument type="service" id="App\Slack\SlackConfig"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="messenger.bus.default"/>
      <argument type="service" id="monolog.logger.pipeline"/>
      <argument type="service" id="App\Service\ProcessingEventRecorder"/>
    </service>
    <service id="App\Repository\AppUserRepository" class="App\Repository\AppUserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AttributeDefinitionRepository" class="App\Repository\AttributeDefinitionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AttributeResultRepository" class="App\Repository\AttributeResultRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AuditLogEntryRepository" class="App\Repository\AuditLogEntryRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CategoryNodeRepository" class="App\Repository\CategoryNodeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CategoryRuleRepository" class="App\Repository\CategoryRuleRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigSettingRepository" class="App\Repository\ConfigSettingRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CostLedgerDayRepository" class="App\Repository\CostLedgerDayRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\FeatureFlagRepository" class="App\Repository\FeatureFlagRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ImageResultRepository" class="App\Repository\ImageResultRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ManipulationRuleSetRepository" class="App\Repository\ManipulationRuleSetRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ProcessingEventRepository" class="App\Repository\ProcessingEventRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ProductClaimRepository" class="App\Repository\ProductClaimRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ProductRunRepository" class="App\Repository\ProductRunRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TrustedSourceRepository" class="App\Repository\TrustedSourceRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\VideoResultRepository" class="App\Repository\VideoResultRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\ApiTokenSubscriber" class="App\Security\ApiTokenSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>%env(ADMIN_API_TOKEN)%</argument>
    </service>
    <service id="App\Service\AuditService" class="App\Service\AuditService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger.audit"/>
    </service>
    <service id="App\Service\MetricsService" class="App\Service\MetricsService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ProductClaimRepository"/>
      <argument type="service" id="App\Repository\ProductRunRepository"/>
      <argument type="service" id="App\Repository\AttributeResultRepository"/>
      <argument type="service" id="App\Repository\CostLedgerDayRepository"/>
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id="App\Service\ProcessingEventRecorder" class="App\Service\ProcessingEventRecorder" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\RetryHelper" class="App\Service\RetryHelper" autowire="true" autoconfigure="true"/>
    <service id="App\Service\RuleManager" class="App\Service\RuleManager" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\ManipulationRuleSetRepository"/>
      <argument type="service" id="App\Repository\CategoryRuleRepository"/>
      <argument type="service" id="App\Service\AuditService"/>
      <argument type="service" id="messenger.bus.default"/>
    </service>
    <service id="App\Service\RulebookService" class="App\Service\RulebookService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Repository\TrustedSourceRepository"/>
      <argument type="service" id="App\Repository\CategoryRuleRepository"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Service\RunnerService" class="App\Service\RunnerService" autowire="true" autoconfigure="true">
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <argument type="service" id="monolog.logger.pipeline"/>
      <argument type="service" id="App\Config\ConfigStore"/>
    </service>
    <service id="App\Service\UserDirectory" class="App\Service\UserDirectory" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\AppUserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Slack\MockSlackNotifier" class="App\Slack\MockSlackNotifier" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Slack\SlackConfig" class="App\Slack\SlackConfig" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Config\ConfigStore"/>
      <argument>%env(SLACK_WEBHOOK_URL)%</argument>
      <argument>%env(SLACK_IT_CHANNEL)%</argument>
    </service>
    <service id=".abstract.App\Slack\SlackNotifierInterface" class="App\Slack\SlackNotifierInterface" autowire="true" autoconfigure="true" abstract="true">
      <tag name="container.excluded" source="because the class is abstract"/>
    </service>
    <service id="App\Slack\WebhookSlackNotifier" class="App\Slack\WebhookSlackNotifier" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Slack\SlackConfig"/>
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger.pipeline"/>
    </service>
    <service id="App\Util\Gtin" class="App\Util\Gtin" autowire="true" autoconfigure="true"/>
    <service id="App\Validation\ConfigValidator" class="App\Validation\ConfigValidator" autowire="true" autoconfigure="true"/>
    <service id="App\Video\VideoPipeline" class="App\Video\VideoPipeline" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Ai\Vertex\VertexAiProvider"/>
      <argument type="service" id="App\Cost\CostTracker"/>
      <argument type="service" id="App\Image\FileNameRenderer"/>
      <argument type="service" id="monolog.logger.pipeline"/>
      <argument>%env(default:app.default_data_dir:APP_DATA_DIR)%</argument>
    </service>
    <service id="app.monolog.json_formatter" class="Monolog\Formatter\JsonFormatter" autowire="true" autoconfigure="true">
      <argument>2</argument>
      <argument>true</argument>
    </service>
    <service id="controller_resolver" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>App\Kernel</argument>
          <argument>App\Controller\AgGridController</argument>
          <argument>App\Controller\AuditController</argument>
          <argument>App\Controller\ErgonodeController</argument>
          <argument>App\Controller\GoogleAuthController</argument>
          <argument>App\Controller\HealthController</argument>
          <argument>App\Controller\MaintenanceController</argument>
          <argument>App\Controller\MetricsController</argument>
          <argument>App\Controller\QueueController</argument>
          <argument>App\Controller\RulebookController</argument>
          <argument>App\Controller\RulesController</argument>
          <argument>App\Controller\RunnerController</argument>
          <argument>App\Controller\ServiceController</argument>
          <argument>App\Controller\SettingsController</argument>
          <argument>App\Controller\SlackController</argument>
          <argument>App\Controller\SourcesController</argument>
          <argument>App\Controller\TargetedController</argument>
          <argument>App\Controller\UsersController</argument>
          <argument>App\Controller\VertexController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
        </argument>
      </call>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="argument_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id="argument_resolver.request"/>
        <argument type="service" id="argument_resolver.session"/>
        <argument type="service" id="doctrine.orm.entity_value_resolver"/>
        <argument type="service" id="argument_resolver.backed_enum_resolver"/>
        <argument type="service" id="argument_resolver.uid"/>
        <argument type="service" id="argument_resolver.datetime"/>
        <argument type="service" id="argument_resolver.request_attribute"/>
        <argument type="service" id="argument_resolver.service"/>
        <argument type="service" id="argument_resolver.default"/>
        <argument type="service" id="argument_resolver.variadic"/>
      </argument>
      <argument type="service" id=".service_locator.QTLbJFs"/>
    </service>
    <service id="argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" priority="100">controller.argument_value_resolver</tag>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" lazy="true">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver">controller.targeted_value_resolver</tag>
      <tag name="container.error" message="You can neither use &quot;#[MapRequestPayload]&quot; nor &quot;#[MapQueryString]&quot; since the Serializer component is not installed. Try running &quot;composer require symfony/serializer-pack&quot;."/>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" priority="100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" priority="120">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" priority="120">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" priority="-50">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.XWpMjl5"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" priority="-100">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" priority="-150">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">controller.targeted_value_resolver</tag>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument>en</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>false</argument>
      <argument type="collection"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.default"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="controller.cache_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\CacheAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.reset" method="?reset"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="controller.is_signature_valid_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="uri_signer"/>
    </service>
    <service id="controller.helper" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper">
      <tag name="container.service_subscriber"/>
      <argument type="service" id=".service_locator.TJNRSaV.controller.helper"/>
    </service>
    <service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
      <argument type="service" id="service_container"/>
    </service>
    <service id="event_dispatcher" class="Symfony\Component\EventDispatcher\EventDispatcher" public="true">
      <tag name="container.hot_path"/>
      <tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>250</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cacheable_response_vary_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\ApiTokenSubscriber"/>
          <argument>onRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_signature_valid_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>30</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.retry.send_failed_message_for_retry_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.add_error_details_stamp_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>200</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageSkipEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageSkip</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.dispatch_pcntl_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerStartedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerStarted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageReceivedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>resetBefore</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>collectAfter</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.dbal.idle_connection_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>192</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageHandledEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageHandled</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
      <tag name="container.hot_path"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
      <argument type="service" id="event_dispatcher"/>
      <argument type="service" id="controller_resolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="argument_resolver"/>
      <argument>true</argument>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true">
      <tag name="kernel.reset" method="resetRequestFormats" on_invalid="ignore"/>
    </service>
    <service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="http_cache.store"/>
      <argument>null</argument>
      <argument type="collection">
        <argument key="debug">true</argument>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/http_cache</argument>
    </service>
    <service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
      <tag name="container.no_preload"/>
      <argument type="tagged_iterator" tag="kernel.cache_warmer"/>
      <argument>true</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/App_KernelProdDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner" lazy="true">
      <argument>%kernel.secret%</argument>
      <argument>_hash</argument>
      <argument>_expiration</argument>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="controller.cache_attribute_listener" type="service" id="controller.cache_attribute_listener" on-invalid="ignore_uninitialized"/>
        <argument key="request_stack" type="service" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="container.env_var_processor" type="service" id="container.env_var_processor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.transport" type="service" id="http_client.transport" on-invalid="ignore_uninitialized"/>
        <argument key="http_client" type="service" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="messenger.transport.in_memory.factory" type="service" id="messenger.transport.in_memory.factory" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine" type="service" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="controller.cache_attribute_listener" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="container.env_var_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.messenger.restart_workers_signal" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.http_client.pool" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="http_client.transport" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="http_client" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="messenger.transport.in_memory.factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.debug_data_holder" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.icAHgqM"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\SluggerInterface">
      <tag name="container.error" message="You cannot use the &quot;slugger&quot; service since the Translation contracts are not installed. Try running &quot;composer require symfony/translation&quot;."/>
    </service>
    <service id="container.getenv" class="Closure">
      <tag name="routing.expression_language_function" function="env"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>getEnv</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.get_routing_condition_service" class="Closure" public="true">
      <tag name="routing.expression_language_function" function="service"/>
      <argument type="collection">
        <argument type="service" id=".service_locator.dpiLQ5O"/>
        <argument>get</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" constructor="fromCallable" abstract="true">
      <argument type="service" id="container.getenv"/>
    </service>
    <service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="clock" class="Symfony\Component\Clock\Clock"/>
    <service id="Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Request" class="Symfony\Component\HttpFoundation\Request" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" class="Symfony\Component\HttpFoundation\Session\SessionInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.nqEKT7G"/>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </service>
    <service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
      <argument>/_fragment</argument>
      <argument type="service" id="uri_signer"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="inline"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="event_dispatcher"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
      <argument>UTF-8</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
        </service>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="error_handler.error_renderer.cli" class="Symfony\Component\ErrorHandler\ErrorRenderer\CliErrorRenderer"/>
    <service id="error_handler.error_renderer.default" class="Symfony\Component\ErrorHandler\ErrorRenderer\ErrorRendererInterface">
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
      <argument type="service_closure" id="error_handler.error_renderer.html"/>
      <argument type="service_closure" id="error_handler.error_renderer.cli"/>
      <factory class="Symfony\Bundle\FrameworkBundle\ErrorHandler\ErrorRenderer\RuntimeModeErrorRendererSelector" method="select"/>
    </service>
    <service id="process.messenger.process_message_handler" class="Symfony\Component\Process\Messenger\RunProcessMessageHandler">
      <tag name="messenger.message_handler" sign="true"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="console"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>about</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about the current project</argument>
      </call>
    </service>
    <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>cache:pool:prune</argument>
      </call>
      <call method="setDescription">
        <argument>Prune cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_invalidate_tags" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.6eloqTE"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.http_client.pool</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:list</argument>
      </call>
      <call method="setDescription">
        <argument>List available cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_warmer"/>
      <call method="setName">
        <argument>cache:warmup</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up an empty cache</argument>
      </call>
    </service>
    <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.ryAvHi4"/>
      <call method="setName">
        <argument>debug:config</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the current configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>config:dump-reference</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the default configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:container</argument>
      </call>
      <call method="setDescription">
        <argument>Display current services for an application</argument>
      </call>
    </service>
    <service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:container</argument>
      </call>
      <call method="setDescription">
        <argument>Ensure that arguments injected into services match type declarations</argument>
      </call>
    </service>
    <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:autowiring</argument>
      </call>
      <call method="setDescription">
        <argument>List classes/interfaces you can use for autowiring</argument>
      </call>
    </service>
    <service id="console.command.dotenv_debug" class="Symfony\Component\Dotenv\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>prod</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>List all dotenv files with variables and values</argument>
      </call>
    </service>
    <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.pKmY5Nr"/>
      <call method="setName">
        <argument>debug:event-dispatcher</argument>
      </call>
      <call method="setDescription">
        <argument>Display configured listeners for an application</argument>
      </call>
    </service>
    <service id="console.command.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="service" id="event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
      </argument>
      <argument type="service" id="messenger.listener.reset_services" on-invalid="null"/>
      <argument type="collection">
        <argument>messenger.bus.default</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:consume</argument>
      </call>
      <call method="setDescription">
        <argument>Consume messages</argument>
      </call>
    </service>
    <service id="console.command.messenger_setup_transports" class="Symfony\Component\Messenger\Command\SetupTransportsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
        <argument>sync</argument>
      </argument>
      <call method="setName">
        <argument>messenger:setup-transports</argument>
      </call>
      <call method="setDescription">
        <argument>Prepare the required infrastructure for the transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="collection">
          <argument key="App\Message\RegenerateRulebookMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\RegenerateRulebookHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\ProcessProductMessage" type="collection">
            <argument type="collection">
              <argument>App\Pipeline\ProductProcessor</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="collection">
            <argument type="collection">
              <argument>process.messenger.process_message_handler</argument>
              <argument type="collection">
                <argument key="sign">true</argument>
              </argument>
            </argument>
          </argument>
          <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="collection">
            <argument type="collection">
              <argument>console.messenger.execute_command_handler</argument>
              <argument type="collection">
                <argument key="sign">true</argument>
              </argument>
            </argument>
          </argument>
          <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="collection">
            <argument type="collection">
              <argument>http_client.messenger.ping_webhook_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="collection">
            <argument type="collection">
              <argument>messenger.redispatch_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
      </argument>
      <call method="setName">
        <argument>debug:messenger</argument>
      </call>
      <call method="setDescription">
        <argument>List messages you can dispatch using the message buses</argument>
      </call>
    </service>
    <service id="console.command.messenger_stop_workers" class="Symfony\Component\Messenger\Command\StopWorkersCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <call method="setName">
        <argument>messenger:stop-workers</argument>
      </call>
      <call method="setDescription">
        <argument>Stop workers after their current message</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_retry" class="Symfony\Component\Messenger\Command\FailedMessagesRetryCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:failed:retry</argument>
      </call>
      <call method="setDescription">
        <argument>Retry one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_show" class="Symfony\Component\Messenger\Command\FailedMessagesShowCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:show</argument>
      </call>
      <call method="setDescription">
        <argument>Show one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_remove" class="Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.iU9im4e"/>
      <argument type="service" id=".messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove given messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_stats" class="Symfony\Component\Messenger\Command\StatsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>failed</argument>
        <argument>sync</argument>
      </argument>
      <call method="setName">
        <argument>messenger:stats</argument>
      </call>
      <call method="setDescription">
        <argument>Show the message count for one or more transports</argument>
      </call>
    </service>
    <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:router</argument>
      </call>
      <call method="setDescription">
        <argument>Display current routes for an application</argument>
      </call>
    </service>
    <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
      <call method="setName">
        <argument>router:match</argument>
      </call>
      <call method="setDescription">
        <argument>Help debug routes by simulating a path info match</argument>
      </call>
    </service>
    <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:yaml</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a YAML file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_reveal" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRevealCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:reveal</argument>
      </call>
      <call method="setDescription">
        <argument>Reveal the value of a secret</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="console.command.error_dumper" class="Symfony\Component\ErrorHandler\Command\ErrorDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument>null</argument>
      <call method="setName">
        <argument>error:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dump error pages to plain HTML files that can be directly served by a web server</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler" sign="true"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>QYyn5wfF8F</argument>
      <argument>0</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.app"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>LlFbESZU-M</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>oKKuGF6QpZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>QtPwC7RwKR</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool" pruneable="false"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>gKw-PSvF8w</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.messenger.restart_workers_signal" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>TjRvJzgz5B</argument>
      <argument>0</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument/>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument/>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument/>
      <argument>0</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
      <argument type="abstract">PSR-6 provider service</argument>
      <argument/>
      <argument>0</argument>
    </service>
    <service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument/>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument/>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Memcached connection service</argument>
      <argument/>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_dbal_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">DBAL connection service</argument>
      <argument/>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">PDO connection service</argument>
      <argument/>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
      <argument>null</argument>
      <argument>true</argument>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.http_client.pool" type="service" id="cache.http_client.pool" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result" type="service" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query" type="service" id="cache.doctrine.orm.default.query" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.http_client.pool" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool" pruneable="true"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>LQ-HAkpZRZ</argument>
      <argument>0</argument>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.http_client" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.http_client.pool"/>
      <argument type="service" id="cache.http_client.pool"/>
    </service>
    <service id="http_client.transport" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <tag name="monolog.logger" channel="http_client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <argument type="collection"/>
      <argument>6</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.http_client" on-invalid="ignore"/>
      </call>
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="http_client.abstract_retry_strategy" class="Symfony\Component\HttpClient\Retry\GenericRetryStrategy" abstract="true">
      <argument type="abstract">http codes</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
      <argument type="abstract">jitter</argument>
    </service>
    <service id="http_client.uri_template" class="Symfony\Component\HttpClient\UriTemplateHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <tag name="container.decorator" id="http_client" inner="http_client.uri_template.inner"/>
      <argument type="service" id="http_client.uri_template.inner"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="http_client.uri_template_expander.guzzle" class="Closure">
      <argument type="collection">
        <argument>GuzzleHttp\UriTemplate\UriTemplate</argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.uri_template_expander.rize" class="Closure">
      <argument type="collection">
        <argument type="service">
          <service class="Rize\UriTemplate"/>
        </argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.messenger.ping_webhook_handler" class="Symfony\Component\HttpClient\Messenger\PingWebhookMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="debug.error_handler_configurator" class="Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator" public="true">
      <tag name="monolog.logger" channel="php"/>
      <argument type="service" id="monolog.logger.php"/>
      <argument>null</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter">
      <argument>%env(default::SYMFONY_IDE)%</argument>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="debug.debug_logger_configurator" class="Symfony\Component\HttpKernel\Log\DebugLoggerConfigurator">
      <argument type="service" id="debug.log_processor"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
      <call method="addLoader">
        <argument type="service" id="routing.loader.xml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.php"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.glob"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.container"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.services"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.psr4"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.aP814lZ"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.attribute.services" class="Symfony\Component\Routing\Loader\AttributeServicesLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="collection">
        <argument>App\Controller\AgGridController</argument>
        <argument>App\Controller\AuditController</argument>
        <argument>App\Controller\ErgonodeController</argument>
        <argument>App\Controller\GoogleAuthController</argument>
        <argument>App\Controller\HealthController</argument>
        <argument>App\Controller\MaintenanceController</argument>
        <argument>App\Controller\MetricsController</argument>
        <argument>App\Controller\QueueController</argument>
        <argument>App\Controller\RulebookController</argument>
        <argument>App\Controller\RulesController</argument>
        <argument>App\Controller\RunnerController</argument>
        <argument>App\Controller\ServiceController</argument>
        <argument>App\Controller\SettingsController</argument>
        <argument>App\Controller\SlackController</argument>
        <argument>App\Controller\SourcesController</argument>
        <argument>App\Controller\TargetedController</argument>
        <argument>App\Controller\UsersController</argument>
        <argument>App\Controller\VertexController</argument>
      </argument>
    </service>
    <service id="routing.loader.attribute.directory" class="Symfony\Component\Routing\Loader\AttributeDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.attribute.file" class="Symfony\Component\Routing\Loader\AttributeFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.psr4" class="Symfony\Component\Routing\Loader\Psr4DirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
      <argument type="service" id="routing.resolver"/>
      <argument type="collection">
        <argument key="utf8">true</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <tag name="monolog.logger" channel="router"/>
      <tag name="container.service_subscriber" id="routing.loader"/>
      <argument type="service" id=".service_locator.0vXPYD2.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
        <argument key="strict_requirements">true</argument>
        <argument key="resource_type">service</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="parameter_bag" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.router" on-invalid="ignore"/>
      <argument>en</argument>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument/>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
      <call method="setParameters">
        <argument type="collection">
          <argument key="_locale">en</argument>
        </argument>
      </call>
    </service>
    <service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
      <tag name="container.service_subscriber" id="router"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.mFBT25N.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend</argument>
      <argument>true</argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
      <argument type="service" id="router.default"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
      <argument>null</argument>
    </service>
    <service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
      <argument>APP_SECRET</argument>
    </service>
    <service id="secrets.env_var_loader" class="Symfony\Component\DependencyInjection\StaticEnvVarLoader">
      <tag name="container.env_var_loader"/>
      <argument type="service" id="secrets.vault"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/.env.prod.local</argument>
    </service>
    <service id="ulid.factory" class="Symfony\Component\Uid\Factory\UlidFactory"/>
    <service id="uuid.factory" class="Symfony\Component\Uid\Factory\UuidFactory">
      <argument>7</argument>
      <argument>7</argument>
      <argument>5</argument>
      <argument>Symfony\Component\Uid\UuidV4</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="name_based_uuid.factory" class="Symfony\Component\Uid\Factory\NameBasedUuidFactory">
      <argument type="abstract">Please set the "framework.uid.name_based_uuid_namespace" configuration option to use the "name_based_uuid.factory" service</argument>
      <factory service="uuid.factory" method="nameBased"/>
    </service>
    <service id="random_based_uuid.factory" class="Symfony\Component\Uid\Factory\RandomBasedUuidFactory">
      <factory service="uuid.factory" method="randomBased"/>
    </service>
    <service id="time_based_uuid.factory" class="Symfony\Component\Uid\Factory\TimeBasedUuidFactory">
      <factory service="uuid.factory" method="timeBased"/>
    </service>
    <service id=".cache_connection.MfCypIA" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.H8vabc8" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>valkey://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.8kvDmRs" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id="messenger.senders_locator" class="Symfony\Component\Messenger\Transport\Sender\SendersLocator">
      <argument type="collection">
        <argument key="App\Message\ProcessProductMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\RegenerateRulebookMessage" type="collection">
          <argument>async</argument>
        </argument>
      </argument>
      <argument type="service" id=".service_locator.n6SLXAT"/>
    </service>
    <service id="messenger.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.transport.symfony_serializer" class="Symfony\Component\Messenger\Transport\Serialization\Serializer">
      <argument type="service" id="serializer"/>
      <argument>json</argument>
      <argument type="collection"/>
    </service>
    <service id=".messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer"/>
    <service id="messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer">
      <argument type="collection">
        <argument type="service" id=".messenger.transport.native_php_serializer"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id="messenger.signing_serializer" class="Symfony\Component\Messenger\Transport\Serialization\SigningSerializer" abstract="true">
      <argument type="service" id=".inner"/>
      <argument type="service">
        <service class="string">
          <argument type="service_closure" id=".messenger.signing_serializer.signing_key"/>
          <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
        </service>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Process\Messenger\RunProcessMessage</argument>
        <argument>Symfony\Component\Console\Messenger\RunCommandMessage</argument>
      </argument>
    </service>
    <service id=".messenger.signing_serializer.signing_key" class="string">
      <argument type="collection">
        <argument>%kernel.secret%</argument>
      </argument>
      <factory function="current"/>
    </service>
    <service id="messenger.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="abstract">bus handler resolver</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.middleware.add_default_stamps_middleware" class="Symfony\Component\Messenger\Middleware\AddDefaultStampsMiddleware"/>
    <service id="messenger.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware" abstract="true"/>
    <service id="messenger.middleware.dispatch_after_current_bus" class="Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware"/>
    <service id="messenger.middleware.validation" class="Symfony\Component\Messenger\Middleware\ValidationMiddleware">
      <argument type="service" id="validator"/>
    </service>
    <service id="messenger.middleware.reject_redelivered_message_middleware" class="Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware"/>
    <service id="messenger.middleware.failed_message_processing_middleware" class="Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware"/>
    <service id="messenger.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware" abstract="true">
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="messenger.middleware.router_context" class="Symfony\Component\Messenger\Middleware\RouterContextMiddleware">
      <argument type="service" id="router.default"/>
    </service>
    <service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="messenger.transport.sync" type="service_closure" id="messenger.transport.sync"/>
        <argument key="sync" type="service_closure" id="messenger.transport.sync"/>
      </argument>
    </service>
    <service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\TransportFactory">
      <argument type="tagged_iterator" tag="messenger.transport_factory"/>
    </service>
    <service id="messenger.transport.amqp.factory" class="Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory"/>
    <service id="messenger.transport.redis.factory" class="Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory"/>
    <service id="messenger.transport.sync.factory" class="Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="messenger.routable_message_bus"/>
    </service>
    <service id="messenger.transport.in_memory.factory" class="Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory">
      <tag name="messenger.transport_factory"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="messenger.transport.sqs.factory" class="Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.error" message="Invalid service &quot;messenger.transport.sqs.factory&quot;: class &quot;Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory&quot; does not exist."/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.transport.beanstalkd.factory" class="Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdTransportFactory"/>
    <service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.retry.multiplier_retry_strategy.async"/>
        <argument key="failed" type="service_closure" id="messenger.retry.multiplier_retry_strategy.failed"/>
        <argument key="sync" type="service_closure" id="messenger.retry.multiplier_retry_strategy.sync"/>
      </argument>
    </service>
    <service id="messenger.retry.abstract_multiplier_retry_strategy" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy" abstract="true">
      <argument type="abstract">max retries</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
      <argument type="abstract">jitter</argument>
    </service>
    <service id="messenger.retry.send_failed_message_for_retry_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id=".service_locator.n6SLXAT"/>
      <argument type="service" id="messenger.retry_strategy_locator"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="service" id="event_dispatcher"/>
    </service>
    <service id="messenger.failure.add_error_details_stamp_listener" class="Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.failure.send_failed_message_to_failure_transport_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id=".service_locator.qG6w6Cz"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="async">failed</argument>
        <argument key="failed">failed</argument>
        <argument key="sync">failed</argument>
      </argument>
    </service>
    <service id="messenger.listener.dispatch_pcntl_signal_listener" class="Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.stop_worker_on_restart_signal_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.listener.stop_worker_on_stop_exception_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.reset_services" class="Symfony\Component\Messenger\EventListener\ResetServicesListener">
      <argument type="service" id="services_resetter"/>
    </service>
    <service id="messenger.listener.reset_memory_usage" class="Symfony\Component\Messenger\EventListener\ResetMemoryUsageListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.routable_message_bus" class="Symfony\Component\Messenger\RoutableMessageBus">
      <argument type="service" id=".service_locator.jLLS2Ji"/>
      <argument type="service" id="messenger.bus.default"/>
    </service>
    <service id="messenger.redispatch_message_handler" class="Symfony\Component\Messenger\Handler\RedispatchMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="messenger.bus.default"/>
    </service>
    <service id="messenger.bus.default" class="Symfony\Component\Messenger\MessageBus">
      <tag name="messenger.bus"/>
      <argument type="iterator">
        <argument type="service" id="messenger.middleware.add_default_stamps_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.send_message"/>
        <argument type="service" id="messenger.bus.default.middleware.handle_message"/>
      </argument>
    </service>
    <service id="messenger.transport.async" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="async" is_failure_transport="false"/>
      <argument>%env(MESSENGER_TRANSPORT_DSN)%</argument>
      <argument type="collection">
        <argument key="transport_name">async</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.async" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>2000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.failed" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="failed" is_failure_transport="true"/>
      <argument>doctrine://default?queue_name=failed</argument>
      <argument type="collection">
        <argument key="transport_name">failed</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.failed" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.sync" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="sync" is_failure_transport="false" is_consumable="false"/>
      <argument>sync://</argument>
      <argument type="collection">
        <argument key="transport_name">sync</argument>
      </argument>
      <argument type="service" id=".signing.messenger.default_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.sync" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id=".service_locator.n6SLXAT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="sync" type="service_closure" id="messenger.transport.sync"/>
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="messenger.transport.sync" type="service_closure" id="messenger.transport.sync"/>
      </argument>
    </service>
    <service id=".service_locator.qG6w6Cz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="sync" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument>%doctrine.dbal.connection_factory.types%</argument>
      <argument type="service" id="doctrine.dbal.connection_factory.dsn_parser"/>
    </service>
    <service id="doctrine.dbal.connection_factory.dsn_parser" class="Doctrine\DBAL\Tools\DsnParser">
      <argument type="collection">
        <argument key="db2">ibm_db2</argument>
        <argument key="mssql">pdo_sqlsrv</argument>
        <argument key="mysql">pdo_mysql</argument>
        <argument key="mysql2">pdo_mysql</argument>
        <argument key="postgres">pdo_pgsql</argument>
        <argument key="postgresql">pdo_pgsql</argument>
        <argument key="pgsql">pdo_pgsql</argument>
        <argument key="sqlite">pdo_sqlite</argument>
        <argument key="sqlite3">pdo_sqlite</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.connection" class="Doctrine\DBAL\Connection" abstract="true">
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.dbal.connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument>%doctrine.connections%</argument>
      <argument>%doctrine.entity_managers%</argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.dbal.schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager" abstract="true"/>
    <service id="doctrine.dbal.well_known_schema_asset_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter">
      <argument type="collection"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:create</argument>
      </call>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:drop</argument>
      </call>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>doctrine:query:sql</argument>
      </call>
    </service>
    <service id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" class="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand">
      <tag name="console.command" command="dbal:run-sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>dbal:run-sql</argument>
      </call>
    </service>
    <service id="doctrine.dbal.idle_connection_listener" class="Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.default_schema_manager_factory"/>
      </call>
      <call method="setMiddlewares">
        <argument type="collection">
          <argument type="service" id="doctrine.dbal.logging_middleware.default"/>
          <argument type="service" id="doctrine.dbal.debug_middleware.default"/>
          <argument type="service" id="doctrine.dbal.idle_connection_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator._hIEyT1"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onSchemaCreateTable</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_token_provider_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.lock_store_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.default_listeners.attach_entity_listeners</argument>
        </argument>
      </argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="url">%env(resolve:DATABASE_URL)%</argument>
        <argument key="driver">pdo_mysql</argument>
        <argument key="idle_connection_ttl">600</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="user">root</argument>
        <argument key="password">null</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument>null</argument>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>default</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.connection_expiries" class="ArrayObject"/>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection">
        <argument>default</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.idle_connection_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
    </service>
    <service id="messenger.middleware.doctrine_transaction" class="Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_ping_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_close_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_open_transaction_logger" class="Symfony\Bridge\Doctrine\Messenger\DoctrineOpenTransactionLoggerMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" class="Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.transport.doctrine.factory" class="Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.messenger.doctrine_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <tag name="doctrine.event_listener" event="onSchemaCreateTable"/>
      <argument type="tagged_iterator" tag="messenger.receiver"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id=".service_locator.Isi8e_S"/>
    </service>
    <service id="doctrine.orm.manager_configurator.abstract" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator" abstract="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\DoctrineInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.security.user.provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener"/>
    <service id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.listeners.lock_store_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="lock.store"/>
    </service>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore_number_aware" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy">
      <argument>0</argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy"/>
    <service id="doctrine.orm.typed_field_mapper.default" class="Doctrine\ORM\Mapping\DefaultTypedFieldMapper"/>
    <service id="doctrine.ulid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="ulid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="uuid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
      <tag name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" priority="110">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
      <argument type="service">
        <service class="Symfony\Bridge\Doctrine\Attribute\MapEntity">
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>false</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-metadata</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-result</argument>
      </call>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-collection-region</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.mapping_describe_command" class="Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand">
      <tag name="console.command" command="doctrine:mapping:describe"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:describe</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="App">App\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.default.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/var/cache/prod/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>true</argument>
      </call>
      <call method="setSchemaIgnoreClasses">
        <argument type="collection"/>
      </call>
      <call method="setClassMetadataFactoryName">
        <argument>Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory</argument>
      </call>
      <call method="setDefaultRepositoryClassName">
        <argument>Doctrine\ORM\EntityRepository</argument>
      </call>
      <call method="setNamingStrategy">
        <argument type="service" id="doctrine.orm.naming_strategy.underscore_number_aware"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setTypedFieldMapper">
        <argument type="service" id="doctrine.orm.typed_field_mapper.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.default_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>true</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection"/>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/srv/www/digt/stage.poc.digt.ch/product-ai-automation/backend/src/Entity</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.result" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool" pruneable="false"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool" pruneable="false"/>
    </service>
    <service id="doctrine.orm.default_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.orm.default_listeners.attach_entity_listeners" class="Doctrine\ORM\Tools\AttachEntityListenersListener">
      <tag name="doctrine.event_listener" event="loadClassMetadata"/>
    </service>
    <service id="doctrine.orm.default_manager_configurator" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.default_entity_manager" class="Doctrine\ORM\EntityManager" public="true" lazy="true">
      <tag name="container.preload" class="Doctrine\ORM\Proxy\Autoloader"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.default_configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <configurator service="doctrine.orm.default_manager_configurator" method="configure"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument type="abstract">channel</argument>
    </service>
    <service id="monolog.activation_strategy.not_found" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" abstract="true">
      <deprecated package="symfony/monolog-bundle" version="3.11">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="monolog.handler.fingers_crossed.error_level_activation_strategy" class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy" abstract="true">
      <deprecated package="symfony/monolog-bundle" version="3.11">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="monolog.formatter.chrome_php" class="Monolog\Formatter\ChromePHPFormatter"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter"/>
    <service id="monolog.formatter.syslog" class="Monolog\Formatter\SyslogFormatter"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter">
      <argument>app</argument>
    </service>
    <service id="monolog.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>php://stderr</argument>
      <argument>info</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
      <call method="setFormatter">
        <argument type="service" id="app.monolog.json_formatter"/>
      </call>
    </service>
    <service id="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="250"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="0"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="nelmio_cors.options_resolver"/>
    </service>
    <service id="nelmio_cors.options_resolver" class="Nelmio\CorsBundle\Options\Resolver">
      <argument type="collection">
        <argument type="service" id="nelmio_cors.options_provider.config"/>
      </argument>
    </service>
    <service id="nelmio_cors.options_provider.config" class="Nelmio\CorsBundle\Options\ConfigProvider">
      <tag name="nelmio_cors.options_provider" priority="-1"/>
      <argument>%nelmio_cors.map%</argument>
      <argument>%nelmio_cors.defaults%</argument>
    </service>
    <service id="nelmio_cors.cacheable_response_vary_listener" class="Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onResponse" priority="-15"/>
      <tag name="container.hot_path"/>
    </service>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateAttributeRulesCommand" class="App\Command\MigrateAttributeRulesCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\MigrateAttributeRulesCommand.0.App\Command\MigrateAttributeRulesCommand" class="App\Command\MigrateAttributeRulesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\MigrateAttributeRulesCommand" class="App\Command\MigrateAttributeRulesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PollCommand" class="App\Command\PollCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\PollCommand.0.App\Command\PollCommand" class="App\Command\PollCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\PollCommand" class="App\Command\PollCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedCommand" class="App\Command\SeedCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\SeedCommand.0.App\Command\SeedCommand" class="App\Command\SeedCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\SeedCommand" class="App\Command\SeedCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimulateCommand" class="App\Command\SimulateCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\SimulateCommand.0.App\Command\SimulateCommand" class="App\Command\SimulateCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\SimulateCommand" class="App\Command\SimulateCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncCategoriesCommand" class="App\Command\SyncCategoriesCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\SyncCategoriesCommand.0.App\Command\SyncCategoriesCommand" class="App\Command\SyncCategoriesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\SyncCategoriesCommand" class="App\Command\SyncCategoriesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VertexSmokeCommand" class="App\Command\VertexSmokeCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\VertexSmokeCommand.0.App\Command\VertexSmokeCommand" class="App\Command\VertexSmokeCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\VertexSmokeCommand" class="App\Command\VertexSmokeCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WorkerCommand" class="App\Command\WorkerCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\WorkerCommand.0.App\Command\WorkerCommand" class="App\Command\WorkerCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\WorkerCommand" class="App\Command\WorkerCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\AbstractApiController" class="App\Controller\AbstractApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\Controller\AbstractApiController" class="App\Controller\AbstractApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof..abstract.App\Controller\AbstractApiController" class="App\Controller\AbstractApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgGridController" class="App\Controller\AgGridController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgGridController" class="App\Controller\AgGridController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\AgGridController.0.App\Controller\AgGridController" class="App\Controller\AgGridController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AgGridController" class="App\Controller\AgGridController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuditController" class="App\Controller\AuditController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuditController" class="App\Controller\AuditController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\AuditController.0.App\Controller\AuditController" class="App\Controller\AuditController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AuditController" class="App\Controller\AuditController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErgonodeController" class="App\Controller\ErgonodeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErgonodeController" class="App\Controller\ErgonodeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ErgonodeController.0.App\Controller\ErgonodeController" class="App\Controller\ErgonodeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ErgonodeController" class="App\Controller\ErgonodeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleAuthController" class="App\Controller\GoogleAuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleAuthController" class="App\Controller\GoogleAuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\GoogleAuthController.0.App\Controller\GoogleAuthController" class="App\Controller\GoogleAuthController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\GoogleAuthController" class="App\Controller\GoogleAuthController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HealthController" class="App\Controller\HealthController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HealthController" class="App\Controller\HealthController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\HealthController.0.App\Controller\HealthController" class="App\Controller\HealthController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\HealthController" class="App\Controller\HealthController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController" class="App\Controller\MaintenanceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController" class="App\Controller\MaintenanceController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\MaintenanceController.0.App\Controller\MaintenanceController" class="App\Controller\MaintenanceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MaintenanceController" class="App\Controller\MaintenanceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetricsController" class="App\Controller\MetricsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetricsController" class="App\Controller\MetricsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\MetricsController.0.App\Controller\MetricsController" class="App\Controller\MetricsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MetricsController" class="App\Controller\MetricsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QueueController" class="App\Controller\QueueController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QueueController" class="App\Controller\QueueController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\QueueController.0.App\Controller\QueueController" class="App\Controller\QueueController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\QueueController" class="App\Controller\QueueController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RulebookController" class="App\Controller\RulebookController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RulebookController" class="App\Controller\RulebookController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\RulebookController.0.App\Controller\RulebookController" class="App\Controller\RulebookController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RulebookController" class="App\Controller\RulebookController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RulesController" class="App\Controller\RulesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RulesController" class="App\Controller\RulesController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\RulesController.0.App\Controller\RulesController" class="App\Controller\RulesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RulesController" class="App\Controller\RulesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RunnerController" class="App\Controller\RunnerController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RunnerController" class="App\Controller\RunnerController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\RunnerController.0.App\Controller\RunnerController" class="App\Controller\RunnerController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RunnerController" class="App\Controller\RunnerController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ServiceController.0.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SettingsController.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlackController" class="App\Controller\SlackController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlackController" class="App\Controller\SlackController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SlackController.0.App\Controller\SlackController" class="App\Controller\SlackController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SlackController" class="App\Controller\SlackController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SourcesController" class="App\Controller\SourcesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SourcesController" class="App\Controller\SourcesController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SourcesController.0.App\Controller\SourcesController" class="App\Controller\SourcesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SourcesController" class="App\Controller\SourcesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TargetedController" class="App\Controller\TargetedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TargetedController" class="App\Controller\TargetedController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\TargetedController.0.App\Controller\TargetedController" class="App\Controller\TargetedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\TargetedController" class="App\Controller\TargetedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" class="App\Controller\UsersController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" class="App\Controller\UsersController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\UsersController.0.App\Controller\UsersController" class="App\Controller\UsersController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\UsersController" class="App\Controller\UsersController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VertexController" class="App\Controller\VertexController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VertexController" class="App\Controller\VertexController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\VertexController.0.App\Controller\VertexController" class="App\Controller\VertexController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\VertexController" class="App\Controller\VertexController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\RegenerateRulebookHandler.0.App\MessageHandler\RegenerateRulebookHandler" class="App\MessageHandler\RegenerateRulebookHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\RegenerateRulebookHandler" class="App\MessageHandler\RegenerateRulebookHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Pipeline\ProductProcessor.0.App\Pipeline\ProductProcessor" class="App\Pipeline\ProductProcessor" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Pipeline\ProductProcessor" class="App\Pipeline\ProductProcessor" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AppUserRepository" class="App\Repository\AppUserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AppUserRepository" class="App\Repository\AppUserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeDefinitionRepository" class="App\Repository\AttributeDefinitionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AttributeDefinitionRepository" class="App\Repository\AttributeDefinitionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AttributeResultRepository" class="App\Repository\AttributeResultRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AttributeResultRepository" class="App\Repository\AttributeResultRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditLogEntryRepository" class="App\Repository\AuditLogEntryRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AuditLogEntryRepository" class="App\Repository\AuditLogEntryRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryNodeRepository" class="App\Repository\CategoryNodeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CategoryNodeRepository" class="App\Repository\CategoryNodeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRuleRepository" class="App\Repository\CategoryRuleRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CategoryRuleRepository" class="App\Repository\CategoryRuleRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigSettingRepository" class="App\Repository\ConfigSettingRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigSettingRepository" class="App\Repository\ConfigSettingRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CostLedgerDayRepository" class="App\Repository\CostLedgerDayRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CostLedgerDayRepository" class="App\Repository\CostLedgerDayRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeatureFlagRepository" class="App\Repository\FeatureFlagRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\FeatureFlagRepository" class="App\Repository\FeatureFlagRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageResultRepository" class="App\Repository\ImageResultRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ImageResultRepository" class="App\Repository\ImageResultRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManipulationRuleSetRepository" class="App\Repository\ManipulationRuleSetRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ManipulationRuleSetRepository" class="App\Repository\ManipulationRuleSetRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcessingEventRepository" class="App\Repository\ProcessingEventRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ProcessingEventRepository" class="App\Repository\ProcessingEventRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductClaimRepository" class="App\Repository\ProductClaimRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ProductClaimRepository" class="App\Repository\ProductClaimRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRunRepository" class="App\Repository\ProductRunRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ProductRunRepository" class="App\Repository\ProductRunRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrustedSourceRepository" class="App\Repository\TrustedSourceRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TrustedSourceRepository" class="App\Repository\TrustedSourceRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VideoResultRepository" class="App\Repository\VideoResultRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\VideoResultRepository" class="App\Repository\VideoResultRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\ApiTokenSubscriber" class="App\Security\ApiTokenSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\ApiTokenSubscriber" class="App\Security\ApiTokenSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.ryAvHi4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="urlencode" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id=".service_locator.1vYpZ1B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.1vYpZ1B.Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::registerContainerConfiguration()"/>
      <argument>kernel::registerContainerConfiguration()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1vYpZ1B" method="withContext"/>
    </service>
    <service id=".service_locator.1vYpZ1B.kernel::loadRoutes()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::loadRoutes()"/>
      <argument>kernel::loadRoutes()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1vYpZ1B" method="withContext"/>
    </service>
    <service id=".service_locator.8WzKLdH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ai" type="service_closure" id="App\Ai\Vertex\VertexAiProvider"/>
        <argument key="ergonode" type="service_closure" id="App\Ergonode\DelegatingErgonodeClient"/>
        <argument key="config" type="service_closure" id="App\Config\ConfigStore"/>
      </argument>
    </service>
    <service id=".service_locator.8WzKLdH.App\Controller\HealthController::health()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HealthController::health()"/>
      <argument>App\Controller\HealthController::health()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8WzKLdH" method="withContext"/>
    </service>
    <service id=".service_locator.XWpMjl5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Controller\HealthController::health" type="service_closure" id=".service_locator.8WzKLdH.App\Controller\HealthController::health()"/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.1vYpZ1B.kernel::registerContainerConfiguration()"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.1vYpZ1B.kernel::loadRoutes()"/>
        <argument key="App\Controller\HealthController:health" type="service_closure" id=".service_locator.8WzKLdH.App\Controller\HealthController::health()"/>
      </argument>
    </service>
    <service id=".service_locator.nqEKT7G" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id="messenger.bus.default.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware">
      <argument>messenger.bus.default</argument>
    </service>
    <service id="messenger.bus.default.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware">
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="event_dispatcher"/>
      <argument>true</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.bus.default.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware">
      <argument type="service" id="messenger.bus.default.messenger.handlers_locator"/>
      <argument>false</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".service_locator.jLLS2Ji" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="service_closure" id="messenger.bus.default"/>
      </argument>
    </service>
    <service id=".service_locator.iU9im4e" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.WYcnTRm" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\RegenerateRulebookHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.XKq055W" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\Pipeline\ProductProcessor"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Die6Bxe" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection">
        <argument key="sign">true</argument>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.NumTeF8" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection">
        <argument key="sign">true</argument>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.Qv3faSN" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="http_client.messenger.ping_webhook_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.jyyWvHw" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".signing.messenger.default_serializer" class="Symfony\Component\Messenger\Transport\Serialization\SigningSerializer">
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <argument type="service">
        <service class="string">
          <argument type="service_closure" id=".messenger.signing_serializer.signing_key"/>
          <factory class="Symfony\Component\String\LazyString" method="fromCallable"/>
        </service>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Process\Messenger\RunProcessMessage</argument>
        <argument>Symfony\Component\Console\Messenger\RunCommandMessage</argument>
      </argument>
    </service>
    <service id="messenger.bus.default.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <argument key="App\Message\RegenerateRulebookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.WYcnTRm"/>
        </argument>
        <argument key="App\Message\ProcessProductMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.XKq055W"/>
        </argument>
        <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Die6Bxe"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.NumTeF8"/>
        </argument>
        <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Qv3faSN"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.jyyWvHw"/>
        </argument>
      </argument>
    </service>
    <service id=".service_locator._hIEyT1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
      </argument>
    </service>
    <service id=".service_locator.Isi8e_S" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Repository\AppUserRepository" type="service_closure" id="App\Repository\AppUserRepository"/>
        <argument key="App\Repository\AttributeDefinitionRepository" type="service_closure" id="App\Repository\AttributeDefinitionRepository"/>
        <argument key="App\Repository\AttributeResultRepository" type="service_closure" id="App\Repository\AttributeResultRepository"/>
        <argument key="App\Repository\AuditLogEntryRepository" type="service_closure" id="App\Repository\AuditLogEntryRepository"/>
        <argument key="App\Repository\CategoryNodeRepository" type="service_closure" id="App\Repository\CategoryNodeRepository"/>
        <argument key="App\Repository\CategoryRuleRepository" type="service_closure" id="App\Repository\CategoryRuleRepository"/>
        <argument key="App\Repository\ConfigSettingRepository" type="service_closure" id="App\Repository\ConfigSettingRepository"/>
        <argument key="App\Repository\CostLedgerDayRepository" type="service_closure" id="App\Repository\CostLedgerDayRepository"/>
        <argument key="App\Repository\FeatureFlagRepository" type="service_closure" id="App\Repository\FeatureFlagRepository"/>
        <argument key="App\Repository\ImageResultRepository" type="service_closure" id="App\Repository\ImageResultRepository"/>
        <argument key="App\Repository\ManipulationRuleSetRepository" type="service_closure" id="App\Repository\ManipulationRuleSetRepository"/>
        <argument key="App\Repository\ProcessingEventRepository" type="service_closure" id="App\Repository\ProcessingEventRepository"/>
        <argument key="App\Repository\ProductClaimRepository" type="service_closure" id="App\Repository\ProductClaimRepository"/>
        <argument key="App\Repository\ProductRunRepository" type="service_closure" id="App\Repository\ProductRunRepository"/>
        <argument key="App\Repository\TrustedSourceRepository" type="service_closure" id="App\Repository\TrustedSourceRepository"/>
        <argument key="App\Repository\VideoResultRepository" type="service_closure" id="App\Repository\VideoResultRepository"/>
      </argument>
    </service>
    <service id=".service_locator.W55Po6X" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.default_metadata_driver" inner=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.W55Po6X"/>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.debug_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware">
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument>null</argument>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id="doctrine.dbal.idle_connection_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware">
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.messenger" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>messenger</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.http_client" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>http_client</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.pipeline" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>pipeline</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.ergonode" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>ergonode</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.vertex" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>vertex</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.image" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>image</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.cost" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>cost</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.audit" class="Monolog\Logger" public="true">
      <tag name="monolog.channel_logger"/>
      <argument>audit</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.TJNRSaV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\AgGridController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AgGridController"/>
      <argument>App\Controller\AgGridController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\AuditController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuditController"/>
      <argument>App\Controller\AuditController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ErgonodeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ErgonodeController"/>
      <argument>App\Controller\ErgonodeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\GoogleAuthController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\GoogleAuthController"/>
      <argument>App\Controller\GoogleAuthController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\HealthController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HealthController"/>
      <argument>App\Controller\HealthController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\MaintenanceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MaintenanceController"/>
      <argument>App\Controller\MaintenanceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\MetricsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MetricsController"/>
      <argument>App\Controller\MetricsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\QueueController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\QueueController"/>
      <argument>App\Controller\QueueController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\RulebookController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RulebookController"/>
      <argument>App\Controller\RulebookController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\RulesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RulesController"/>
      <argument>App\Controller\RulesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\RunnerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RunnerController"/>
      <argument>App\Controller\RunnerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\ServiceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ServiceController"/>
      <argument>App\Controller\ServiceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SettingsController"/>
      <argument>App\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\SlackController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SlackController"/>
      <argument>App\Controller\SlackController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\SourcesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SourcesController"/>
      <argument>App\Controller\SourcesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\TargetedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\TargetedController"/>
      <argument>App\Controller\TargetedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\UsersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\UsersController"/>
      <argument>App\Controller\UsersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.App\Controller\VertexController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\VertexController"/>
      <argument>App\Controller\VertexController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.TJNRSaV.controller.helper" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="controller.helper"/>
      <argument>controller.helper</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TJNRSaV" method="withContext"/>
    </service>
    <service id=".service_locator.0vXPYD2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routing.loader" type="service_closure" id="routing.loader"/>
      </argument>
    </service>
    <service id=".service_locator.0vXPYD2.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.default"/>
      <argument>router.default</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.0vXPYD2" method="withContext"/>
    </service>
    <service id=".service_locator.mFBT25N" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default"/>
      </argument>
    </service>
    <service id=".service_locator.mFBT25N.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.mFBT25N" method="withContext"/>
    </service>
    <service id=".service_locator.QTLbJFs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id="argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id="argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id="argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id="argument_resolver.session"/>
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id="doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id="argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" type="service_closure" id="argument_resolver.uid"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id="argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id="argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id="argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id="argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id="argument_resolver.variadic"/>
      </argument>
    </service>
    <service id=".service_locator.icAHgqM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.dpiLQ5O" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.6eloqTE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache.app" type="service_closure" id="cache.app.taggable"/>
        <argument key="cache.http_client.pool" type="service_closure" id="cache.http_client"/>
      </argument>
    </service>
    <service id=".service_locator.pKmY5Nr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event_dispatcher" type="service_closure" id="event_dispatcher"/>
      </argument>
    </service>
    <service id=".service_locator.aP814lZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
      </argument>
    </service>
    <service id="http_client.uri_template.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".doctrine.orm.default_metadata_driver.inner" class="Doctrine\Persistence\Mapping\Driver\MappingDriverChain">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>App\Entity</argument>
      </call>
    </service>
    <service id=".errored..service_locator.1vYpZ1B.Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1vYpZ1B&quot;: it needs an instance of &quot;Symfony\Component\Config\Loader\LoaderInterface&quot; but this type has been excluded from autowiring."/>
    </service>
    <service id=".App\Command\MigrateAttributeRulesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:migrate:attribute-rules</argument>
      <argument type="collection"/>
      <argument>Migrate the attribute ruleset to the unified per-attribute (include + rule) schema</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\MigrateAttributeRulesCommand"/>
    </service>
    <service id=".App\Command\PollCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:poll</argument>
      <argument type="collection"/>
      <argument>Poll Ergonode for New / changed products and enqueue them</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\PollCommand"/>
    </service>
    <service id=".App\Command\SeedCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:seed</argument>
      <argument type="collection"/>
      <argument>Seed config store defaults + reference data</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\SeedCommand"/>
    </service>
    <service id=".App\Command\SimulateCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:simulate</argument>
      <argument type="collection"/>
      <argument>Create synthetic New products in the mock Ergonode</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\SimulateCommand"/>
    </service>
    <service id=".App\Command\SyncCategoriesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:ergonode:sync-categories</argument>
      <argument type="collection"/>
      <argument>Overwrite the local Category Tree from Ergonode (drops non-Ergonode/seed categories)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\SyncCategoriesCommand"/>
    </service>
    <service id=".App\Command\VertexSmokeCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:vertex:smoke</argument>
      <argument type="collection"/>
      <argument>Smoke-test the active AI provider (mock or Vertex)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\VertexSmokeCommand"/>
    </service>
    <service id=".App\Command\WorkerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:worker</argument>
      <argument type="collection"/>
      <argument>Run a pipeline worker (consumes the async queue)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\WorkerCommand"/>
    </service>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>List all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.messenger_consume_messages.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:consume</argument>
      <argument type="collection"/>
      <argument>Consume messages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_consume_messages"/>
    </service>
    <service id=".console.command.messenger_setup_transports.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:setup-transports</argument>
      <argument type="collection"/>
      <argument>Prepare the required infrastructure for the transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_setup_transports"/>
    </service>
    <service id=".console.command.messenger_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:messenger</argument>
      <argument type="collection"/>
      <argument>List messages you can dispatch using the message buses</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_debug"/>
    </service>
    <service id=".console.command.messenger_stop_workers.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stop-workers</argument>
      <argument type="collection"/>
      <argument>Stop workers after their current message</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stop_workers"/>
    </service>
    <service id=".console.command.messenger_failed_messages_retry.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:retry</argument>
      <argument type="collection"/>
      <argument>Retry one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_retry"/>
    </service>
    <service id=".console.command.messenger_failed_messages_show.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:show</argument>
      <argument type="collection"/>
      <argument>Show one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_show"/>
    </service>
    <service id=".console.command.messenger_failed_messages_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:remove</argument>
      <argument type="collection"/>
      <argument>Remove given messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_remove"/>
    </service>
    <service id=".console.command.messenger_stats.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stats</argument>
      <argument type="collection"/>
      <argument>Show the message count for one or more transports</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stats"/>
    </service>
    <service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:router</argument>
      <argument type="collection"/>
      <argument>Display current routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_debug"/>
    </service>
    <service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>router:match</argument>
      <argument type="collection"/>
      <argument>Help debug routes by simulating a path info match</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_match"/>
    </service>
    <service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:yaml</argument>
      <argument type="collection"/>
      <argument>Lint a YAML file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.yaml_lint"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_reveal.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:reveal</argument>
      <argument type="collection"/>
      <argument>Reveal the value of a secret</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_reveal"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id=".console.command.error_dumper.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>error:dump</argument>
      <argument type="collection"/>
      <argument>Dump error pages to plain HTML files that can be directly served by a web server</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.error_dumper"/>
    </service>
    <service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.Pro5dfc"/>
      <argument type="collection">
        <argument key="app:migrate:attribute-rules">App\Command\MigrateAttributeRulesCommand</argument>
        <argument key="app:poll">App\Command\PollCommand</argument>
        <argument key="app:seed">App\Command\SeedCommand</argument>
        <argument key="app:simulate">App\Command\SimulateCommand</argument>
        <argument key="app:ergonode:sync-categories">App\Command\SyncCategoriesCommand</argument>
        <argument key="app:vertex:smoke">App\Command\VertexSmokeCommand</argument>
        <argument key="app:worker">App\Command\WorkerCommand</argument>
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="messenger:consume">console.command.messenger_consume_messages</argument>
        <argument key="messenger:setup-transports">console.command.messenger_setup_transports</argument>
        <argument key="debug:messenger">console.command.messenger_debug</argument>
        <argument key="messenger:stop-workers">console.command.messenger_stop_workers</argument>
        <argument key="messenger:failed:retry">console.command.messenger_failed_messages_retry</argument>
        <argument key="messenger:failed:show">console.command.messenger_failed_messages_show</argument>
        <argument key="messenger:failed:remove">console.command.messenger_failed_messages_remove</argument>
        <argument key="messenger:stats">console.command.messenger_stats</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="lint:yaml">console.command.yaml_lint</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:reveal">console.command.secrets_reveal</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="error:dump">console.command.error_dumper</argument>
        <argument key="doctrine:database:create">doctrine.database_create_command</argument>
        <argument key="doctrine:database:drop">doctrine.database_drop_command</argument>
        <argument key="doctrine:query:sql">doctrine.query_sql_command</argument>
        <argument key="dbal:run-sql">Doctrine\DBAL\Tools\Console\Command\RunSqlCommand</argument>
        <argument key="doctrine:cache:clear-metadata">doctrine.cache_clear_metadata_command</argument>
        <argument key="doctrine:cache:clear-query">doctrine.cache_clear_query_cache_command</argument>
        <argument key="doctrine:cache:clear-result">doctrine.cache_clear_result_command</argument>
        <argument key="doctrine:cache:clear-collection-region">doctrine.cache_collection_region_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:mapping:describe">doctrine.mapping_describe_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
      </argument>
    </service>
    <service id=".service_locator.Pro5dfc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Command\MigrateAttributeRulesCommand" type="service_closure" id=".App\Command\MigrateAttributeRulesCommand.lazy"/>
        <argument key="App\Command\PollCommand" type="service_closure" id=".App\Command\PollCommand.lazy"/>
        <argument key="App\Command\SeedCommand" type="service_closure" id=".App\Command\SeedCommand.lazy"/>
        <argument key="App\Command\SimulateCommand" type="service_closure" id=".App\Command\SimulateCommand.lazy"/>
        <argument key="App\Command\SyncCategoriesCommand" type="service_closure" id=".App\Command\SyncCategoriesCommand.lazy"/>
        <argument key="App\Command\VertexSmokeCommand" type="service_closure" id=".App\Command\VertexSmokeCommand.lazy"/>
        <argument key="App\Command\WorkerCommand" type="service_closure" id=".App\Command\WorkerCommand.lazy"/>
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.messenger_consume_messages" type="service_closure" id=".console.command.messenger_consume_messages.lazy"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id=".console.command.messenger_setup_transports.lazy"/>
        <argument key="console.command.messenger_debug" type="service_closure" id=".console.command.messenger_debug.lazy"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id=".console.command.messenger_stop_workers.lazy"/>
        <argument key="console.command.messenger_failed_messages_retry" type="service_closure" id=".console.command.messenger_failed_messages_retry.lazy"/>
        <argument key="console.command.messenger_failed_messages_show" type="service_closure" id=".console.command.messenger_failed_messages_show.lazy"/>
        <argument key="console.command.messenger_failed_messages_remove" type="service_closure" id=".console.command.messenger_failed_messages_remove.lazy"/>
        <argument key="console.command.messenger_stats" type="service_closure" id=".console.command.messenger_stats.lazy"/>
        <argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
        <argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
        <argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
        <argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
        <argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
        <argument key="console.command.secrets_reveal" type="service_closure" id=".console.command.secrets_reveal.lazy"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
        <argument key="console.command.error_dumper" type="service_closure" id=".console.command.error_dumper.lazy"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.mapping_describe_command" type="service_closure" id="doctrine.mapping_describe_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command"/>
      </argument>
    </service>
    <service id="Psr\Log\LoggerInterface $ergonodeLogger" alias="monolog.logger.ergonode"/>
    <service id="Psr\Log\LoggerInterface $vertexLogger" alias="monolog.logger.vertex"/>
    <service id="Psr\Log\LoggerInterface $imageLogger" alias="monolog.logger.image"/>
    <service id="Psr\Log\LoggerInterface $costLogger" alias="monolog.logger.cost"/>
    <service id="Psr\Log\LoggerInterface $pipelineLogger" alias="monolog.logger.pipeline"/>
    <service id="Psr\Log\LoggerInterface $auditLogger" alias="monolog.logger.audit"/>
    <service id="App\Ai\AiProviderInterface" alias="App\Ai\Vertex\VertexAiProvider"/>
    <service id="App\Ai\SegmentationProviderInterface" alias="App\Ai\Vertex\VertexSegmentationProvider"/>
    <service id="App\Ergonode\ErgonodeClientInterface" alias="App\Ergonode\DelegatingErgonodeClient"/>
    <service id="App\Slack\SlackNotifierInterface" alias="App\Slack\WebhookSlackNotifier"/>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper" alias="controller.helper"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface" alias="services_resetter"/>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="error_handler.error_renderer.html"/>
    <service id="error_renderer.cli" alias="error_handler.error_renderer.cli"/>
    <service id="error_renderer.default" alias="error_handler.error_renderer.default"/>
    <service id="error_renderer" alias="error_handler.error_renderer.default"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.adapter.valkey" alias="cache.adapter.redis"/>
    <service id="cache.adapter.valkey_tag_aware" alias="cache.adapter.redis_tag_aware"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\NamespacedPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface" alias="http_client.uri_template"/>
    <service id="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" alias="debug.file_link_formatter"/>
    <service id="router" alias="router.default" public="true"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
    <service id="Symfony\Component\Uid\Factory\UlidFactory" alias="ulid.factory"/>
    <service id="Symfony\Component\Uid\Factory\UuidFactory" alias="uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\NameBasedUuidFactory" alias="name_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\RandomBasedUuidFactory" alias="random_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\TimeBasedUuidFactory" alias="time_based_uuid.factory"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.MfCypIA"/>
    <service id="cache.default_valkey_provider" alias=".cache_connection.H8vabc8"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.8kvDmRs"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="messenger.default_serializer" alias=".signing.messenger.default_serializer"/>
    <service id="Symfony\Component\Messenger\Transport\Serialization\SerializerInterface" alias=".signing.messenger.default_serializer"/>
    <service id="messenger.default_bus" alias="messenger.bus.default" public="true"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface" alias="messenger.bus.default"/>
    <service id="messenger.failure_transports.default" alias="messenger.transport.failed"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id=".Doctrine\DBAL\Connection $default.connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager" public="true"/>
    <service id="doctrine.orm.default_metadata_cache" alias="cache.doctrine.orm.default.metadata"/>
    <service id="doctrine.orm.default_result_cache" alias="cache.doctrine.orm.default.result"/>
    <service id="doctrine.orm.default_query_cache" alias="cache.doctrine.orm.default.query"/>
    <service id=".Doctrine\ORM\EntityManagerInterface $default.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <service id="Doctrine\ORM\EntityManagerInterface $defaultEntityManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.default_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.ryAvHi4" public="true"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.XWpMjl5"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.W55Po6X"/>
    <service id=".Psr\Log\LoggerInterface $request" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id=".Psr\Log\LoggerInterface $console" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id=".Psr\Log\LoggerInterface $messenger" alias="monolog.logger.messenger"/>
    <service id="Psr\Log\LoggerInterface $messengerLogger" alias="monolog.logger.messenger"/>
    <service id=".Psr\Log\LoggerInterface $cache" alias="monolog.logger.cache"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id=".Psr\Log\LoggerInterface $http_client" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $httpClientLogger" alias="monolog.logger.http_client"/>
    <service id=".Psr\Log\LoggerInterface $php" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id=".Psr\Log\LoggerInterface $router" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id=".Psr\Log\LoggerInterface $doctrine" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id=".Psr\Log\LoggerInterface $pipeline" alias="monolog.logger.pipeline"/>
    <service id=".Psr\Log\LoggerInterface $ergonode" alias="monolog.logger.ergonode"/>
    <service id=".Psr\Log\LoggerInterface $vertex" alias="monolog.logger.vertex"/>
    <service id=".Psr\Log\LoggerInterface $image" alias="monolog.logger.image"/>
    <service id=".Psr\Log\LoggerInterface $cost" alias="monolog.logger.cost"/>
    <service id=".Psr\Log\LoggerInterface $audit" alias="monolog.logger.audit"/>
    <service id=".service_locator.GXwx2sy" alias="messenger.receiver_locator"/>
    <service id=".service_locator.wJ.ku5_" alias="messenger.retry_strategy_locator"/>
    <service id="http_client" alias="http_client.uri_template"/>
    <service id=".signing.messenger.default_serializer.inner" alias="messenger.transport.native_php_serializer"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id=".service_locator.c0wzfI4" alias=".service_locator.1vYpZ1B"/>
    <service id=".service_locator.PCuHmEq" alias=".service_locator.8WzKLdH"/>
    <service id=".service_locator.zXdBNpV" alias=".service_locator.TJNRSaV"/>
  </services>
</container>
