能力标签
⚙️
Agent工作流

TexFolio

基于 TypeScript · 无代码搭建完整 AI 自动化流程
⭐ 7 Stars 💻 TypeScript 📄 未公布协议 🏷 AI 8.0分
8.0AI 综合评分
ailatexresumebullmqgdprhonolanggraph
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:TexFolio 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。

📚 深度解析

TexFolio 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

TexFolio 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.0 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

TexFolio 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 7
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
未公布
AI 综合评分
8.0 分
工具类型
Agent工作流
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

TexFolio 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g texfolio

# 方式二:npx 直接运行(无需安装)
npx texfolio --help

# 方式三:项目依赖安装
npm install texfolio

# 方式四:从源码运行
git clone https://github.com/theunstopabble/TexFolio
cd TexFolio
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
texfolio --help

# 基本用法
texfolio [options] <input>

# Node.js 代码中使用
const texfolio = require('texfolio');

const result = await texfolio.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# texfolio 配置说明
# 查看配置选项
texfolio --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export TEXFOLIO_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 63/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

<div align="center"> <img src="apps/web/public/TexFolio-Banner.png" alt="TexFolio Banner" width="100%" /> </div>

🚀 Overview

TexFolio is a modern SaaS application that combines the precision of LaTeX document rendering with the intelligence of Large Language Models (LLMs). It solves the problem of formatting complex resumes while ensuring they are optimized for Applicant Tracking Systems (ATS).

Unlike traditional resume builders that generate clunky HTML-to-PDF exports, TexFolio compiles real LaTeX code in the background to produce industry-standard, typography-perfect PDFs.

✨ Features

Prerequisites

  • Node.js >= 18
  • MongoDB (Local or Atlas)
  • Redis (Local or Docker) — Required for BullMQ queues and distributed rate limiting
  • LaTeX Distribution (MiKTeX or TeX Live) OR Docker (for containerized pdflatex rendering) — Recommended
  • Groq API Key (for AI features)
  • Clerk API Keys (for Auth)

TexFolio - AI-Powered LaTeX Resume Builder

Live Demo License Frontend Backend AI Queue RBAC GDPR

Build professional, ATS-friendly resumes in minutes with the power of LaTeX rendering and AI assistance.

FeaturesTech StackGetting StartedArchitectureAPI DocumentationRBACGDPRContributing

</div>

---

🚀 Getting Started

Follow these steps to set up TexFolio locally.

Installation

  1. Clone the repository
   git clone https://github.com/theunstopabble/TexFolio.git
   cd TexFolio
   
  1. Install Dependencies
   npm install
   

3. Environment Setup Copy .env.example files and fill in your keys:

   cp apps/api/.env.example apps/api/.env
   cp apps/web/.env.example apps/web/.env
   

apps/api/.env

   # Core
   NODE_ENV=development
   PORT=5000
   MONGODB_URI=your_mongodb_connection_string
   REDIS_URL=redis://localhost:6379
   CORS_ORIGIN=http://localhost:5173

   # Auth
   CLERK_SECRET_KEY=your_clerk_secret_key
   CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key

   # AI (at least one required)
   NVIDIA_API_KEY=your_nvidia_nim_key
   GROQ_API_KEY=your_groq_api_key
   GOOGLE_AI_API_KEY=your_google_gemini_key

   # PDF (set to true if using Docker for LaTeX)
   PDFLATEX_PATH=pdflatex
   USE_DOCKER_LATEX=true

   # Payments
   RAZORPAY_KEY_ID=your_razorpay_key_id
   RAZORPAY_KEY_SECRET=your_razorpay_secret
   RAZORPAY_WEBHOOK_SECRET=your_razorpay_webhook_secret

   # Email
   BREVO_API_KEY=your_brevo_api_key
   SENDER_EMAIL=hello@texfolio.app

   # Service-to-Service API Keys (optional but recommended)
   API_KEY_SECRET=your_random_64_char_secret_for_hmac_signing
   

apps/web/.env

   VITE_API_URL=http://localhost:5000/api
   VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
   

4. Run the Application Run both frontend and backend concurrently:

   npm run dev
   
  • Frontend: http://localhost:5173
  • Backend: http://localhost:5000

---

📸 Screenshots

**Interactive Editor****Dashboard**
<img src="docs/editor-demo.png" alt="Editor" width="400"/><img src="docs/dashboard-demo.png" alt="Dashboard" width="400"/>
**AI Analysis****PDF Preview**
<img src="docs/ai-demo.png" alt="AI Analysis" width="400"/><img src="docs/preview-demo.png" alt="PDF Preview" width="400"/>
Note: Add your screenshots to a docs/ folder in the root directory.

---

Backend (`apps/api`)

  • Server: Hono v4 (Node.js adapter) — Ultra-fast web standard framework with middleware pipeline
  • Database: MongoDB (Mongoose) with connection pooling, compound indexes, and multi-document transactions
  • AI Engine: LangChain + LangGraph (Resume Coach Agent with 4-stage pipeline)
  • LLM Providers: NVIDIA NIM (Primary), Google Gemini, Groq (Fallback chain)
  • PDF Engine: pdflatex via Docker container (texfolio-latex) or local MiKTeX, with spawn-based command injection prevention
  • Job Queue: BullMQ backed by Redis for async PDF generation with progress tracking, retries, and worker concurrency limits
  • Rate Limiting: Distributed fixed-window counters via ioredis (survives restarts, scales horizontally)
  • Caching: Redis for session-adjacent data and queue state
  • Integrations: Razorpay (Payments), Brevo (Emails), Clerk (Auth)
  • Middleware: Request ID propagation, tiered rate limiting, Clerk JWT auth, RBAC role enforcement, API key auth (HMAC), structured logging, CORS, CSP
  • CI/CD: GitHub Actions with automated security audits + TypeScript build verification

---

📚 API Documentation

All protected routes strictly require a Clerk Bearer token, unless noted otherwise.

**Resumes API (`/api/resumes`)**

MethodEndpointAuthDescription
GET/api/resumesClerkGet all user resumes (personal + org-authorized)
POST/api/resumesClerkCreate a new resume (personal or org-scoped)
GET/api/resumes/:idClerkGet resume details (ownership or org visibility)
PUT/api/resumes/:idClerkUpdate resume (owner, admin, or editor in org)
DELETE/api/resumes/:idClerkDelete resume (owner or org admin)
GET/api/resumes/:id/pdfClerkEnqueue PDF generation (returns job ID)
GET/api/resumes/:id/pdf-statusClerkPoll BullMQ job progress (10% → 30% → 100%)
GET/api/resumes/:id/downloadClerkDownload generated PDF file
POST/api/resumes/:id/emailClerkEmail PDF via Brevo
PUT/api/resumes/:id/shareClerkToggle public visibility + generate shareId

**AI Services (`/api/ai` & `/api/agents`)**

MethodEndpointAuthDescription
POST/api/agents/coachClerkFull LangGraph ATS & content analysis
POST/api/agents/import/linkedinClerkParse and extract data from LinkedIn PDF
POST/api/ai/improveClerkImprove text (Summary/Description)
POST/api/ai/generate-bulletsClerkGenerate action-oriented bullet points
POST/api/ai/cover-letterClerkGenerate tailored cover letter

**Organizations API (`/api/organizations`)**

MethodEndpointRoleDescription
POST/api/organizationsAnyCreate org (becomes owner)
GET/api/organizationsAnyList your orgs with roles
GET/api/organizations/:idMemberGet org details
PUT/api/organizations/:idAdmin+Update branding, settings
DELETE/api/organizations/:idOwnerDelete org + cleanup
GET/api/organizations/:id/membersMemberList members
POST/api/organizations/:id/membersAdmin+Invite member (admin/editor/viewer)
PUT/api/organizations/:id/members/:userIdAdmin+Change role (supports ownership transfer)
DELETE/api/organizations/:id/members/:userIdAdmin+ / SelfRemove member
GET/api/organizations/:id/resumesMemberList all org-visible resumes
Organization context is resolved via X-Organization-Id header or inferred from route params.

**API Keys (`/api/api-keys`)**

MethodEndpointAuthDescription
POST/api/api-keysClerkGenerate HMAC-signed service key (shown once)
GET/api/api-keysClerkList active keys (metadata only)
DELETE/api/api-keys/:idClerkRevoke a key
Usage: Include key in X-API-Key header or Authorization: ApiKey <key>. Supported scopes: read:resumes, write:resumes, read:analytics, admin.

**GDPR & Data (`/api/me`)**

MethodEndpointAuthDescription
GET/api/me/exportClerkFull JSON dump (resumes, audit logs, orgs, memberships)
POST/api/me/deleteClerkSoft-delete: anonymize PII, revoke memberships, 30-day buffer

**Audit Logs (`/api/audit-logs`)**

MethodEndpointAuthDescription
GET/api/audit-logsClerkQuery immutable audit trail (actor, action, resourceType, date range)

**Payments (`/api/payments`)**

MethodEndpointAuthDescription
POST/api/payments/create-orderClerkCreate Razorpay order
POST/api/payments/verifyClerkVerify payment signature and upgrade to Pro

Right to Data Portability (`/api/me/export`)

Returns a complete JSON dump containing:

  • All personal resumes
  • Audit log history
  • Organizations owned
  • Organization memberships

Right to Erasure (`/api/me/delete`)

  • Resumes: Titles, names, emails, phones, locations, and all content sections are replaced with [REDACTED] or [DELETED].
  • Organization Memberships: Status changed to pending (effectively revoked).
  • Audit Logs: Actor IDs anonymized with [DELETED:<userId>] marker.
  • Hard Deletion: A background job (not yet automated) should permanently remove records after a 30-day buffer.

---

PDF Generation Pipeline (Async via BullMQ)

  1. Request Arrival: Client requests PDF generation (/api/resumes/:id/pdf).
  2. Job Enqueue: Server enqueues a BullMQ job with resumeId, userId, and optional organizationId.
  3. Progress Tracking: Client polls /api/resumes/:id/pdf-status for job progress (10% → 30% → 100%).
  4. Worker Processing: Dedicated worker fetches resume + org branding (template lock, color, font overrides).
  5. Transformation: PDFService escapes LaTeX, applies org branding, and maps to Mustache tags.
  6. Compilation: pdflatex (Docker or local) compiles .tex.pdf with spawn (no exec).
  7. Delivery: Worker returns the output path; client receives download URL.

Frontend Organization Integration

App.tsx
  → OrganizationProvider (context)
    → organizationStore (Zustand, persist)
      → Header: OrganizationSwitcher dropdown
      → Dashboard: org context banner + CTA
      → /organizations        → Organizations.tsx    (list, create)
      → /organizations/:id    → OrganizationDetail.tsx (overview, resumes)
      → /organizations/:id/settings → OrganizationSettings.tsx (branding, locked template)
      → /organizations/:id/members  → OrganizationMembers.tsx (invite, roles, remove)
      → API calls → Axios interceptor injects X-Organization-Id header dynamically
🎯 aiskill88 AI 点评 A 级 2026-06-13

高质量的AI驱动简历生成器

⚡ 核心功能

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 未明确开源协议,商用场景需谨慎评估
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考README文档
💡 AI Skill Hub 点评

总体来看,TexFolio 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⚠️ 该工具未声明开源协议,不提供直接下载。请访问原项目了解使用条款。
📚 深入学习 TexFolio
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 TexFolio
Topics ailatexresumebullmqgdprhonolanggraph
GitHub https://github.com/theunstopabble/TexFolio
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/theunstopabble/TexFolio 🌐 官方网站  https://texfolio.vercel.app

收录时间:2026-06-13 · 更新时间:2026-06-13 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。