Files
swarm-master/openclaw/discord/model-picker-preferences.json
T
William Valentin 9fdd29f7b7 feat: add Docker health-state HTTP endpoint for Swarm Health Watchdog
- Python HTTP server on 0.0.0.0:18809
- GET /health -> all monitored containers (JSON)
- GET /health/<name> -> single container
- Monitors: brave-search, kokoro-tts, litellm, litellm-db, n8n-agent, searxng, whisper-server
- Returns status, health, restart count via docker inspect
- systemd user service for auto-start

Task: t_461f71fe
2026-05-13 14:29:25 -07:00

14 lines
293 B
JSON

{
"version": 1,
"entries": {
"discord:default:guild:425781660781641729:user:425208577846935553": {
"recent": [
"openai/gpt-5.5",
"github-copilot/claude-sonnet-4.6",
"openai-codex/gpt-5.4"
],
"updatedAt": "2026-04-30T23:56:29.190Z"
}
}
}