restarting the PC

After restarting the PC, what command should I enter to run the agno file locally?

@AI_Agents You can run your agno program by python file_name.py

Hi, in the code editor I can open a file called C:\Users\tanas\Desktop\Agnoproekt\agno\web_agent.py.

How do I open this file on the site?

Thank you with respect Yuri

вт, 18 мар. 2025 г. в 15:38, Anurag via Agno <notifications@phidata.discoursemail.com>:

It seems like you’re trying to open web_agent.py on the site, but we’re not sure what you’re looking for—if you’re trying to run the agent in the playground, you can follow these steps: Agno Playground Guide.

If that’s not what you meant, please let us know—we’re happy to help!

I did it the first time in the beginning and everything was fine, but then I turned off the computer and the local file did not run.
Can you please tell me how to run the program locally together with the agno interface, such a startup of the pc according to the instructions should be done every time you restart the computer?

Thank you with respect Yuri

чт, 20 мар. 2025 г. в 11:44, Anurag via Agno <notifications@phidata.discoursemail.com>:

Here is how you can do it

1. Open Command Prompt (CMD)

• Press Win + R, type cmd, and press Enter

2. Navigate to the Project Folder

cd C:\Users\tanas\Desktop\Agnoproekt\agno

3. Install Requirements

pip install -U openai agno

4. Run the script
python web.py