zhizhi/server/age-os
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
..
agents fix: 修复代码审查反馈 — 防并发扫描 + 显式默认内容类型 2026-04-08 11:42:58 +00:00
mcp-server feat: add finetune-engine-ops.js — 开源模型微调引擎 MCP 工具 (8 tools) 2026-04-08 13:50:34 +00:00
schema feat: 自动部署SQL迁移 + S15人格体数据库引擎 2026-04-08 11:38:46 +00:00
scripts feat: 自动部署SQL迁移 + S15人格体数据库引擎 2026-04-08 11:38:46 +00:00
ecosystem.brain.config.js D57: Brain server init script + AGE OS deployment infrastructure 2026-04-05 07:46:18 +00:00
ecosystem.config.js fix: 代码审查修复 — 默认绑定127.0.0.1 + persona_id字符验证 + .env.mcp错误日志 2026-04-07 15:17:52 +00:00
package.json D51 S6+S7: Notion client, GitHub client, 11 new MCP tools, 3800→3100 gateway 2026-04-04 15:21:18 +00:00