Solutions for common taskbean issues.
launch.cmd
cd agent && python main.py
foundry model list # check installed foundry model download phi-4-mini # download manually
Get-NetTCPConnection -LocalPort 2326 | Select-Object OwningProcess Stop-Process -Id <PID>
Was this page helpful?