We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a404902 + 15f0c7c commit 823df0aCopy full SHA for 823df0a
1 file changed
16-专题组队学习/02-OpenClaw家庭物资助手/tuntunclaw/README.md
@@ -0,0 +1,27 @@
1
+# tuntunclaw 代码目录
2
+
3
+这个目录用于放置 OpenClaw 家庭物资助手专题中可公开的 `tuntunclaw` 代码。
4
5
+后续迁入代码时,建议只保留读者复现实验需要的最小集合:
6
7
+- `frontend/`
8
+- `openclaw_like/`
9
+- `inventory.py`
10
+- `integrations.py`
11
+- `workflow_hooks.py`
12
+- `main.py`
13
+- `requirements-py311.txt`
14
+- `.env.example`
15
16
+不要提交以下内容:
17
18
+- `.env`
19
+- `sam_b.pt`
20
+- `temp/`
21
+- `trash/`
22
+- `__pycache__/`
23
+- `mask_*.png`
24
+- `scene_layout_editor.py`
25
+- `SCENE_LAYOUT_EDITOR_README.md`
26
27
+场景编辑器和本地调试产物不属于公开教程范围。读者需要的是能复现家庭物资助手闭环的代码,而不是本机开发过程中的完整工作目录。
0 commit comments