Class: OllamaAgent::Synthesis::IntegrationScan

Inherits:
Data
  • Object
show all
Defined in:
lib/ollama_agent/synthesis/integration_scan.rb

Overview

Immutable snapshot of integration-relevant IR derived from the committed topology graph.

Instance Attribute Summary collapse

Instance Attribute Details

#ar_modelsObject (readonly)

Returns the value of attribute ar_models

Returns:

  • (Object)

    the current value of ar_models



6
7
8
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6

def ar_models
  @ar_models
end

#event_publishersObject (readonly)

Returns the value of attribute event_publishers

Returns:

  • (Object)

    the current value of event_publishers



6
7
8
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6

def event_publishers
  @event_publishers
end

#routesObject (readonly)

Returns the value of attribute routes

Returns:

  • (Object)

    the current value of routes



6
7
8
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6

def routes
  @routes
end

#workersObject (readonly)

Returns the value of attribute workers

Returns:

  • (Object)

    the current value of workers



6
7
8
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6

def workers
  @workers
end