项目文件夹

文件
wehub-resource-sync aa1a5d5763
CI / Release hygiene (push) Has been cancelled
CI / Python targeted tests (push) Has been cancelled
CI / Frontend build (push) Has been cancelled
Pages / Build and deploy public pages (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:17 +08:00

63 行
2.7 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GOD Town / The Ville</title>
<meta name="description" content="GOD Town 实验详情。">
<link rel="stylesheet" href="../../assets/site.css">
</head>
<body>
<header class="site-header">
<nav class="nav" aria-label="主导航">
<a class="brand" href="../index.html"><img src="../../assets/logo_no_bg.png" alt="">GOD</a>
<div class="nav-links">
<a href="../index.html">使用场景</a>
<a href="index.html">实验展厅</a>
<a href="../start.html">开始使用</a>
<a href="../../experiments/god-town.html">English</a>
<a href="https://github.com/XiaoLuoLYG/GOD">GitHub</a>
</div>
</nav>
</header>
<main>
<section class="detail-hero">
<p class="eyebrow">日常生活基线</p>
<h1>GOD Town / The Ville</h1>
<p class="lede">晚春工作日清晨,10 位居民彼此熟识但保持距离,是一个日常生活切片。</p>
<img src="../../assets/screenshots/map-the-ville.png" alt="The Ville 地图">
</section>
<section class="section">
<div class="detail-grid">
<article class="detail-panel">
<h3>场景</h3>
<p>晴朗的周二早晨,18 C,微风。这个实验是日常生活基线,不是任务剧本。</p>
</article>
<article class="detail-panel">
<h3>地图和角色</h3>
<p>10 个地点、65 个地点约束交互、10 位带有日程、关系、担忧、秘密和目标的居民。</p>
</article>
<article class="detail-panel">
<h3>推荐玩法</h3>
<ul class="compact-list">
<li>问 Alice 今天小镇最需要什么。</li>
<li>注入一个小型公共通知。</li>
<li>回放下一步后日程和聊天如何变化。</li>
</ul>
</article>
</div>
</section>
<section class="section band">
<p class="eyebrow">仓库路径</p>
<code class="repo-path">agentsociety/quick_experiments/hypothesis_god_town/experiment_1/</code>
<div class="actions">
<a class="button" href="https://github.com/XiaoLuoLYG/GOD/tree/main/agentsociety/quick_experiments/hypothesis_god_town/experiment_1">打开实验目录</a>
<a class="button secondary" href="../start.html">本地运行</a>
</div>
</section>
</main>
<footer class="footer"><div class="footer-inner"><span>GOD Town</span><span><a href="index.html">返回实验展厅</a></span></div></footer>
<script src="../../assets/site.js"></script>
</body>
</html>