@@ -41,6 +41,29 @@ await graph.ainvoke({"messages": [...]})
4141Works with any LangGraph agent, no matter how simple or complex the graph is. Add it during a debugging session, or keep
4242it in while you're actively building - it has no effect on how the agent behaves or what it returns.
4343
44+ ## Features
45+
46+ | Feature | [ LangGraphics] ( https://github.com/proactive-agent/langgraphics ) | [ LangFuse] ( https://github.com/langfuse/langfuse ) | [ LangSmith Studio] ( https://smith.langchain.com ) |
47+ | ------------------------------------| -----------------------------------------------------------------| --------------------------------------------------| -------------------------------------------------|
48+ | Open-source | ✅ | ✅ | ❌ |
49+ | Unlimited free usage | ✅ | ✅ | ❌ |
50+ | Self-hosting supported | ✅ | ✅ | ❌ |
51+ | No vendor lock-in | ✅ | ✅ | ❌ |
52+ | Works without external services | ✅ | ❌ | ❌ |
53+ | Simple setup | ✅ | ❌ | ❌ |
54+ | One-line integration | ✅ | ❌ | ❌ |
55+ | No API key required | ✅ | ❌ | ❌ |
56+ | No instrumentation required | ✅ | ❌ | ❌ |
57+ | Runs fully locally | ✅ | ❌ | ❌ |
58+ | Native LangGraph visualization | ✅ | ❌ | ❌ |
59+ | Real-time execution graph | ✅ | ❌ | ❌ |
60+ | Data stays local by default | ✅ | ❌ | ❌ |
61+ | Low learning curve | ✅ | ❌ | ❌ |
62+ | Built-in prompt evaluation | ❌ | ❌ | ✅ |
63+ | Built-in observability dashboards | ❌ | ✅ | ✅ |
64+ | Built-in cost and latency tracking | ❌ | ✅ | ✅ |
65+ | Production monitoring capabilities | ❌ | ✅ | ✅ |
66+
4467## Contribute
4568
4669Any contribution is welcome. Feel free to open an issue or a discussion if you have any questions not covered here. If
0 commit comments