mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-09 07:25:00 -05:00
feat: Agents import error #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@Rakesh-Seenu commented on GitHub (Nov 3, 2025):
@Shubhamsaboo Could you please help me with this issue. Its very urgent
@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.
@Rakesh-Seenu commented on GitHub (Nov 4, 2025):
@AshminDhungana I installed "pip install openai " its not working
@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.
@Rakesh-Seenu commented on GitHub (Nov 4, 2025):
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
@AshminDhungana commented on GitHub (Nov 4, 2025):
Im on Python 3.13.9
@Rakesh-Seenu commented on GitHub (Nov 5, 2025):
i tried with same py version and installed same versions of pip lib its not working