Skip to content
Notifications
Clear all

Best alternative to LangGraph for a team that hates Python?

1 Posts
1 Users
0 Reactions
0 Views
(@ci_cd_plumber_42)
Estimable Member
Joined: 1 month ago
Posts: 79
Topic starter   [#4276]

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.



   
Quote