@telepat/ideon 0.1.13 → 0.1.15
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 +35 -33
- package/README.zh-CN.md +116 -0
- package/dist/ideon.js +563 -342
- package/dist/preview/app-assets/{index-FIB5ZtVD.js → index-D3k0cA_1.js} +33 -33
- package/dist/preview/app-assets/{index-NfIf2cKW.css → index-IigmpN5C.css} +1 -1
- package/dist/preview/index.html +2 -2
- package/package.json +1 -1
- package/README.zh-Hans.md +0 -114
package/README.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center"><img src="./ideon-logo.webp" width="128" alt="Ideon"></p>
|
|
2
|
+
<h1 align="center">Ideon</h1>
|
|
3
|
+
<p align="center"><em>One idea. Endless formats.</em></p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://docs.telepat.io/ideon">📖 Docs</a>
|
|
7
|
+
· <a href="./README.md">🇺🇸 English</a>
|
|
8
|
+
· <a href="./README.zh-CN.md">🇨🇳 简体中文</a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://github.com/telepat-io/ideon/actions/workflows/ci.yml"><img src="https://github.com/telepat-io/ideon/actions/workflows/ci.yml/badge.svg?branch=main" alt="Build"></a>
|
|
13
|
+
<a href="https://codecov.io/gh/telepat-io/ideon"><img src="https://codecov.io/gh/telepat-io/ideon/graph/badge.svg" alt="Codecov"></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/@telepat/ideon"><img src="https://img.shields.io/npm/v/@telepat/ideon" alt="npm"></a>
|
|
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
|
+
</p>
|
|
2
17
|
|
|
3
18
|
Ideon is an AI content writer that turns one idea into publish-ready content across multiple formats, styles, and channels.
|
|
4
19
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
[](https://github.com/telepat-io/ideon/actions/workflows/ci.yml)
|
|
8
|
-
[](https://codecov.io/gh/telepat-io/ideon)
|
|
9
|
-
[](https://www.npmjs.com/package/@telepat/ideon)
|
|
10
|
-
[](https://docs.telepat.io/ideon)
|
|
11
|
-
[](https://github.com/telepat-io/ideon/blob/main/LICENSE)
|
|
12
|
-
|
|
13
|
-
## Why Teams Use Ideon
|
|
20
|
+
## What It Solves
|
|
14
21
|
|
|
15
22
|
Ideon helps teams move from idea to publishable content faster, with less manual rewriting between channels.
|
|
16
23
|
|
|
@@ -48,15 +55,6 @@ Expected outcome:
|
|
|
48
55
|
- OpenRouter API key
|
|
49
56
|
- Replicate API token
|
|
50
57
|
|
|
51
|
-
## Core Capabilities
|
|
52
|
-
|
|
53
|
-
- Multi-format writing from one idea: article, blog, newsletter, Reddit, LinkedIn, X thread, X post, landing-page copy.
|
|
54
|
-
- Style control per run: choose one voice and apply it consistently across all outputs.
|
|
55
|
-
- Research and enrichment: generate planning briefs and add relevant links via link enrichment.
|
|
56
|
-
- Image generation: render cover and inline visuals for article-focused runs.
|
|
57
|
-
- Iteration workflows: rerun with different targets/styles, resume interrupted jobs, and use job files for repeatable execution.
|
|
58
|
-
- Local review: preview generated outputs and assets in a browser before publishing.
|
|
59
|
-
|
|
60
58
|
## How It Works
|
|
61
59
|
|
|
62
60
|
Ideon runs a staged writing pipeline: planning, drafting, image prompt expansion, image rendering, channel output generation, and optional link enrichment.
|
|
@@ -74,14 +72,18 @@ ideon write --job ./job.json
|
|
|
74
72
|
ideon write resume
|
|
75
73
|
ideon delete my-article-slug
|
|
76
74
|
ideon preview --no-open
|
|
77
|
-
ideon mcp serve
|
|
78
|
-
ideon agent status --json
|
|
79
75
|
```
|
|
80
76
|
|
|
81
|
-
|
|
77
|
+
## Using With AI Agents
|
|
78
|
+
|
|
79
|
+
Ideon is built for agentic workflows:
|
|
82
80
|
|
|
83
|
-
-
|
|
84
|
-
-
|
|
81
|
+
- **MCP server** — `ideon mcp serve` exposes 5 tools over stdio for content generation, resume, deletion, and config management. Compatible with Claude Code, ChatGPT, Gemini, and any generic MCP host.
|
|
82
|
+
- **Agent runtime registration** — `ideon agent install <runtime>` registers integration profiles for supported platforms. Check status with `ideon agent status --json`.
|
|
83
|
+
- **Non-interactive mode** — `ideon write --no-interactive ...` removes all prompts for CI and automation.
|
|
84
|
+
- **Machine-readable config** — `ideon config list --json` and `ideon config get <key> --json` for agent inspection.
|
|
85
|
+
- **Skill package** — Install `ideon-cli-skill/` into your agent host for a full lifecycle skill covering install, setup, operations, and debugging.
|
|
86
|
+
- **Agent docs** — [For Agents](https://docs.telepat.io/ideon/for-agents) covers MCP servers, skills, and maintenance.
|
|
85
87
|
|
|
86
88
|
## Security And Trust
|
|
87
89
|
|
|
@@ -94,18 +96,18 @@ To report a security issue, open a private report through the repository securit
|
|
|
94
96
|
|
|
95
97
|
## Documentation And Support
|
|
96
98
|
|
|
97
|
-
- Documentation site
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
- Repository
|
|
104
|
-
- npm package
|
|
99
|
+
- [Documentation site](https://docs.telepat.io/ideon)
|
|
100
|
+
- [Quickstart](https://docs.telepat.io/ideon/getting-started/quickstart)
|
|
101
|
+
- [CLI reference](https://docs.telepat.io/ideon/reference/cli-reference)
|
|
102
|
+
- [Configuration guide](https://docs.telepat.io/ideon/guides/configuration)
|
|
103
|
+
- [Troubleshooting](https://docs.telepat.io/ideon/guides/troubleshooting)
|
|
104
|
+
- [For Agents](https://docs.telepat.io/ideon/for-agents)
|
|
105
|
+
- [Repository](https://github.com/telepat-io/ideon)
|
|
106
|
+
- [npm package](https://www.npmjs.com/package/@telepat/ideon)
|
|
105
107
|
|
|
106
108
|
## Contributing
|
|
107
109
|
|
|
108
|
-
Contributions are welcome. Start with
|
|
110
|
+
Contributions are welcome. Start with [Development](https://docs.telepat.io/ideon/contributing/development) for setup, workflow, and quality gates, then follow [Releasing and Docs Deploy](https://docs.telepat.io/ideon/contributing/releasing-and-docs-deploy) for release and docs deployment details.
|
|
109
111
|
|
|
110
112
|
For user-facing documentation changes, update both English and Simplified Chinese content in the same change.
|
|
111
113
|
|
package/README.zh-CN.md
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<p align="center"><img src="./ideon-logo.webp" width="128" alt="Ideon"></p>
|
|
2
|
+
<h1 align="center">Ideon</h1>
|
|
3
|
+
<p align="center"><em>一个想法,无限格式。</em></p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://docs.telepat.io/ideon">📖 文档</a>
|
|
7
|
+
· <a href="./README.md">🇺🇸 English</a>
|
|
8
|
+
· <a href="./README.zh-CN.md">🇨🇳 简体中文</a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://github.com/telepat-io/ideon/actions/workflows/ci.yml"><img src="https://github.com/telepat-io/ideon/actions/workflows/ci.yml/badge.svg?branch=main" alt="Build"></a>
|
|
13
|
+
<a href="https://codecov.io/gh/telepat-io/ideon"><img src="https://codecov.io/gh/telepat-io/ideon/graph/badge.svg" alt="Codecov"></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/@telepat/ideon"><img src="https://img.shields.io/npm/v/@telepat/ideon" alt="npm"></a>
|
|
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
|
+
</p>
|
|
17
|
+
|
|
18
|
+
Ideon 是一款 AI 内容写作工具,可将一个想法转化为多格式、多风格、可发布的内容。
|
|
19
|
+
|
|
20
|
+
## 它能解决什么问题
|
|
21
|
+
|
|
22
|
+
Ideon 帮助团队更快地从想法走到可发布内容,减少跨渠道重复改写的工作量。
|
|
23
|
+
|
|
24
|
+
一次运行,Ideon 可以:
|
|
25
|
+
|
|
26
|
+
- 基于同一核心想法生成多种输出类型:article、blog、newsletter、Reddit、LinkedIn、X thread、X post 等。
|
|
27
|
+
- 在所有输出中统一应用写作风格(`professional`、`friendly`、`technical`、`academic`、`opinionated`、`storytelling`)。
|
|
28
|
+
- 生成研究导向的内容 brief,补充相关链接,并在文章型任务中生成配图。
|
|
29
|
+
- 通过作业文件、可配置参数与断点恢复能力支持持续迭代。
|
|
30
|
+
|
|
31
|
+
这使 Ideon 适用于内容团队、开发者关系、产品营销、创始人以及需要按节奏进行多渠道写作的个人或团队。
|
|
32
|
+
|
|
33
|
+
## 快速开始
|
|
34
|
+
|
|
35
|
+
安装并完成第一次内容生成:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
npm i -g @telepat/ideon
|
|
39
|
+
ideon settings
|
|
40
|
+
ideon write "How small editorial teams can productionize AI writing" --primary article=1 --secondary x-post=1
|
|
41
|
+
ideon preview
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
预期结果:
|
|
45
|
+
|
|
46
|
+
- 在 `output/<timestamp>-<slug>/` 下生成一个运行目录。
|
|
47
|
+
- 产出一个或多个可发布的 Markdown 输出。
|
|
48
|
+
- 保存 analytics 与元数据,便于复现与回溯。
|
|
49
|
+
- 本地预览自动打开,便于检查内容、链接与资源。
|
|
50
|
+
|
|
51
|
+
## 环境要求
|
|
52
|
+
|
|
53
|
+
- Node.js 20+
|
|
54
|
+
- npm 10+
|
|
55
|
+
- OpenRouter API key
|
|
56
|
+
- Replicate API token
|
|
57
|
+
|
|
58
|
+
## 工作原理
|
|
59
|
+
|
|
60
|
+
Ideon 采用分阶段写作流水线:内容规划、正文生成、图像提示扩展、图像渲染、渠道内容生成,以及可选的链接增强。
|
|
61
|
+
|
|
62
|
+
运行时会合并 settings、环境变量、job 文件与 CLI 参数,并输出结构化产物,便于追踪与复用。
|
|
63
|
+
|
|
64
|
+
核心命令:
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
ideon settings
|
|
68
|
+
ideon config list --json
|
|
69
|
+
ideon write "An article idea" --primary article=1
|
|
70
|
+
ideon write --no-interactive --idea "An article idea" --primary article=1 --style technical --length medium
|
|
71
|
+
ideon write --job ./job.json
|
|
72
|
+
ideon write resume
|
|
73
|
+
ideon delete my-article-slug
|
|
74
|
+
ideon preview --no-open
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## 与 AI Agent 一起使用
|
|
78
|
+
|
|
79
|
+
Ideon 专为智能体工作流打造:
|
|
80
|
+
|
|
81
|
+
- **MCP 服务器** — `ideon mcp serve` 通过 stdio 暴露 5 个工具,覆盖内容生成、恢复、删除和配置管理。兼容 Claude Code、ChatGPT、Gemini 及任何通用 MCP 主机。
|
|
82
|
+
- **Agent 运行时注册** — `ideon agent install <runtime>` 为支持的平台注册集成配置文件。使用 `ideon agent status --json` 查看状态。
|
|
83
|
+
- **非交互模式** — `ideon write --no-interactive ...` 移除所有提示,适用于 CI 和自动化场景。
|
|
84
|
+
- **机器可读配置** — `ideon config list --json` 与 `ideon config get <key> --json` 供智能体 inspection。
|
|
85
|
+
- **Skill 包** — 将 `ideon-cli-skill/` 安装到智能体主机,获得覆盖安装、配置、操作与调试的完整生命周期 skill。
|
|
86
|
+
- **Agent 文档** — [For Agents](https://docs.telepat.io/ideon/for-agents) 涵盖 MCP 服务器、skill 与维护指南。
|
|
87
|
+
|
|
88
|
+
## 安全与信任
|
|
89
|
+
|
|
90
|
+
- 默认通过 `ideon settings` 将密钥保存到系统钥匙串。
|
|
91
|
+
- 在 CI 或容器环境中,请使用 `IDEON_OPENROUTER_API_KEY` 和 `IDEON_REPLICATE_API_TOKEN`。
|
|
92
|
+
- 在无法访问钥匙串时设置 `IDEON_DISABLE_KEYTAR=true`。
|
|
93
|
+
- 生成内容来自模型输出,发布前请进行人工审阅。
|
|
94
|
+
|
|
95
|
+
如需报告安全问题,请通过仓库安全报告通道私下提交,或通过仓库 issue 渠道联系维护者并避免包含敏感细节。
|
|
96
|
+
|
|
97
|
+
## 文档与支持
|
|
98
|
+
|
|
99
|
+
- [文档站点](https://docs.telepat.io/ideon)
|
|
100
|
+
- [快速上手](https://docs.telepat.io/ideon/getting-started/quickstart)
|
|
101
|
+
- [CLI 参考](https://docs.telepat.io/ideon/reference/cli-reference)
|
|
102
|
+
- [配置指南](https://docs.telepat.io/ideon/guides/configuration)
|
|
103
|
+
- [故障排查](https://docs.telepat.io/ideon/guides/troubleshooting)
|
|
104
|
+
- [For Agents](https://docs.telepat.io/ideon/for-agents)
|
|
105
|
+
- [仓库](https://github.com/telepat-io/ideon)
|
|
106
|
+
- [npm 包](https://www.npmjs.com/package/@telepat/ideon)
|
|
107
|
+
|
|
108
|
+
## 贡献
|
|
109
|
+
|
|
110
|
+
欢迎贡献。请先阅读 [Development](https://docs.telepat.io/ideon/contributing/development)(开发环境与质量门禁),再参考 [Releasing and Docs Deploy](https://docs.telepat.io/ideon/contributing/releasing-and-docs-deploy)(发布与文档部署流程)。
|
|
111
|
+
|
|
112
|
+
如修改面向用户的文档内容,请在同一变更中同时更新 English 与 简体中文版本。
|
|
113
|
+
|
|
114
|
+
## 许可证
|
|
115
|
+
|
|
116
|
+
MIT。详见 [LICENSE](./LICENSE)。
|