AlexandreA
Windmill10mo ago
6 replies
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?
Was this page helpful?