PulseAugur
实时 08:51:47
English(EN) I got tired of paying for AI NPCs, so I built my own runtime - now it's more than that

开发者构建免费 AI NPC 运行时 Empneon Core,支持本地模型

一位开发者创建了 Empneon Core,这是一个与游戏无关的认知运行时,旨在赋予非玩家角色 (NPC) 持久记忆和决策能力。该项目最初是为了避免重复的 AI 订阅费用而构建的,后来发展到通过将语言模型的输出固定在游戏确认的事件上来解决其不可靠性。Empneon Core 支持各种语言模型,包括 LM StudioOllama 等本地选项,以及托管 API,强调灵活性和用户选择。 AI

影响 使开发者能够在不依赖昂贵的托管服务的情况下,将持久的 AI 记忆集成到游戏 NPC 中。

排序理由 这是一个软件工具发布,而不是前沿模型发布或重要的行业事件。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

开发者构建免费 AI NPC 运行时 Empneon Core,支持本地模型

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · BearlyStable ·

    我厌倦了为 AI NPC 付费,于是自己构建了一个运行时——现在它不止于此

    <p>I've always liked the idea of NPCs that actually remember things — not scripted dialogue trees, but characters that hold a real sense of who they are, what happened to them, and what they believe, across an entire playthrough.</p> <p>So a while back I went looking for existing…