AI Skill Hub 强烈推荐:core — AI Agent 工作流中文教程 是一款优质的Agent工作流。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
core — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
core — AI Agent 工作流中文教程 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g core # 方式二:npx 直接运行(无需安装) npx core --help # 方式三:项目依赖安装 npm install core # 方式四:从源码运行 git clone https://github.com/mx-space/core cd core npm install npm start
# 命令行使用
core --help
# 基本用法
core [options] <input>
# Node.js 代码中使用
const core = require('core');
const result = await core.run(options);
console.log(result);
# core 配置说明 # 查看配置选项 core --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CORE_CONFIG="/path/to/config.yml"
<p align="center"> <img src="./.github/branding/logo-icon.png" alt="mx-space" width="120" /> </p>
<p align="center"> AI-powered CMS Core for personal blogs, creator homepages & content websites. </p>
<p align="center"> <a href="https://github.com/mx-space/core/releases"><img src="https://img.shields.io/github/v/release/mx-space/core?style=flat-square" alt="Release" /></a> <a href="https://github.com/mx-space/core/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/mx-space/core/ci.yml?style=flat-square&label=CI" alt="CI" /></a> <a href="https://github.com/mx-space/core/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3%20%2B%20MIT-blue?style=flat-square" alt="License" /></a> <a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D22-brightgreen?style=flat-square" alt="Node.js" /></a> <a href="https://hub.docker.com/r/innei/mx-server"><img src="https://img.shields.io/docker/pulls/innei/mx-server?style=flat-square" alt="Docker Pulls" /></a> <a href="https://t.me/+lRRxARqVZC1mYTc9"><img src="https://img.shields.io/badge/Telegram-Join-26A5E4?style=flat-square&logo=telegram&logoColor=white" alt="Telegram" /></a> </p>
---
MX Space Core is a headless CMS server built with NestJS, PostgreSQL, and Redis. Beyond standard blog features (posts, pages, notes, comments, categories, feeds, search), it ships with a full AI content workflow — summary generation, multi-language translation, comment moderation, and writing assistance — powered by pluggable LLM providers.
| Category | Capabilities |
|---|---|
| **Content Management** | Posts, notes, pages, drafts, categories, topics, comments, snippets, projects, friend links, subscriptions |
| **AI Workflow** | Summary generation, multi-language translation, comment moderation, writing assistance, streaming responses |
| **LLM Providers** | OpenAI, OpenAI-compatible, Anthropic, OpenRouter |
| **Real-time** | WebSocket via Socket.IO with Redis adapter for multi-instance broadcast |
| **Distribution** | RSS/Atom feeds, sitemap, local search, aggregate API |
| **Auth** | JWT sessions, passkeys, OAuth, API keys (via better-auth) |
| **Deployment** | Docker (multi-arch), PM2, standalone binary |
| Dependency | Version |
|---|---|
| Node.js | >= 22 |
| pnpm | Latest (via Corepack) |
| PostgreSQL | 16+ |
| Redis | 7.x |
pnpm install
docker compose up -d postgres redis
The fastest way to get a production instance running:
```bash
cp docker-compose.server.yml docker-compose.prod.yml
| Variable | Description | Default |
|---|---|---|
JWT_SECRET | Secret for JWT signing | Required |
ALLOWED_ORIGINS | CORS allowed origins (comma-separated) | — |
PG_URL | Full PostgreSQL connection string | — |
PG_HOST | PostgreSQL host | 127.0.0.1 |
PG_PORT | PostgreSQL port | 5432 |
PG_USER | PostgreSQL user | mx |
PG_PASSWORD | PostgreSQL password | mx |
PG_DATABASE | PostgreSQL database name | mx_core |
PG_MAX_POOL_SIZE | PostgreSQL connection pool size | 20 |
PG_SSL | Enable PostgreSQL SSL | false |
REDIS_HOST | Redis host | localhost |
REDIS_PORT | Redis port | 6379 |
REDIS_PASSWORD | Redis password | — |
SNOWFLAKE_WORKER_ID | Snowflake ID worker ID (0–1023) | Required |
ENCRYPT_ENABLE | Enable field encryption | false |
ENCRYPT_KEY | 64-char hex encryption key | — |
THROTTLE_TTL | Rate limit window (seconds) | 10 |
THROTTLE_LIMIT | Max requests per window | 100 |
PORT | Server port | 2333 |
TZ | Timezone | Asia/Shanghai |
DISABLE_CACHE | Disable Redis caching | false |
Configuration can also be provided via CLI arguments or YAML files. See apps/core/src/app.config.ts for the full config schema.
All responses are automatically transformed by interceptors:
{ data: [...] }@Paginator) → { data: [...], pagination: {...} }@Bypass) → raw responseAll response keys are converted to snake_case (e.g., createdAt → created_at).
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,core — AI Agent 工作流中文教程 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | core |
| 原始描述 | AI-powered CMS core for personal blogs and creator websites, with AI summaries, translation, moderation, and writing workflows. |
| Topics | aiai-cmsai-summaryai-translationblog-cmscontent-workflowtranslate |
| GitHub | https://github.com/mx-space/core |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端