Skip to content

Commit b390e64

Browse files
committed
remove: SagaSmith-agent from website — not part of TTRPG toolchain
1 parent 099ad1b commit b390e64

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pages/index.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const ecosystems = [
66
{ emoji: '🕯️', name: 'sagasmith-coc', zh: 'CoC 7e 运行时 + CLI,三种解析模式', en: 'CoC 7e runtime + CLI, three parsing modes', tag: 'System' },
77
{ emoji: '🖥️', name: 'sagasmith-dnd-ui', zh: 'D&D 管理面板 — Astro + React', en: 'D&D admin dashboard — Astro + React', tag: 'UI' },
88
{ emoji: '🖥️', name: 'sagasmith-coc-ui', zh: 'CoC 守秘人面板 — Astro + React', en: 'CoC Keeper dashboard — Astro + React', tag: 'UI' },
9-
{ emoji: '🎲', name: 'SagaSmith-agent', zh: '完整 AI DM 运行时(NanoBot)', en: 'Full AI DM runtime on NanoBot', tag: 'Runtime' },
109
{ emoji: '📦', name: 'SagaSmith-dnd-skills', zh: 'D&D Agent Skills — full + standalone', en: 'D&D agent skills — full + standalone', tag: 'Skills' },
1110
{ emoji: '📦', name: 'SagaSmith-coc-skills', zh: 'CoC Agent Skills — full + standalone', en: 'CoC agent skills — full + standalone', tag: 'Skills' },
1211
{ emoji: '✍️', name: 'SagaSmith-module-gen-skills', zh: '冒险模组生成器,25 种范式', en: 'Adventure module generator, 25 paradigms', tag: 'Skills' },
@@ -28,7 +27,6 @@ const repos = [
2827
{ emoji: '🕯️', name: 'sagasmith-coc', url: 'https://github.com/SagaSmithAI/Sagasmith-coc', zh: 'CoC 运行时 + CLI', en: 'CoC runtime + CLI', stack: 'Python · CoC 7e' },
2928
{ emoji: '🖥️', name: 'sagasmith-dnd-ui', url: 'https://github.com/SagaSmithAI/sagasmith-dnd-ui', zh: 'D&D 管理面板', en: 'D&D admin UI', stack: 'Astro · React · TypeScript' },
3029
{ emoji: '🖥️', name: 'sagasmith-coc-ui', url: 'https://github.com/SagaSmithAI/sagasmith-coc-ui', zh: 'CoC 守秘人面板', en: 'CoC Keeper UI', stack: 'Astro · React · TypeScript' },
31-
{ emoji: '🎲', name: 'SagaSmith-agent', url: 'https://github.com/SagaSmithAI/SagaSmith-agent', zh: 'AI DM 运行时', en: 'AI DM runtime', stack: 'NanoBot · Python · 16+ Channels' },
3230
{ emoji: '📦', name: 'SagaSmith-dnd-skills', url: 'https://github.com/SagaSmithAI/SagaSmith-dnd-skills', zh: 'D&D Skill 定义', en: 'D&D skill defs', stack: 'SKILL.md · full + standalone' },
3331
{ emoji: '📦', name: 'SagaSmith-coc-skills', url: 'https://github.com/SagaSmithAI/SagaSmith-coc-skills', zh: 'CoC Skill 定义', en: 'CoC skill defs', stack: 'SKILL.md · full + standalone' },
3432
{ emoji: '✍️', name: 'SagaSmith-module-gen-skills', url: 'https://github.com/SagaSmithAI/SagaSmith-module-gen-skills', zh: '模组生成器', en: 'Module generator', stack: 'SKILL.md · 25 paradigms' },
@@ -221,7 +219,7 @@ const repos = [
221219
<p class="zh-only">让 AI 成为你的地下城主 — 规则引擎、战役管理、模组导入,一个 CLI 全搞定。</p>
222220
<p class="en-only">Turn AI into your Dungeon Master — rule engine, campaign management, module import, all in one CLI.</p>
223221
<p class="hero-sub zh-only">适配 Claude Code · NanoBot · Cursor · 等 20+ Agent · 覆盖战役、角色、规则、模组、存档全流程</p>
224-
<p class="hero-sub en-only">Works with Claude Code · NanoBot · Cursor · and more · 9 repos</p>
222+
<p class="hero-sub en-only">Works with Claude Code · NanoBot · Cursor · and more</p>
225223
<div class="btn-group">
226224
<a class="btn btn-primary zh-only" href="#quickstart">快速开始</a>
227225
<a class="btn btn-primary en-only" href="#quickstart">Quick Start</a>

0 commit comments

Comments
 (0)