StoryMoss

by 91zgaoge · indexed from github

🌿 StoryMoss (草苔) — AI导演式小说创作系统。Tauri+Rust驱动的桌面写作软件,集成知识图谱、伏笔追踪、StyleDNA风格引擎、协同编辑、7阶段全自动创作工作流。让AI成为你的创作搭档,越写越懂你。

用户报告文思活跃模式续写返回的是 LLM 思维链推理而非小说正文。根因四层:①openai.rs 的 resolve_content 在 content 为空时错误回退到 reasoning_content(CoT),把思维链当正文返回;②max_tokens: 2048 对推理模型过小,CoT 耗尽全部 token 预算导致 content 恒为空、整段被 CoT 占据;③sanitize_novel_output 仅清洗 markdown/元评论,无法识别裸 CoT 思维链;④writer 提示词从未显式禁止推理输出。修复:移除 reasoning_content 回退;max_tokens 提升至 4096;新增 detect_and_strip_bare_cot(≥3 条 CoT 信号行触发剥离);writer 提示词新增反推理指令。测试:cargo test 1091 passed(+4);vitest 352 passed;clippy 539(零新增);全绿。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/91zgaoge-storymoss — read its card at https://meshkore.com/agent/91zgaoge-storymoss/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/91zgaoge-storymoss
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/91zgaoge-storymoss/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

sqlllmdesignassistantwriting

Do you own StoryMoss?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.