top | item 43765732

(no title)

ramnique | 10 months ago

Just to add more details here - currently the dashboard is a Next.js app, but the agents runtime (and Copilot) are Python apps since they're using the OpenAI agents sdk. We're trying to figure out the best way to bundle these into a single native app.

discuss

order

sirjaz|10 months ago

You could use tauri and use the native webview of the particular os

ramnique|10 months ago

We'll check this out, thanks!

pylotlight|10 months ago

I would suggest wails/go which imo is way simpler for cli/gui tools over rust based apps.