vintasoftware / django-ai-assistant

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

Add an schematic of the graph to the docs #168

Open filipeximenes opened 2 weeks ago

filipeximenes commented 2 weeks 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 2 weeks 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: