Loading...
Loading...
Compare original and translation side by side
| Goal | Solution |
|---|---|
| Create a persona (CLI) | |
| Run 24/7 with LLM (CLI) | |
| Check persona status | |
| Browser console (with core.js) | |
| Browser console (standalone) | |
| Browser console (algorithm trainer) | |
| Persona Engine (Node.js module) | |
| Algorithm Builder (Node.js module) | |
| 目标 | 解决方案 |
|---|---|
| 创建角色(CLI) | |
| 结合LLM实现7×24小时运行(CLI) | |
| 查看角色状态 | |
| 浏览器控制台(依赖core.js) | |
| 浏览器控制台(独立版) | |
| 浏览器控制台(算法训练器) | |
| Persona Engine(Node.js模块) | |
| 算法构建工具(Node.js模块) | |
src/algorithmBuilder.jssrc/algorithmBuilder.jsimport { startAlgorithmBuilder } from './algorithmBuilder.js';
await startAlgorithmBuilder({
personaId: 'persona_1234',
authToken: 'your_auth_token',
headless: true,
dryRun: false,
maxSessions: 0, // 0 = infinite
});OPENROUTER_API_KEYimport { startAlgorithmBuilder } from './algorithmBuilder.js';
await startAlgorithmBuilder({
personaId: 'persona_1234',
authToken: 'your_auth_token',
headless: true,
dryRun: false,
maxSessions: 0, // 0 = 无限循环
});OPENROUTER_API_KEYsrc/automation/algorithmTrainer.jssrc/automation/algorithmTrainer.jssrc/automation/core.jssrc/automation/core.jsstopTrainer()trainerStatus()trainerReset()stopTrainer()trainerStatus()trainerReset()| Preset | Actions/hour | Daily cap |
|---|---|---|
| chill | 10-15 | 100 |
| normal | 20-30 | 300 |
| active | 40-60 | 500 |
| 预设 | 每小时操作数 | 每日上限 |
|---|---|---|
| 佛系 | 10-15 | 100 |
| 常规 | 20-30 | 300 |
| 活跃 | 40-60 | 500 |
xactions persona createxactions persona createsrc/automation/algorithmTrainer.jsactivesrc/automation/smartUnfollow.jssrc/automation/algorithmTrainer.jssrc/automation/smartUnfollow.jsOPENROUTER_API_KEYxactions persona createxactions persona run <id>xactions persona status <id>OPENROUTER_API_KEYxactions persona createxactions persona run <id>xactions persona status <id>| Variable | Purpose |
|---|---|
| Required for LLM-generated comments and posts |
| X auth token (alternative to |
| 变量 | 用途 |
|---|---|
| 生成LLM驱动的评论和发帖所需 |
| X平台认证令牌(替代 |
skills/algorithm-cultivation/references/persona-engine.mdskills/algorithm-cultivation/references/browser-scripts.mdskills/algorithm-cultivation/references/algorithm-internals.mddocs/research/algorithm-cultivation.mddocs/research/llm-powered-thought-leader.mdskills/algorithm-cultivation/references/persona-engine.mdskills/algorithm-cultivation/references/browser-scripts.mdskills/algorithm-cultivation/references/algorithm-internals.mddocs/research/algorithm-cultivation.mddocs/research/llm-powered-thought-leader.mdalgorithmBuilder.jsalgorithmTrainer.jssrc/automation/core.jsthoughtLeaderCultivator.jsalgorithmBuilder.jsalgorithmTrainer.jssrc/automation/core.jsthoughtLeaderCultivator.js