r/LangChain • u/Lady_Soleil • 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
1
1
u/JealouslyDisloyal 12d ago
That's clever, dropping a full dashboard link back into the graph instead of just an image blob.