Excalidraw For AI Workflows #1669
VentureTactics
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One of the big challenges when using LLMs effectively is chaining prompt responses together in a pre-defined workflow, to get the response you need.
Excalidraw can bridge the gap by (a) making JSON webhooks easy to send and receive data, and (b) by creating a visual structure around AI workflows tied together with your Obsidian data, dataview queries, and frontmatter properties.
You could, for example, implement something like the Chat Stream plugin which attempts to solve some of this with JSON Canvas, albeit with a lot of limitations Excalidraw could overcome with the right effort. See my Chat Stream example below:

To speed things up, you may consider utilizing some open-source code from something like n8n, and baking it into the back end:
https://github.com/n8n-io/n8n
Key features might include the ability to:
All reactions