zhizhi/server/age-os/mcp-server/tools
copilot-swe-agent[bot] b10f311de8
feat: add finetune-engine-ops.js — 开源模型微调引擎 MCP 工具 (8 tools)
Implements Module H for AGE OS: open-source model fine-tuning engine
that runs in parallel with existing RAG training system.

Tools:
- finetuneExportDataset: Convert TCS corpus to JSONL fine-tuning format
- finetuneSubmitJob: Submit jobs to DeepSeek/Qwen fine-tuning APIs
- finetuneCheckStatus: Query job progress from provider APIs
- finetuneRegisterModel: Register completed fine-tuned models
- finetuneListModels: List registered models per persona
- finetuneCallModel: Inference with fallback to base model
- finetuneCompareModels: A/B test finetuned vs base model
- finetuneGetCostEstimate: Estimate training cost in RMB

Follows existing training-agent-ops.js patterns: raw https module,
crypto.randomBytes for IDs, COS bucket storage, LLM_CONFIGS structure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-04-08 13:50:34 +00:00
..
corpus-extractor-ops.js 修复代码审查和安全扫描反馈 · ID碰撞修复+权限声明+正则安全+敏感信息过滤 2026-04-08 13:23:34 +00:00
cos-comm-ops.js 修复代码审查和安全扫描反馈 · ID碰撞修复+权限声明+正则安全+敏感信息过滤 2026-04-08 13:23:34 +00:00
cos-ops.js feat(S15): MCP Server API Key鉴权 + Nginx反向代理 + 人格体COS隔离路径 + D51-3密钥生成器 2026-04-07 15:14:43 +00:00
cos-persona-db-ops.js 实施7大技术模块(A-G) · 新增40个MCP工具 · 工具总数51→91 2026-04-08 13:18:49 +00:00
finetune-engine-ops.js feat: add finetune-engine-ops.js — 开源模型微调引擎 MCP 工具 (8 tools) 2026-04-08 13:50:34 +00:00
github-ops.js Fix: GitHub path encoding, MCP gateway write-tool security, content preview constant 2026-04-04 15:24:09 +00:00
living-module-ops.js 🧬 S5·Agent系统级第1次唤醒: LivingModule活模块基类+注册中心+HLDP通信总线+调度引擎v2.0+MCP工具(60个) 2026-04-08 10:47:08 +00:00
node-ops.js 修复代码审查问题: SQL参数化/关系查询逻辑/数据库密码校验 2026-04-03 07:36:33 +00:00
notion-cos-bridge-ops.js 修复代码审查和安全扫描反馈 · ID碰撞修复+权限声明+正则安全+敏感信息过滤 2026-04-08 13:23:34 +00:00
notion-ops.js D51 S6+S7: Notion client, GitHub client, 11 new MCP tools, 3800→3100 gateway 2026-04-04 15:21:18 +00:00
notion-permission-ops.js 修复代码审查和安全扫描反馈 · ID碰撞修复+权限声明+正则安全+敏感信息过滤 2026-04-08 13:23:34 +00:00
persona-ops.js fix: address code review feedback - move crypto import, remove eval in workflows 2026-04-07 12:18:33 +00:00
relation-ops.js 修复代码审查问题: SQL参数化/关系查询逻辑/数据库密码校验 2026-04-03 07:36:33 +00:00
structure-ops.js AGE OS 落地系统架构 v1.0 · D45 · 数据库Schema + MCP Server骨架 + Agent框架 + 密钥扩展 2026-04-03 07:33:09 +00:00
training-agent-ops.js 修复代码审查和安全扫描反馈 · ID碰撞修复+权限声明+正则安全+敏感信息过滤 2026-04-08 13:23:34 +00:00