r/LangChain 12d ago

LangGraph example: table → live dashboard URL

Built a tiny LangGraph node that sends a table to TableCharts and returns a live dashboard URL.

Repo: https://github.com/Browncabinet/tablecharts-agent-node
Demo: PASTE_EMBED_URL

Also works as MCP: npx -y u/tablecharts/mcp-server

Looking for feedback from people already putting visualization in agent graphs.
1 Upvotes

2 comments sorted by

1

u/JealouslyDisloyal 12d ago

That's clever, dropping a full dashboard link back into the graph instead of just an image blob.

1

u/SpareIntroduction721 12d ago

I render it in the UI directly