[GH-ISSUE #369] feat: Agents import error #1030

Closed
opened 2026-04-17 05:11:44 -05:00 by GiteaMirror · 8 comments
Owner

Originally created by @Rakesh-Seenu on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/369

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). Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/369 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

<!-- gh-comment-id:3480460074 --> @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.

<!-- gh-comment-id:3484548877 --> @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

<!-- gh-comment-id:3485670528 --> @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.

<!-- gh-comment-id:3486006056 --> @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

<!-- gh-comment-id:3486344884 --> @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

<!-- gh-comment-id:3486380607 --> @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

<!-- gh-comment-id:3493033397 --> @Rakesh-Seenu commented on GitHub (Nov 5, 2025): i tried with same py version and installed same versions of pip lib its not working
Author
Owner

@Shubhamsaboo commented on GitHub (Nov 10, 2025):

check now with the pinned requirements. It's working for me.

<!-- gh-comment-id:3509347441 --> @Shubhamsaboo commented on GitHub (Nov 10, 2025): check now with the pinned requirements. It's working for me.
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#1030