Replies: 9 comments
-
Eagerly waiting for a reply on this.. @keenborder786 |
Beta Was this translation helpful? Give feedback.
-
Awaiting your response to this thread. |
Beta Was this translation helpful? Give feedback.
-
Still waiting for this thread? |
Beta Was this translation helpful? Give feedback.
-
Looking forward to this support! |
Beta Was this translation helpful? Give feedback.
-
Looking forward to the support on this, meanwhile found https://github.com/AK391/ai-gradio Has anyone tried? |
Beta Was this translation helpful? Give feedback.
-
@drestr30 |
Beta Was this translation helpful? Give feedback.
-
@dmitryrPlanner5D yes, but does lang graph supports for Web Socket to access the real time api? |
Beta Was this translation helpful? Give feedback.
-
@mahimairaja but you can make an independent module with openai realtime llm (not in LangGraph) based on the repo above. Also I found this LlamaIndex realtime voice client implementation rather clean: https://github.com/run-llama/openai_realtime_client |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to ask if there is a future plan for integrating the new openAI realtime API (which works with sockets connections instead of HTTP request) to the langchain and langgraph frameworks.
Right now I'm building some voice agents with langgraph using the multi-agent architecture and using TTS and SST models to do voice processing, this approach instroduces a lot of lag into the voice interaction which is dramatically improved with the openAI realtime endpoint however I have not found documentation or a way to integrate this new model (sockets connection) to the langraph agent graph.
Please let me know if you already have an approach to solve this.
Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions