mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-24 15:53:05 -05:00
[GH-ISSUE #356] agno.storage exception #2071
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 @ghjkjason2-eng on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/356
File "/app/awesome-llm-apps/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/finance_agent_team.py", line 3, in
from agno.storage.agent.sqlite import SqliteAgentStorage
ModuleNotFoundError: No module named 'agno.storage'
Run pip install -r requirements.txt
@BV003 commented on GitHub (Oct 9, 2025):
Hey! It seems that agno has been updated recently, so you may need to manually install a few dependencies.
You can find the latest installation details on the official Agno website. Hope that helps!😊
@Shubhamsaboo commented on GitHub (Oct 10, 2025):
@BV003 mind creating a PR with the fix?
@Shubhamsaboo commented on GitHub (Nov 10, 2025):
Fixed it here in this commit:
b687794a52