feat: Agents import error #93

Open
opened 2025-11-06 14:32:45 -06:00 by GiteaMirror · 7 comments
Owner

Originally created by @Rakesh-Seenu on GitHub (Nov 3, 2025).

In the file https://github.com/Shubhamsaboo/awesome-llm-apps/blob/main/voice_ai_agents/voice_rag_openaisdk/rag_voice.py

we are getting error as agents can't be imported, can we get the agents.py files where we can import agent and runner from file rag_voice.py

Image
Originally created by @Rakesh-Seenu on GitHub (Nov 3, 2025). In the file https://github.com/Shubhamsaboo/awesome-llm-apps/blob/main/voice_ai_agents/voice_rag_openaisdk/rag_voice.py we are getting error as agents can't be imported, can we get the agents.py files where we can import agent and runner from file rag_voice.py <img width="562" height="444" alt="Image" src="https://github.com/user-attachments/assets/51a29555-6a61-4626-a936-7d144fad16c2" />
Author
Owner

@Rakesh-Seenu commented on GitHub (Nov 3, 2025):

@Shubhamsaboo Could you please help me with this issue. Its very urgent

@Rakesh-Seenu commented on GitHub (Nov 3, 2025): @Shubhamsaboo Could you please help me with this issue. Its very urgent
Author
Owner

@AshminDhungana commented on GitHub (Nov 4, 2025):

I think their is no need for agents.py file, as agents are imported form openai-agents. "from agents" refers to openai-agents library.

@AshminDhungana commented on GitHub (Nov 4, 2025): I think their is no need for agents.py file, as agents are imported form openai-agents. "from agents" refers to openai-agents library.
Author
Owner

@Rakesh-Seenu commented on GitHub (Nov 4, 2025):

@AshminDhungana I installed "pip install openai " its not working

@Rakesh-Seenu commented on GitHub (Nov 4, 2025): @AshminDhungana I installed "pip install openai " its not working
Author
Owner

@AshminDhungana commented on GitHub (Nov 4, 2025):

Check this pull request i have made changes:

https://github.com/Shubhamsaboo/awesome-llm-apps/pull/370

You can install all the requirements, and it will run.

@AshminDhungana commented on GitHub (Nov 4, 2025): Check this pull request i have made changes: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/370 You can install all the requirements, and it will run.
Author
Owner

@Rakesh-Seenu commented on GitHub (Nov 4, 2025):

Check this pull request i have made changes:

#370

You can install all the requirements, and it will run.

I tried installing them, but the latest vesions of every requirements are not running, can i know which py version ur using 3.12 or 3.8

@Rakesh-Seenu commented on GitHub (Nov 4, 2025): > Check this pull request i have made changes: > > [#370](https://github.com/Shubhamsaboo/awesome-llm-apps/pull/370) > > You can install all the requirements, and it will run. I tried installing them, but the latest vesions of every requirements are not running, can i know which py version ur using 3.12 or 3.8
Author
Owner

@AshminDhungana commented on GitHub (Nov 4, 2025):

Im on Python 3.13.9

@AshminDhungana commented on GitHub (Nov 4, 2025): Im on Python 3.13.9
Author
Owner

@Rakesh-Seenu commented on GitHub (Nov 5, 2025):

i tried with same py version and installed same versions of pip lib its not working

@Rakesh-Seenu commented on GitHub (Nov 5, 2025): i tried with same py version and installed same versions of pip lib its not working
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#93