zhizhi/server/age-os/mcp-server
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
..
tools feat: add finetune-engine-ops.js — 开源模型微调引擎 MCP 工具 (8 tools) 2026-04-08 13:50:34 +00:00
cos.js fix: 代码审查修复 — 默认绑定127.0.0.1 + persona_id字符验证 + .env.mcp错误日志 2026-04-07 15:17:52 +00:00
db.js 修复代码审查问题: SQL参数化/关系查询逻辑/数据库密码校验 2026-04-03 07:36:33 +00:00
github-client.js Fix: GitHub path encoding, MCP gateway write-tool security, content preview constant 2026-04-04 15:24:09 +00:00
notion-client.js D51 S6+S7: Notion client, GitHub client, 11 new MCP tools, 3800→3100 gateway 2026-04-04 15:21:18 +00:00
server.js 实施7大技术模块(A-G) · 新增40个MCP工具 · 工具总数51→91 2026-04-08 13:18:49 +00:00