Skip to content

Commit 9e51df6

Browse files
committed
Add features comparison table
1 parent b17adc9 commit 9e51df6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,29 @@ await graph.ainvoke({"messages": [...]})
4141
Works with any LangGraph agent, no matter how simple or complex the graph is. Add it during a debugging session, or keep
4242
it 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

4669
Any contribution is welcome. Feel free to open an issue or a discussion if you have any questions not covered here. If

0 commit comments

Comments
 (0)