DSH Studio — supervising a local agent service with Tokio #8363
Unanswered
Moresyl
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built DSH Studio, an MIT-licensed Tauri desktop shell that installs, runs, health-checks, and cleans up DeepSeek Harness on Windows, macOS, and Linux.
Tokio architecture
The platform layer uses Windows Job Objects with kill-on-close and Unix process groups, while Tokio provides the shared asynchronous lifecycle model.
Source: https://github.com/Moresyl/dsh-studio
Supervisor: https://github.com/Moresyl/dsh-studio/blob/main/src-tauri/src/harness/supervisor.rs
Feedback on cancellation, readiness signaling, and lifecycle ownership is welcome.
All reactions