liangzhu-social-sim 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,36 @@
1
+ # 良渚青年公社 · 3D数字小镇
2
+
3
+ > 超协体社区中心 — Hypercore Panel
4
+
5
+ 20位AI居民在3D小镇中自主生活、社交、协作的社会模拟系统。
6
+
7
+ ## 功能
8
+
9
+ - **S1 社交寻人** — AI居民主动寻找社交伙伴
10
+ - **S2 公告板路由** — 任务发布与响应系统
11
+ - **S3 协作涌现** — 多人自发协作行为
12
+ - **灵枢运营面板** — 实时监控任务流/协作流/社交流
13
+ - **情景推演** — 5个预设剧本 + 6个参数滑块 + 快照导入导出
14
+
15
+ ## 技术栈
16
+
17
+ - React 19 + Three.js
18
+ - Vite 构建
19
+ - Hypercore Panel 格式
20
+
21
+ ## 使用方式
22
+
23
+ ### Hypercore CLI
24
+
25
+ ```bash
26
+ hyper panels install community-center
27
+ hp open 良渚
28
+ ```
29
+
30
+ ### 独立运行
31
+
32
+ 直接在浏览器中打开 `index.html`(需要本地服务器)。
33
+
34
+ ## License
35
+
36
+ MIT