Replies: 13 comments 1 reply
-
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.
-
yes! |
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.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
Building Real-Time Voice Agents with
|
Beta Was this translation helpful? Give feedback.
-
As a workaround, I am keeping two layers of agents in my system. First layer has an openai agent (powered by realtime voice api), this agent is surfaced to the user. Since this is an OpenAI agent, I used the function call to actually call my Langgraph agents sitting in the second layer. So second layer has multiple agents built using langgraph. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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