Class: OllamaAgent::Synthesis::IntegrationScan
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Synthesis::IntegrationScan
- 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
-
#ar_models ⇒ Object
readonly
Returns the value of attribute ar_models.
-
#event_publishers ⇒ Object
readonly
Returns the value of attribute event_publishers.
-
#routes ⇒ Object
readonly
Returns the value of attribute routes.
-
#workers ⇒ Object
readonly
Returns the value of attribute workers.
Instance Attribute Details
#ar_models ⇒ Object (readonly)
Returns the value of attribute ar_models
6 7 8 |
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6 def ar_models @ar_models end |
#event_publishers ⇒ Object (readonly)
Returns the value of attribute event_publishers
6 7 8 |
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6 def event_publishers @event_publishers end |
#routes ⇒ Object (readonly)
Returns the value of attribute routes
6 7 8 |
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6 def routes @routes end |
#workers ⇒ Object (readonly)
Returns the value of attribute workers
6 7 8 |
# File 'lib/ollama_agent/synthesis/integration_scan.rb', line 6 def workers @workers end |