I am looking to add a layer of UI agent builder on top of Temporal.
For now I am trying to convert a JSON workflow created by Flowise/Langflow and write a deterministic layer to convert it to Temporal workflow.
Is there any proven use case for this or a better way to add a UI layer on top of Temporal specific to building agent workflows including LLMs, Retrievers, Agent flows, Embeddings etc.
The whole idea is to have an easy to build UI which uses temporal as an executor + observer + orchestrator.