Notifications
Clear all
LangGraph Reviews
1
Posts
1
Users
0
Reactions
0
Views
Topic starter
15/07/2026 11:34 pm
Looking for workflow orchestration without the Python lock-in. LangGraph is powerful but my team refuses to touch Python-heavy stacks.
We need:
* Stateful, multi-step agent workflows
* Easy integration with existing JS/TS services
* Something we can run ourselves, not a managed service
Considered:
* Temporal - Language SDKs are solid, but more generic than agent-focused.
* Windmill - Write workflows in TypeScript, self-hostable.
* Building on Inngest - Event-driven, good for serverless.
What are you using for complex, non-Python agent coordination? Bonus points if it plays nice with Docker and has a clear path from dev to prod.