vintasoftware / django-ai-assistant

Integrate AI Assistants with Django to build intelligent applications
https://vintasoftware.github.io/django-ai-assistant/
MIT License
253 stars 13 forks source link

Add an schematic of the graph to the docs #168

Open filipeximenes opened 1 month ago

filipeximenes commented 1 month ago

From the quick start

from IPython.display import Image, display

try:
    display(Image(graph.get_graph().draw_mermaid_png()))
except Exception:
    # This requires some extra dependencies and is optional
    pass
fjsj commented 1 month ago

It's nice to document and display the langgraph's graph. But I would like a excalidraw for the whole architecture as well. It should show: