Files
Gilles Soulier 1d177e96a6 first
2026-01-05 13:20:54 +01:00
..
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00
2026-01-05 13:20:54 +01:00

Mesh Agent UI (Tauri)

This is a lightweight desktop UI for the Mesh agent.

Features (MVP)

  • Show agent status (running/stopped)
  • Edit and save agent configuration
  • Start/stop the agent from the UI

Dev setup

cd agent/agent-ui
npm install
cd agent/agent-ui
npm run dev

In another terminal, run the Tauri backend:

cd agent/agent-ui
cargo tauri dev

Notes

  • The UI uses the same config file as the CLI agent.
  • The agent core runs inside the UI process for now.