I am trying to learn how to start using Agents. I have installed phidata in my laptop but when i try to import Agent from agno.agent in my VS Code, it throws TypeError - Type Object is not subscriptable.
Plea
Hi @Sree
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 48 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
1 Like
Hey @Sree! Can you help me with the code that you are trying to run?
Thank you very much. I was just trying to import Agent from agno.agent library to start learning to use different framework. pip install of agno.agent worked but importing Agent is not (from agno.agent import Agent). This was in a .ipynb file (in VS code).
I think i was able to resolve this. Thank you very much, will revert in case of any further issues/questions as i try to learn the same.