Alexandre
intellisense
Hi Guys! I'm trying to create a simple Python script:
from agno.agent import Agent
def main():
agno_agent = Agent(
)
return "Test"
It runs correctly, but I don't have intellisense on the type Agent (variable agno_agent), the web IDE says that the type is "unknown"
Is it normal? The web IDE doesn’t recognize the type? Am I missing something?
7 replies