Module: OllamaAgent::Topology::IR::Node
- Defined in:
- lib/ollama_agent/topology/ir/node.rb
Overview
Shared metadata for all topology IR Data nodes. Each concrete node repeats these members first: kind, source_path, source_line, origin_extractor_version.
Constant Summary collapse
- MEMBERS =
%i[kind source_path source_line origin_extractor_version].freeze