Graph Transitions Routes
This section documents the graph transitions API endpoints.
backend.routes.transitions
Classes
Functions
load_transition_registry(user_id: str)
Load transition registry, converting from old format if needed.
Source code in backend/routes/transitions.py
save_transition_registry(user_id: str, registry: dict)
update_transition_registry_entry(registry: dict, entry: dict, graph_id: str | None = None)
Update registry entry with proper graph tracking.