mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
docs stuff
This commit is contained in:
parent
c3c43e1213
commit
cb1ad76a2a
6 changed files with 99 additions and 5 deletions
5
surfsense_backend/draw.py
Normal file
5
surfsense_backend/draw.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from app.agents.researcher.graph import graph as researcher_graph
|
||||
from app.agents.researcher.sub_section_writer.graph import graph as sub_section_writer_graph
|
||||
|
||||
print(researcher_graph.get_graph().draw_mermaid())
|
||||
print(sub_section_writer_graph.get_graph().draw_mermaid())
|
||||
Loading…
Add table
Add a link
Reference in a new issue