phantasmlabs / phantasm

Toolkits to create a human-in-the-loop approval layer to monitor and guide AI agents workflow in real-time.
https://docs.phantasmlabs.com
GNU General Public License v3.0
132 stars 6 forks source link

[FEAT] add tls to the coordinator server #7

Open edwinkys opened 3 weeks ago

edwinkys commented 3 weeks ago

Feature Description

We want to add TLS to the coordinator server which uses Tokio Tungstenite under the hood. Since coordinator server communicates with the dashboard, this allows a secured websocket connection to be established from the dashboard.

Potential Solution

Tokio Tungstenite should allow us to integrate this easily.

P.S. We want to make this functionality optional and not active by default.