[Case] Domux MCP Server — 智能家居安全 MCP 案例 - #28
Open
Kencoze wants to merge 6 commits into
Open
Conversation
Member
|
Reviewed against the HER Hack-Astron #4 acceptance criteria (comment only — winner selection stays with @FenjuFu). Verified
Notes
Valid entry. |
Member
|
复核当前 HEAD 0bfd676 后,暂不能 approve,仍有以下阻塞项:
请补齐实际可运行的源码与依赖(或提供固定到具体 commit 的公开源码,并确保命令可直接复现)、真实推理原始产物及指标计算材料,同时修复全部提交的 DCO。完成后可再次复审。 |
Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
Add all source files (src/) and evidence (evidence/) to enable full reproduction: - MCP Server: test_server.py, server.py, backend.py, slots.py - Auth & Risk: auth_middleware.py, home_risk_engine.py, ha_adapter.py - Insurance & Demo: insurance_api.py, demo_2035_scenario.py - Evidence: run logs, 50 inference results, sqlite snapshots Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
Kencoze
force-pushed
the
case/domux-mcp-server
branch
from
September 2, 2026 17:25
0bfd676 to
9e275dc
Compare
Author
|
Hi @FenjuFu, all three blocking items have been addressed:
Please review when you get a chance. Thanks! |
Member
|
复核当前 HEAD 但对照 #20 的硬性验收标准,目前仍不能 approve,阻塞项如下:
另有一个可移植性问题:README 的直接复现命令在 Windows 默认 GBK 控制台会因 emoji 触发 修正以上内容后可再次复审。DCO/CLA 当前无需再处理。 |
…al script, run_logs evidence - insurance_api.py: bearer-only auth (no query token), sanitized log_message, add log-no-token regression test (18/18) - eval/run_eval_transformers.py: reproducible HF fixed-revision eval (5x10, warmup, latency, compliance) - README: Windows UTF-8 note, eval script command, evidence scope clarification - evidence/run_logs: multi-run auth.db + insurance.db snapshots (redacted demo data) Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
Signed-off-by: Kencoze <Kencoze@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Domux MCP Server — 从解析模型升级为智能家居标准能力层
案例概要
把 Domux 从「一个 NL→结构化槽位的解析模型」封装为标准 MCP Server,叠加:
关键成果
HF Discussion
https://huggingface.co/iFlytekOpenSource/Domux/discussions/6
复现