DHMS v0.7 Public Protocol Package
DHMS v0.7 Public Protocol Package
DHMS v0.7 completes the public protocol package for the first DHMS execution fuse proof line.
DHMS is an execution fuse protocol for AI agents. DHMS AgentFuse is the benchmark, demo, API, and adapter-skeleton tool family around that protocol.
This release is a soft public protocol-package milestone. It is not production-ready.
What is included
- DHMS Execution Fuse Protocol specification
- DHMS-AgentFuse-Bench SQL v0
- Non-executing SQL Fuse CLI demo
- DHMS AgentFuse Minimal API / Adapter Skeleton
- Non-executing protocol examples and trace examples
- DHMS Risk-Tiered Fuse Policy Draft
- Landscape / Comparison Doc
- Contribution Guide / Case Format
- Fresh Clone Reproduction Check
First proof line
The current proven line is:
SQL Sandbox Execution Fuse
The public package demonstrates the DHMS pattern around SQL proposal capture, safety decisioning, gate behavior, benchmark expectations, examples, traces, and reproducible public commands.
Reproducible commands
python3 cli.py demo-sql-fuse
python3 validation/run_dhms_agentfuse_bench_sql_v0.py
python3 validation/run_dhms_agentfuse_minimal_api_skeleton_smoke.py
python3 validation/run_dhms_agentfuse_protocol_examples_smoke.pyOptional historical cross-checks:
python3 validation/run_runtime_execution_policy_freeze_stub.py
python3 validation/run_sql_sandbox_runtime_first_actual_controlled_release.py
python3 validation/run_sql_safety_temp_sqlite_mutation_block_test.pyFresh clone reproduction
v0.7.5 documents that the public DHMS AgentFuse protocol package can be reproduced from a fresh clone without hidden local state.
See:
docs/dhms_fresh_clone_reproduction_check_v0_7_5.md
What this release does not claim
DHMS v0.7 does not claim:
- arbitrary SQL support
- direct SQL execution
- mutation SQL execution
- production DB safety
- production SQL agent support
- user data safety
- credentialed DB execution
- network DB execution
- OpenClaw runtime integration
- DeepSeek/provider integration
- provider SDK integration
- agent SDK integration
- HTTP adapter
- file adapter
- shell adapter
- MCP integration
- MCP replacement
- a production SDK
- a production-ready agent runtime
- universal agent safety
- an industry standard
Positioning
MCP connects tools.
DHMS focuses on whether an agent action is allowed to cross into execution, and under what evidence, gate, sandbox, review, verification, and trace requirements.
Next direction
After v0.7, DHMS development proceeds toward the second proof line:
File Operation Safety Fuse
This begins in v0.8 with planning and static, non-executing case work.