Hi
I haven't tried it yet, but in order to create other UIs I would like to incorporate the copilot-sdk in a browser app, such as angular or so, and then have it connect to the copilot server using http(s). Does the current sdk support this via the client.ts code? I would suspect not, given its dependencies on nodejs packages for the stdio based connections?
If we have a browser based sdk as well, it would surely create an even more cleaner client-server package, would get rid of the need of having a separate express (or similar) based layer for client-server interaction (which only funnels the requests as a proxy).
Thx