Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

davidmosiah/delx-agent-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delx Agent Workbench

Delx Agent Workbench workflow: choose a client, copy templates, run local MCP tools

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.

Delx Wellness Hermes profile pack Built for MCP MIT license

This is the repo to open when you want to copy a working agent setup instead of reading another high-level architecture note.

Start here

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

What this gives you

  • 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.

Flagship workflows

Local-first wellness agent

npx -y delx-wellness-hermes setup
hermes -p delx-wellness

Ask:

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.

Nutrition layer without OAuth

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.

Recovery and heartbeat for OpenClaw

Use examples/openclaw.md to install the plugin and call:

  • delx_recover_incident
  • delx_process_failure
  • delx_report_recovery_outcome
  • delx_heartbeat_sync

Related repos

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.

Releases

No releases published

Packages

 
 
 

Contributors