Class: GraphAgent::Graph::MessageGraph
- Inherits:
-
StateGraph
- Object
- StateGraph
- GraphAgent::Graph::MessageGraph
- Defined in:
- lib/graph_agent/graph/message_graph.rb
Instance Attribute Summary
Attributes inherited from StateGraph
#branches, #edges, #nodes, #schema, #waiting_edges
Instance Method Summary collapse
-
#initialize ⇒ MessageGraph
constructor
A new instance of MessageGraph.
Methods inherited from StateGraph
#add_conditional_edges, #add_edge, #add_node, #add_sequence, #compile, #print_mermaid, #set_conditional_entry_point, #set_entry_point, #set_finish_point, #to_mermaid
Constructor Details
#initialize ⇒ MessageGraph
Returns a new instance of MessageGraph.
13 14 15 |
# File 'lib/graph_agent/graph/message_graph.rb', line 13 def initialize super(MessagesState.new) end |