Note2026/03/13免费内容

我准备把newtype CLI真正CLI化,让任何Agent都能调用。

newtype本身就是一个专精内容生产的多Agent编排系统。所以被别的Agent调用的话,就好比是找了一个外包团队。

工作量不大,在现有基础上加一层非交互式命令解析就行。大概长这样:

调研:researcher + fact-checker 协作

newtype research –topic “2026 AI Agent趋势” –depth deep -o research.md

写作:writer 基于素材生成内容

newtype write –input research.md –style newsletter -o draft.md

编辑:editor 精修

newtype edit –input draft.md –tone professional -o final.md

像FireCrawl学习,同步还会推出一个Skill,教Agent怎么调用。