Originally created by: Gamer-Hacker123
Currently, I have used Atomic Agent in Windows on Powershell, and it has some instability issues. For example, when I add a custom endpoint, it freezes and doesn't work until I manually terminate that instance of Powershell.
Originally posted by: sosidudku1
Thanks for reporting. To fix this we need a bit more detail, the description does not yet say enough to reproduce it:
A screenshot of the frozen screen would help a lot too, like the one you attached in [#66].
Related
Tickets:
#66Originally posted by: Gamer-Hacker123
@sosidudku1 Thanks for responding on the issue report.
the external llama.cpp.irm https://atomicagent.io/install.ps1 | iexon PowershellAtomic Agent. Even if I hitCtrl + CorEscit doesn't respond at all.Important detail
the window freezes completely when the endpoint is exactly:
http://localhost:5001(withoutv1) but, if I add thev1in the end of the endpoint, it freezes just for a while then I can edit the endpoint again.In other words: the
localhost:5001without thev1freezes completely, but when I addv1in the end it freezes just for seconds then it can be editable.Hope you get the needed information, and hope you can fix the issues so this project grows 💖
Originally posted by: sosidudku1
This is a great writeup, thank you, the /v1 detail cracked it. What you see as a short freeze is our URL probe running up to five retries with a three second timeout each, synchronously, so the UI blocks for up to ~20 seconds. The permanent freeze without /v1 looks like KoboldCpp answering 200 to our llama.cpp-specific /health check, which makes the probe falsely pass and a later call hang.
Fix planned: make the probe non-blocking and cancellable, cut the retries for manual URL entry, and probe /v1/models as a fallback so KoboldCpp and other OpenAI-compatible runners pass honestly (that also covers [#66]). Keeping both issues open until it ships.
Related
Tickets:
#66Originally posted by: Gamer-Hacker123
@sosidudku1 Thanks again.
But just to clear things up: When I do add the
v1in the end of the endpoint (localhost:5001/v1), and hit Enter, it doesn't freeze for too long, it freezes just for about 1 to 2.5 seconds, not ~20 seconds or more.And again, thanks for your understanding, and I hope this project nails the interest and the love it deserves .
Ticket changed by: Ooooze