| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # 工作空间文件
- .openclaw/
- memory/
- *.md
- *.json
- *.xlsx
- *.csv
- *.png
- *.jpg
- *.tar.gz
- *.zip
- !README.md
-
- # 模块目录
- ai-certificate-proposal/
- ai-certificate-risk-system/
- ai-process-optimization/
- api-saas/
- auth-service/
- contractwatch/
- dify-app/
- docs/
- enterprise-kb/
- enterprise-kb-212/
- enterprise-kb-issue211/
- MetricAI/
- metricai_repo/
- metrology-platform/
- projects/
- saas-insight/
- saas-platform/
- survey-form.docx
- water-management-system-issue11/
- wms-issue11/
-
- # 文件
- FINAL_COMPLETION_REPORT.md
- compile_adapters.sh
- generate_excel.py
- huawei_crawler_simple.py
- huawei_image_crawler.py
- huawei_images/
- huawei_images_jd.py
- huawei_images_jd/
- huawei_images_screenshots/
- huawei_product_gallery.html
- huawei_screenshots.py
- huawei_tablets_full.py
- matepad_pro_132.png
- test.png
- test_img.jpg
- wecom_batch*.json
- wecom_doc*.json
-
- # 配置文件
- IDENTITY.md
- SOUL.md
- TOOLS.md
- USER.md
- MEMORY.md
- AGENTS.md
- HEARTBEAT.md
|