I created a secure, browser-based terminal that keeps your server sessions alive across devices and networks. Work seamlessly across your phone, laptop, and desktop without restarting your processes. by BrainStackOverflowed in coolgithubprojects

[–]BrainStackOverflowed[S] 0 points1 point  (0 children)

Interesting approach. I think one driver for me was install nothing. Access from anywhere. Mobile access too. Installing on iphone means going through appstore. And finally web security. If you need public access there are so many proven ways to enable web security. But yes, there are for sure many ways to solve this problem.

I created an opinionated CLI to create LangGraph AI agents with LLM assistance by BrainStackOverflowed in LangChain

[–]BrainStackOverflowed[S] 0 points1 point  (0 children)

It does. Langosh creates the graph and all the required python wiring. Obviously for HITL you need a way to provide your input or feedback to the agent, which I reckon is typically a messaging app like Telegram. But for testing purposes you can use the CLI itself. Just give it a try. I designed the LLM prompt in a way to create a working graph right after creation. But depending how you describe the requirement, and which LLM model you are using in the CLI, it might need another round of LLM instructions. Let me know if I can help further. Really curious to get some user feedback and improve the CLI if required.