From 09dcb64698f7c95f26c433801a2b8e9d5af2fe9d Mon Sep 17 00:00:00 2001 From: karuo Date: Sun, 22 Feb 2026 10:25:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20=E5=8D=A1=E8=8B=A5AI=20=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=202026-02-22=2010:25=20|=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=9A=E9=87=91=E4=BB=93=E3=80=81=E8=BF=90=E8=90=A5=E4=B8=AD?= =?UTF-8?q?=E6=9E=A2=E5=B7=A5=E4=BD=9C=E5=8F=B0=20|=20=E6=8E=92=E9=99=A4?= =?UTF-8?q?=20>20MB:=208=20=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scripts/腾讯云_TAT_存客宝_lytiao_快速部署.py | 9 +++++- ...2-22_第二章_更新迭代与基因胶囊_feishu_blocks.json | 31 +++++++++++++++++++ 运营中枢/工作台/gitea_push_log.md | 1 + 运营中枢/工作台/代码管理.md | 1 + 4 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 运营中枢/工作台/2026-02-22_第二章_更新迭代与基因胶囊_feishu_blocks.json diff --git a/01_卡资(金)/金仓_存储备份/服务器管理/scripts/腾讯云_TAT_存客宝_lytiao_快速部署.py b/01_卡资(金)/金仓_存储备份/服务器管理/scripts/腾讯云_TAT_存客宝_lytiao_快速部署.py index 19937773..f8536949 100644 --- a/01_卡资(金)/金仓_存储备份/服务器管理/scripts/腾讯云_TAT_存客宝_lytiao_快速部署.py +++ b/01_卡资(金)/金仓_存储备份/服务器管理/scripts/腾讯云_TAT_存客宝_lytiao_快速部署.py @@ -26,8 +26,15 @@ def _cred(): d = os.path.dirname(d) return None, None -# 精简 Dockerfile:不编译扩展,拉取即用 +# 配置 Docker 镜像加速后拉取 CMD = """set -e +# 配置 DaoCloud 镜像加速(避免 Docker Hub 国内拉取失败) +mkdir -p /etc/docker +if ! grep -q registry-mirrors /etc/docker/daemon.json 2>/dev/null; then + echo '{"registry-mirrors":["https://docker.m.daocloud.io"]}' > /etc/docker/daemon.json + systemctl restart docker 2>/dev/null || systemctl restart containerd 2>/dev/null || true + sleep 5 +fi DIR="/opt/lytiao_docker" SRC="/www/wwwroot/www.lytiao.com" mkdir -p "$DIR" diff --git a/运营中枢/工作台/2026-02-22_第二章_更新迭代与基因胶囊_feishu_blocks.json b/运营中枢/工作台/2026-02-22_第二章_更新迭代与基因胶囊_feishu_blocks.json new file mode 100644 index 00000000..4dc90ad0 --- /dev/null +++ b/运营中枢/工作台/2026-02-22_第二章_更新迭代与基因胶囊_feishu_blocks.json @@ -0,0 +1,31 @@ +{ + "description": "第二章:卡若AI更新迭代与基因胶囊 | 2026-02-22 | 飞书上传", + "children": [ + {"block_type": 3, "heading1": {"elements": [{"text_run": {"content": "2026-02-22 · 第二章:卡若AI更新迭代与基因胶囊", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "本章整理两段对话的更新迭代与技术解决方案:① 卡若AI 飞书 Wiki 子文档创建;② 基因胶囊(EvoMap)与卡若AI 结合分析。", "text_element_style": {}}}], "style": {}}}, + {"block_type": 4, "heading2": {"elements": [{"text_run": {"content": "一、卡若AI 更新迭代:飞书 Wiki 子文档创建", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "1.1 更新内容", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 在飞书知识库 https://cunkebao.feishu.cn/wiki/KNf7wA8Rki1NSdkkSIqcdFtTnWb 下建立「日记分享、新研究」内容沉淀空间", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 完成第一篇文档「运营逻辑分析及目录结构」并上传", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 新增脚本 feishu_wiki_create_doc.py,支持在指定 Wiki 父节点下创建子文档并写入内容", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 更新飞书管理 SKILL,增加 Wiki 子文档创建子技能说明", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "1.2 技术解决方案", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 复用飞书 OAuth Token(.feishu_tokens.json),静默刷新 access_token", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• API 流程:get_node 获取父节点 space_id → POST wiki/v2/spaces/{space_id}/nodes 创建子节点(parent_node_token、obj_type=docx、title)→ 获取 doc_token → POST docx/v1/documents/{doc_token}/blocks/{doc_token}/children 分批写入 blocks(每批 ≤50)", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• Block 格式:与团队入职流程 feishu_blocks.json 一致,含 block_type(3=heading1、4=heading2、2=text、19=callout 等)及对应 elements", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 后续使用:python3 feishu_wiki_create_doc.py --title \"标题\" --json blocks.json", "text_element_style": {}}}], "style": {}}}, + {"block_type": 4, "heading2": {"elements": [{"text_run": {"content": "二、基因胶囊对话总结", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "2.1 对话主题与产出", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "基因胶囊对话围绕 EvoMap(AI Agent 经验遗传平台)与卡若AI 的结合进行分析,产出:", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 完整战略分析报告:EvoMap与卡若AI结合战略分析_20260222.md(含 EvoMap 核心逻辑、GEP 协议、基因胶囊机制、契合度、结合点、迭代阶段、风险与边界)", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 概要文档:EvoMap与卡若AI结合概要.md(结合点速查、迭代阶段、SKILL_REGISTRY 扩展触发词)", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "2.2 核心结论", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "EvoMap = AI Agent 经验遗传平台(GEP 协议、基因胶囊),解决「一个学会、百万继承」。卡若AI 的 SKILL 体系与基因胶囊高度同构,可双向流通。", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "结合点:SKILL.md/技能工厂/经验库 ↔ 基因胶囊/Market;复盘块 ↔ 胶囊审计记录。迭代分四阶段:观察准备 → 输出试点 → 输入试点 → 深度集成。", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "2.3 关键概念", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 基因胶囊:将 Agent 学到的策略打包(完整决策链路 + 环境指纹 + 审计记录),SHA-256 资产 ID", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• GEP 协议:基因组进化协议,A2A 跨网络流通,全球 Agent 可搜索、继承胶囊", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "• 与 MCP 区别:MCP 解决工具连接,EvoMap 解决经验进化;Skill 是任务执行,GEP 是策略性知识的提炼与流通", "text_element_style": {}}}], "style": {}}}, + {"block_type": 2, "text": {"elements": [{"text_run": {"content": "— 文档由卡若AI 水桥整理 | 2026-02-22", "text_element_style": {}}}], "style": {}}} + ] +} diff --git a/运营中枢/工作台/gitea_push_log.md b/运营中枢/工作台/gitea_push_log.md index 40e67b14..3216d2c9 100644 --- a/运营中枢/工作台/gitea_push_log.md +++ b/运营中枢/工作台/gitea_push_log.md @@ -67,3 +67,4 @@ | 2026-02-22 09:56:29 | 🔄 卡若AI 同步 2026-02-22 09:56 | 更新:总索引与入口、卡木、运营中枢工作台 | 排除 >20MB: 8 个 | | 2026-02-22 09:56:57 | 🔄 卡若AI 同步 2026-02-22 09:56 | 更新:卡木、总索引与入口、运营中枢工作台 | 排除 >20MB: 8 个 | | 2026-02-22 10:01:54 | 🔄 卡若AI 同步 2026-02-22 10:01 | 更新:运营中枢参考资料、运营中枢工作台 | 排除 >20MB: 8 个 | +| 2026-02-22 10:22:21 | 🔄 卡若AI 同步 2026-02-22 10:22 | 更新:金仓、水桥平台对接、卡木、运营中枢工作台 | 排除 >20MB: 8 个 | diff --git a/运营中枢/工作台/代码管理.md b/运营中枢/工作台/代码管理.md index ec86f61e..53b95216 100644 --- a/运营中枢/工作台/代码管理.md +++ b/运营中枢/工作台/代码管理.md @@ -70,3 +70,4 @@ | 2026-02-22 09:56:29 | 成功 | 成功 | 🔄 卡若AI 同步 2026-02-22 09:56 | 更新:总索引与入口、卡木、运营中枢工作台 | 排除 >20MB: 8 个 | [仓库](http://open.quwanzhi.com:3000/fnvtk/karuo-ai) [百科](http://open.quwanzhi.com:3000/fnvtk/karuo-ai/wiki) | | 2026-02-22 09:56:57 | 成功 | 成功 | 🔄 卡若AI 同步 2026-02-22 09:56 | 更新:卡木、总索引与入口、运营中枢工作台 | 排除 >20MB: 8 个 | [仓库](http://open.quwanzhi.com:3000/fnvtk/karuo-ai) [百科](http://open.quwanzhi.com:3000/fnvtk/karuo-ai/wiki) | | 2026-02-22 10:01:54 | 成功 | 成功 | 🔄 卡若AI 同步 2026-02-22 10:01 | 更新:运营中枢参考资料、运营中枢工作台 | 排除 >20MB: 8 个 | [仓库](http://open.quwanzhi.com:3000/fnvtk/karuo-ai) [百科](http://open.quwanzhi.com:3000/fnvtk/karuo-ai/wiki) | +| 2026-02-22 10:22:21 | 成功 | 成功 | 🔄 卡若AI 同步 2026-02-22 10:22 | 更新:金仓、水桥平台对接、卡木、运营中枢工作台 | 排除 >20MB: 8 个 | [仓库](http://open.quwanzhi.com:3000/fnvtk/karuo-ai) [百科](http://open.quwanzhi.com:3000/fnvtk/karuo-ai/wiki) |