@telepat/ideon 0.1.16 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/README.zh-CN.md +13 -13
- package/dist/ideon.js +1211 -1604
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center"><img src="./assets/avatar/ideon-logo.webp" width="128" alt="Ideon"></p>
|
|
2
2
|
<h1 align="center">Ideon</h1>
|
|
3
|
-
<p align="center"><em>
|
|
3
|
+
<p align="center"><em>Turn one idea into articles, threads, and social posts. Quality content without the token tax.</em></p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://docs.telepat.io/ideon">📖 Docs</a>
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
<a href="https://github.com/telepat-io/ideon/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-yellow.svg" alt="License"></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
|
-
Ideon is an AI content writer that turns
|
|
18
|
+
Ideon is an AI content writer that turns a single idea into publish-ready content across multiple formats, styles, and channels. Describe your topic once, and Ideon produces an article plus X threads, LinkedIn posts, Reddit posts, newsletters, and blog posts — all sharing one voice and one strategy.
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Built for marketers, founders, and lean teams who need to ship high-quality content at scale without manually rewriting one idea for every channel.
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## Features
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
- **Write once, publish everywhere** — One idea turns into article, blog, newsletter, X, LinkedIn, and Reddit posts in a single run. Your article anchors the campaign. Everything else promotes it.
|
|
25
|
+
- **Style and intent control** — 13 styles × 13 intents. Every output shares one consistent voice across every channel.
|
|
26
|
+
- **Research-backed links** — Ideon browses the web and inserts contextual external links like a human writer would. No manual research.
|
|
27
|
+
- **Any model via OpenRouter** — Plug in Claude, GPT-4, or any supported model. Switch without changing your workflow.
|
|
28
|
+
- **Writing guide-driven** — Prompt composition grounded in proven writing principles compiled from real advice. No generic AI filler.
|
|
29
|
+
- **Code-driven efficiency** — Deterministic pipeline code handles orchestration. You pay for tokens only when drafting prose.
|
|
30
|
+
- **Visual storytelling** — Auto-generated cover and inline images via Replicate for article-led runs.
|
|
31
|
+
- **Agent and CI ready** — MCP server, non-interactive mode, machine-readable config, and resumable runs.
|
|
32
32
|
|
|
33
33
|
## Quick Start
|
|
34
34
|
|
|
@@ -82,7 +82,7 @@ Ideon is built for agentic workflows:
|
|
|
82
82
|
- **Agent runtime registration** — `ideon agent install <runtime>` registers integration profiles for supported platforms. Check status with `ideon agent status --json`.
|
|
83
83
|
- **Non-interactive mode** — `ideon write --no-interactive ...` removes all prompts for CI and automation.
|
|
84
84
|
- **Machine-readable config** — `ideon config list --json` and `ideon config get <key> --json` for agent inspection.
|
|
85
|
-
- **Skill package** — Install `ideon-cli
|
|
85
|
+
- **Skill package** — Install `skill/ideon-cli/` into your agent host for a full lifecycle skill covering install, setup, operations, and debugging.
|
|
86
86
|
- **Agent docs** — [For Agents](https://docs.telepat.io/ideon/for-agents) covers MCP servers, skills, and maintenance.
|
|
87
87
|
|
|
88
88
|
## Security And Trust
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p align="center"><img src="./assets/avatar/ideon-logo.webp" width="128" alt="Ideon"></p>
|
|
2
2
|
<h1 align="center">Ideon</h1>
|
|
3
|
-
<p align="center"><em
|
|
3
|
+
<p align="center"><em>将一个创意转化为文章、话题串和社交媒体帖子——高质量内容,更低 token 成本。</em></p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://docs.telepat.io/ideon">📖 文档</a>
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
<a href="https://github.com/telepat-io/ideon/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-yellow.svg" alt="License"></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
|
-
Ideon 是一款 AI
|
|
18
|
+
Ideon 是一款 AI 内容写作工具,可将一个想法转化为多格式、多风格、可发布的内容。只需描述一次主题,Ideon 就为您生成文章,以及 X 话题串、LinkedIn 帖子、Reddit 帖子、新闻通讯和博客文章——共享同一种声音和策略。
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
专为营销人员、创始人和精简团队打造,帮助他们大规模发布高质量内容,而无需为每个渠道手动重写同一创意。
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## 功能特性
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
- **写一次,处处发布** — 一次运行将一个创意转化为文章、博客、新闻通讯、X、LinkedIn 和 Reddit 帖子。文章是核心,其余均为推广内容。
|
|
25
|
+
- **风格与意图控制** — 13 种风格 × 13 种意图。所有输出共享同一种一致的声音。
|
|
26
|
+
- **研究支撑的链接** — Ideon 浏览网络并像人类作者一样插入与上下文相关的外部链接。无需手动研究。
|
|
27
|
+
- **通过 OpenRouter 接入任何模型** — 接入 Claude、GPT-4 或任何支持的模型。无需更改工作流程即可切换。
|
|
28
|
+
- **写作指南驱动** — 提示词组合基于经过实践检验的写作原则汇编而成。没有通用 AI 套话。
|
|
29
|
+
- **代码驱动的高效率** — 确定性流水线代码处理编排。您只需在起草正文时支付 token 费用。
|
|
30
|
+
- **视觉叙事** — 通过 Replicate 为文章型运行自动生成封面和内嵌图片。
|
|
31
|
+
- **Agent 与 CI 就绪** — MCP 服务器、非交互模式、机器可读配置、可恢复的运行。
|
|
32
32
|
|
|
33
33
|
## 快速开始
|
|
34
34
|
|
|
@@ -82,7 +82,7 @@ Ideon 专为智能体工作流打造:
|
|
|
82
82
|
- **Agent 运行时注册** — `ideon agent install <runtime>` 为支持的平台注册集成配置文件。使用 `ideon agent status --json` 查看状态。
|
|
83
83
|
- **非交互模式** — `ideon write --no-interactive ...` 移除所有提示,适用于 CI 和自动化场景。
|
|
84
84
|
- **机器可读配置** — `ideon config list --json` 与 `ideon config get <key> --json` 供智能体 inspection。
|
|
85
|
-
- **Skill 包** — 将 `ideon-cli
|
|
85
|
+
- **Skill 包** — 将 `skill/ideon-cli/` 安装到智能体主机,获得覆盖安装、配置、操作与调试的完整生命周期 skill。
|
|
86
86
|
- **Agent 文档** — [For Agents](https://docs.telepat.io/ideon/for-agents) 涵盖 MCP 服务器、skill 与维护指南。
|
|
87
87
|
|
|
88
88
|
## 安全与信任
|