经 AI Skill Hub 精选评估,深度翻译工作室 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
深度翻译工作室 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
深度翻译工作室 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g deeptrans-studio # 方式二:npx 直接运行(无需安装) npx deeptrans-studio --help # 方式三:项目依赖安装 npm install deeptrans-studio # 方式四:从源码运行 git clone https://github.com/hint-lab/deeptrans-studio cd deeptrans-studio npm install npm start
# 命令行使用
deeptrans-studio --help
# 基本用法
deeptrans-studio [options] <input>
# Node.js 代码中使用
const deeptrans_studio = require('deeptrans-studio');
const result = await deeptrans_studio.run(options);
console.log(result);
# deeptrans-studio 配置说明 # 查看配置选项 deeptrans-studio --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DEEPTRANS_STUDIO_CONFIG="/path/to/config.yml"
---
DeepTrans Studio is an enterprise-grade translation platform that combines AI-powered translation, localization engineering, and team collaboration capabilities. Built for professional translators and localization teams, it provides comprehensive end-to-end translation workflow management.
corepack to manage Yarn 1.22.22)corepack enable)yarn install ```
docker compose up -d db valkey minio
```bash
corepack enable corepack prepare yarn@1.22.22 --activate
```bash
```bash
docker compose -f docker-compose-prod.yml build db app app_worker
docker compose -f docker-compose-prod.yml up -d traefik app app_worker db valkey
Create .env.local file with the following configuration:
```env
OPENAI_API_KEY="sk-xxxx" OPENAI_BASE_URL="https://api.openai.com/v1" OPENAI_API_MODEL="gpt-4o-mini"
yarn db:seed ```
cp .env.example .env.production
#
```
Production service set:
db: PostgreSQL 18 with pgvector and PGroongavalkey: Redis-protocol cache and BullMQ runtimeapp: DeepTrans Studio web applicationapp_worker: background workertraefik: HTTPS reverse proxyMINERU_MODEL_VERSION=vlm MINERU_LANGUAGE=ch MINERU_IS_OCR=false MINERU_ENABLE_TABLE=true MINERU_ENABLE_FORMULA=true MINERU_TIMEOUT_MS=300000 MINERU_POLL_INTERVAL_MS=3000
| Component | Technology | Purpose |
|---|---|---|
| **Studio** | Next.js 15, React 19, TypeScript | Frontend UI, Server Actions, Authentication |
| **Worker** | Node.js, BullMQ | Background job processing, batch operations |
| **Database** | PostgreSQL 18, pgvector, PGroonga, Prisma 6 | Relational data, vector search, CJK keyword search, and ORM |
| **Cache** | Valkey | Redis-protocol cache, session state, task queues |
| **Storage** | StorageService interface, MinIO, Tencent COS | Document and asset storage |
| **Parser** | DOCX XML parser, MinerU online PDF parser, text parser | Document parsing for DOCX, PDF, TXT, and Markdown |
| **Gateway** | Traefik | Reverse proxy, SSL/TLS termination |
1. Fork & Clone: Fork the repository and clone your fork 2. Create Branch: Create a feature branch from main 3. Code Changes: Make your changes following our coding standards 4. Quality Checks: Run linting and type checking
yarn lint
yarn type-check
5. Commit: Use Conventional Commits format feat: add translation memory import
fix: resolve authentication bug
docs: update installation guide
6. Pull Request: Submit PR with clear description
高质量开源AI工作流平台,实现人机协作翻译
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:深度翻译工作室 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | deeptrans-studio |
| Topics | 机器翻译人机协作多智能体系统TypeScript |
| GitHub | https://github.com/hint-lab/deeptrans-studio |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-28 · 更新时间:2026-06-28 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端