Start the Backend: Open a terminal in the root directory and run:
python -m uvicorn web_backend.main:app --reload --port 8000
Start the Frontend: Open a new terminal in web_frontend/ and run:
`npm run dev
Run the Desktop Agent: Open a new terminal in backend/ and run:
python main.py
Enter the credentials you created on the we bsite.