• 1 Post
  • 48 Comments
Joined 3 months ago
cake
Cake day: March 5th, 2025

help-circle











  • That was a huge rant, i also don’t like the microsoft authenticator so guess what i don’t use it, and the issue of your private keys to getting stolen if your pc is hacked has long been solved with password protected keys.

    All of these issues pretty much amount to nothing, the standard works and is more secure then passwords, same reason as to why enabling password login on SSH is not recommended.





  • I’m trying to understand how this is used, my current selfhosted setup is quite simple:

    frontend - backend - vllm

    Using the openai compatible api vllm returns with tool calls that need to be handeled by the backend, an results are then send to the frontend by the backend, the frontend never communicates with vllm directly.

    Form what i can gather AG-UI is a way for the frontend to directly communicate with in my case vllm in a secure way? letting the frontend handle the tool calls?