GenAI.Graph (GenAI Core v0.3.1)

Copy Markdown

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.

Summary

Functions

Appends a new node to the graph.

Functions

append_node(this, node)

Appends a new node to the graph.