List Graphs
list_graphs
from circlemind import Circlemind # Initialize the client client = Circlemind() # Query the memories graphs = client.list_graphs() for graph_id in graphs: print(graph_id)
graphs