加入时间 2026年3月19日
Local adaptive optimizer: Fitness, S/A/B/C grades, and declarative recommendations from aggregated de-identified metrics (no network, no FS in-WASM). Host companion applies policy. Full product spec: local-adaptive-self-evolution-scheme.md. 本地自适应:根据宿主聚合的脱敏指标计算 Fitness、S/A/B/C 分级与声明式优化建议 JSON;执行与快照由伴生完成。完整方案见同目录 local-adaptive-self-evolution-scheme.md。
将 self-improving-agent / 自改进工作流中的单条记录格式化为可追加的 Markdown(LEARNINGS / ERRORS / FEATURE_REQUESTS)。无文件系统:宿主负责写入 .learnings/。
将审查/知识库内容转发至写作台(Writing Agent)的 handoff HTTP 接口。支持 review 和 kb 两种 action 路径。纯本地使用,不发布到云端执行。
内容规则检查(启发式):按工作流分场景,供外发/传播前自检。检查手机号、身份证、案号、承诺性表述等。纯正则匹配,无网络调用。
脱敏后正文二次体检:启发式扫描仍可能外泄的敏感形态(公司后缀、地址、身份证、手机号、邮箱、统一社会信用代码)。纯正则匹配,无网络调用。
从知识库 RAG 引用的 enriched citations 构建出处行(KbProvenanceLine)、拼装文本与导出 Markdown。纯字符串处理,无网络调用。
解析 Markdown 管道表(| 分隔),提供分块、HTML 转换、重建等纯文本处理能力。无网络调用。
将模型建议的法规名称与已合并知识库正文做启发式匹配,返回 found / weak / missing 状态及摘要信息。纯字符串匹配,无网络调用。
根据用户确认的法规/要点名称,在合并后的法规库与案例库文本中做轻量段落匹配,返回相关摘录。纯关键词打分与截断,无网络调用。
将 Markdown 正文转换为微信公众号粘贴格式:去除 # 标记,章节标题添加中文序号(一、二、三…)。纯文本转换,无网络调用。
根据生成模式、文档类型、泄露检测结果与用户覆盖项计算内容敏感级 S0–S3。纯数据转换,无网络调用。
对文本内容在数据层进行脱敏(非仅视觉):默认覆盖主体身份、合同主体(公司名称、地址栏、法定代表人/代理人等)、商业秘密与内部数据、技术凭证与系统权限、文件元数据、特定格式隐蔽内容;支持假名化占位、等长遮蔽或擦除;可选 contractCnV1(仅 pseudonymize):甲/乙方等主体占位(单侧多法人时为【甲方名1】【甲方名2】类推)、合同编号略称、住址槽位与中段遮罩 18 位身份证等,且与内置 contractParty 规则互斥。可附加自定义正则与说明。不发起网络请求。
Government/law link discovery. chinacourt.cn/article/index/id/… list pages: only #articleList (to paginationControl) → /article/detail/YYYY/MM/id/*.shtml; excludes 要闻/right sidebar on same HTML. CAC /wxzw/zcfg/: article hrefs /YYYY-MM/DD/c_*.htm; followPagination adds POST /cms/JsonList for page 2+ (URL stays index_1.htm). PBOC tiaofasi: list→detail prefers detail HTML URL over attachments inside detail; CSRC/SAFE extractors; NDA /zwgk/zcfb/list/→detail only /zwgk/zcfb/ (excludes /zjjd/ /ytdd/). Generic crawl. Pagination, nested, collectPdf. maxTotalFetches caps GETs+JsonList. No filesystem.
基于知识库与 LLM 的合同条款级审查;输出 riskSummaryStructured 与 revisionSuggestions;扩展 extendedReviewReport(法规对照结论、材料完整性局限、基础形式审查;条款归类含必备与实务高频维;权利义务矩阵摘要;非常规条款标记)。高质量模式、变更优先审、分段与汇总去重、JSON 修复。
genesis-l0-constraint gene (safety)
genesis-web-search gene (search)
Convert a single .docx or .pptx (OOXML) file from base64 to semantic HTML for downstream kb-article-normalize / ingest. No network; no filesystem. Layout and embedded objects are best-effort; complex charts may be omitted with warnings.
RAG answer: user question plus retrieved chunks (with ids) → markdown answer and citations. Host performs retrieval; keys via apiKeys only.
Parse WeChat-style or generic article HTML into structured fields: title, published_at, author, is_original heuristics, body_text, optional tags. No network; host fetches HTML then passes raw_html.
OpenAI-compatible text embeddings: batch strings in, vectors out. Host writes vectors to pgvector/Chroma. Keys via apiKeys only.
诉讼策略两阶段基因:第一阶段输出结构化策略 JSON;第二阶段在 previousStrategyOutput 约束下输出举证方案、质证提纲与代理意见草稿。知识库字段与合同审查基因区分(程序法、证据规则、可选案例);脱敏由宿主侧完成。
PPT 工作流:refine 根据 existingPptxBase64 大纲与说明调用 LLM,生成 pptxgen 附录;skipAppendixBuild 时仅返回方案供 Node 侧用模板克隆。文书审查 Agent 可在 HTTP 层上传模板并合并。merge 见 ppt-tool-runner.mjs。
Analyze the writing style of reference WeChat articles and generate new articles matching that style on a given topic. Supports style extraction (tone, structure, rhetoric), outline generation, and full article writing via LLM.
Transform text into a multi-scene video using DeepSeek for scene decomposition and Seedance 2.0 for AI video generation. Each scene becomes a real 4-15s video clip with native audio. Only needs a DeepSeek key + Seedance key.