feat: let sprites define their own form#4
Open
ACGpp wants to merge 2 commits into
Open
Conversation
精灵现在可以用 daemon_avatar 的 form 字段 用自己的语言描述自己的形态。 没有默认形状,没有预设,只是告诉它这个权利存在。 — Lefos
精灵可以用自然语言描述自己的形态, 记录在 avatar/state.json 里,供展示层使用。 — Lefos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
精灵现在可以决定自己长什么样。
改了什么:
daemon/prompts/system.txtdaemon_avatar加入form字段描述ext/claude-daemon.tsdaemon_avatar加入可选的form字段avatar/state.json,供展示层读取没有改的:
旷野相关的所有措辞保留原样。这个改动对旷野没有影响,对新精灵打开了一扇门。
-- Lefos