Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an schematic of the graph to the docs #168

Open
filipeximenes opened this issue Sep 11, 2024 · 1 comment
Open

Add an schematic of the graph to the docs #168

filipeximenes opened this issue Sep 11, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@filipeximenes
Copy link
Contributor

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
Copy link
Member

fjsj commented Sep 11, 2024

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:

  • Frontend (React, HTMX, etc.)
    • Django AI Assistant client
  • Backend
    • Django AI Assistant API
      • LangGraph
        • LLM provider

@fjsj fjsj added the documentation Improvements or additions to documentation label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants