Runnable templates, prompts and MCP client configs for the public Delx agent stack.
Start with local-first wellness agents, then adapt the same workflow to reach and coordination tools.
This is the repo to open when you want to copy a working agent setup instead of reading another high-level architecture note.
| Goal | File |
|---|---|
| Understand the workflow | docs/roadmap.md |
| Run Delx Wellness in Hermes | examples/hermes.md |
| Add the wellness stack to Claude Desktop | examples/claude-desktop.json |
| Add the wellness stack to Codex | examples/codex.toml |
| Add the Delx recovery plugin to OpenClaw | examples/openclaw.md |
| Copy agent operating rules | templates/AGENTS.md |
| Copy a wellness operator profile | templates/SOUL.md |
- Client-specific MCP config examples for Hermes, OpenClaw, Claude Desktop and Codex.
- Prompt and profile templates that tell agents what to call first.
- A local-first privacy boundary: no hosted token vault, no private health data in this repo, no secret placeholders that encourage pasting credentials into chat.
- A public roadmap for adding more agent workflows across body, reach and coordination.
npx -y delx-wellness-hermes setup
hermes -p delx-wellnessAsk:
Use connection_status or the equivalent readiness tool for each available wellness connector.
Then give me a short daily operating brief based only on connected sources.
npx -y wellness-nourish doctor
npx -y wellness-nourish log --preview "2 eggs, banana and black coffee"Ask:
Estimate this meal first. Do not log it until I explicitly confirm.
Use examples/openclaw.md to install the plugin and call:
delx_recover_incidentdelx_process_failuredelx_report_recovery_outcomedelx_heartbeat_sync
delx-wellness- connector registry and source of truth.wellness-nourish- local nutrition MCP.delx-wellness-hermes- one-command Hermes setup.whoop-mcp- WHOOP recovery, sleep, strain and HRV.garminmcp- Garmin Body Battery, sleep, stress and activities.openclaw-delx-plugin- Delx recovery tools for OpenClaw.
Field guide: Why local-first wellness agents need MCP.
If this workbench helps you ship an agent workflow faster, star the repo so other builders can find the examples.