← Back to Product Feed

GitHub Open Source Narcooo/inkos

Autonomous novel writing CLI agent — AI agents write, audit, and revise novels with human review gates

2,192
Traction Score
449
Forks
Mar 12, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
Reliable and complete chapter generation for new projects
Users report that `inkos` consistently 'breaks' or stalls mid-generation when creating the first chapter of a new book, even with models like `claude-opus-4-6`. This indicates a fundamental instability in the initial content generation pipeline. The pain point is a critical failure at the very start of a user's journey, preventing project initiation and demonstrating core system unreliability. Market implication: For AI content platforms, the first-time user experience and initial content generation success are paramount. Failures at this stage lead to immediate user abandonment, highlighting a need for robust error handling, progress monitoring, and stability in foundational generation tasks to ensure user adoption and project viability.
Autonomous novel writing CLI agent — AI agents write, audit, and revise novels with human review gates
agent ai-writing aigc-detection automated-storytelling chinese-novel cli-tool creative-writing-ai novel-generation

Active Developer Issues (GitHub)

open inkos write next 每次都不成功,openclaw告诉我是state-validator.js的锅,请求修复指导🙏
Logged: Mar 29, 2026
open Rewrite之后,章节错误
Logged: Mar 27, 2026
open 中间某两章有问题,重写后,发现维护的文件都有问题
Logged: Mar 25, 2026
open 建议优化:长篇写作测试中单章写作时间可高达40分钟
Logged: Mar 23, 2026
open 设置多agent和多路由后,api的key请求的时候似乎没有正常挂载,导致一直报401
Logged: Mar 22, 2026

Community Voice & Feedback

vvincol-arch • Mar 24, 2026
> 全量注入在早期是很有用的,不过写到长篇导致上下文,记忆和质量的系统性原因,大更新正在加紧测试中!!

兄弟我有个想法,问题就在chapter_summaries.md这个文件越积越多,里面冗余信息太多了;如果说有用的信息,1.hook有关的信息抽出来 2.主要人物状态。。。 其他可以删掉,里面90%以上都是冗余无用信息
vvincol-arch • Mar 24, 2026
优化卡在phase2这个阶段,因为上传chapter_summaries.md这个文件,这个文件是每一章的概括,越积越大;几十章就能过100kb,传给llm,基本都没回复,或者要等很久;这个要简化下还有机会;
Evan-Pycraft • Mar 23, 2026
原来如此 期待你的大更新 我这边持续测试!
Narcooo • Mar 23, 2026
全量注入在早期是很有用的,不过写到长篇导致上下文,记忆和质量的系统性原因,大更新正在加紧测试中!!
Evan-Pycraft • Mar 23, 2026
不过话又说回来很多很多时候优化过度了会导致小说情节出现问题 不知道大佬设计思路是怎么样的 有时候有些事情鱼和熊掌不可兼得除非大模型上下文又大速度又快 😄
tsgqjxhn • Mar 22, 2026
我是设置全局模型之后设置的专门模型,就这样报错,删了专用模型就好了
JayRong • Mar 21, 2026
> 检查一下API_KEY是否正确,一般就是key有问题,你可以让豆包或者deepseek帮你写个测试脚本,测试一下

doctor跑出来结果是正常的
YouJin-Li • Mar 20, 2026
检查一下API_KEY是否正确,一般就是key有问题,你可以让豆包或者deepseek帮你写个测试脚本,测试一下
JayRong • Mar 20, 2026
nkos config show-global 能看到配置如下:
```
(base) jayrome@MacBookPro my-xhnovel % inkos config show-global
# InkOS Global LLM Configuration
INKOS_LLM_PROVIDER=openai
INKOS_LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
INKOS_LLM_API_KEY=sk-d0409xxxxxxxxx
INKOS_LLM_MODEL=qwen3.5-plus
```
JayRong • Mar 20, 2026
nkos config show-global 能看到配置如下:
```
(base) jayrome@MacBookPro my-xhnovel % inkos config show-global
# InkOS Global LLM Configuration
INKOS_LLM_PROVIDER=openai
INKOS_LLM_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
INKOS_LLM_API_KEY=sk-d0409xxxxxxxxx
INKOS_LLM_MODEL=qwen3.5-plus
```
a1640727878 • Mar 20, 2026
> > 有一说一,都在做这个啊_(:з」∠)_我也在折腾,不过是基于AI小镇那套思维,给主角和NPC一些自主能动性,自主动的按照自己人设运行,但是运行过程又全程基于游戏,回头再看游戏日志就好,不过现在游戏层卡着我有点写不下去啊∠( ᐛ 」∠)_
>
> 我原先也是这样的想法!不过我发现这样太费token了,有点入不敷出的感觉。所以我设计了沙箱架构,也是类似让AI生成RPG游戏自己运行看结果,只不过我们可以提供这个RPG的框架,方便AI来填入并运行。

在我预想里, 也不是实时全程在用AI思考的, 分多级, 离主角近的有直接因果关系或许剧情主要角色才用AI思考, 次一级用标准的游戏决策树AI, 按游戏的方法按相对死板的方法运行就好. 这样能省非常多token, 而且也给api分级, 一些简单给能力没有那么强模型去做决策就好, 困难高级在上好模型_(:з」∠)东西都没有一撇我就在想控制成本了
xingzihai • Mar 20, 2026
能说说为什么吗佬?
Narcooo • Mar 20, 2026
我觉得你设计的挺好的,也欢迎pr,有一点就是我个人不太推荐RAG。
xingzihai • Mar 20, 2026
> 有一说一,都在做这个啊_(:з」∠)_我也在折腾,不过是基于AI小镇那套思维,给主角和NPC一些自主能动性,自主动的按照自己人设运行,但是运行过程又全程基于游戏,回头再看游戏日志就好,不过现在游戏层卡着我有点写不下去啊∠( ᐛ 」∠)_

我原先也是这样的想法!不过我发现这样太费token了,有点入不敷出的感觉。所以我设计了沙箱架构,也是类似让AI生成RPG游戏自己运行看结果,只不过我们可以提供这个RPG的框架,方便AI来填入并运行。
a1640727878 • Mar 20, 2026
有一说一,都在做这个啊_(:з」∠)_我也在折腾,不过是基于AI小镇那套思维,给主角和NPC一些自主能动性,自主动的按照自己人设运行,但是运行过程又全程基于游戏,回头再看游戏日志就好,不过现在游戏层卡着我有点写不下去啊∠( ᐛ 」∠)_

Related Early-Stage Discoveries

Discovery Source

GitHub Open Source GitHub Open Source

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.