GenAI.Graph (GenAI Core v0.1.1)

A module representing a graph structure in the GenAI system. This module defines the structure and behavior of a graph, including its nodes and the ability to append new nodes.

Link to this section Summary

Functions

Appends a new node to the graph.

Link to this section Functions

Link to this function

append_node(this, node)

Appends a new node to the graph.