Auto-sync: 2026-04-17 22:17

This commit is contained in:
2026-04-17 22:17:27 +08:00
parent 52f4a5acad
commit 76a9b34042
32 changed files with 902 additions and 5 deletions

25
wiki/entities/AionUi.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: "AionUi"
type: entity
tags: [ai-agent, desktop-ui]
last_updated: 2026-04-17
---
## Description
免费开源的桌面端 AI Agent 协同工作应用,将 OpenClaw 作为一等公民运行,支持 12+ AI AgentClaude Code、Codex、Qwen Code 等)。内置 OpenClaw 部署专家,提供远程救援能力。
## Key Features
- Cowork 工作空间:可视化 Agent 文件读写、命令执行、网页浏览
- OpenClaw 部署专家:内置安装、诊断、修复助手
- 远程访问:支持 WebUI、Telegram、Lark、DingTalk
- MCP 同步:一次配置 MCP 服务器,所有 Agent 共享
- 多 Agent 并行:单一界面运行多个 Agent
## Aliases
- AionUi
## Related
- [[OpenClaw]] — 在 AionUi 中以一等公民身份运行
- [[Claude Code]] — AionUi 支持的 AI Agent 之一
- [[Codex]] — AionUi 支持的 AI Agent 之一
- [[n8n]] — 可与 AionUi 集成的自动化工具

View File

@@ -16,4 +16,5 @@ tags: []
- [[Telegram]]
## Related Sources
- [[second-brain]]
- [[second-brain]]
- [[multi-source-tech-news-digest]]

View File

@@ -0,0 +1,17 @@
---
title: "El Bebe Games"
type: entity
tags: [Game Portal, Children Education]
---
## Description
为孩子 Susana3岁和 Julieta即将出生构建的无广告、安全、高质量儿童教育游戏门户。
## Role
- 目标产品:儿童教育游戏网站
- 开发者:一位"LANero of the old school"父亲
- 网址https://elbebe.co/
## Related To
- [[autonomous-game-dev-pipeline]] — 项目的使用案例
- [[Game Developer Agent]] — 用于构建此项目的 Agent

View File

@@ -0,0 +1,24 @@
---
id: google-calendar
title: "Google Calendar"
type: entity
tags: []
last_updated: 2026-04-17
---
## Definition
Google Calendar 是 Google 的在线日历服务,提供 API 接口支持日历读取和事件创建。本用例中作为工作日历和家庭日历的主要数据来源。
## Use Cases
- 工作日历:需要 OAuth 授权的只读访问
- 家庭日历:共享视图的读写访问
- 事件创建:自动从消息中识别并创建日历事件
## Related Concepts
- [[早晨简报]]:聚合多个日历来源的每日摘要
- [[驾驶时间缓冲]]:在日历事件前后自动添加出行时间
- [[iCal]]Apple Calendar 的访问方式
## Related Entities
- [[OpenClaw]]:通过 API 访问 Google Calendar
- [[Telegram]]:接收日历摘要的通知渠道

17
wiki/entities/Milvus.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Milvus"
type: entity
tags: []
sources: [https://milvus.io/]
last_updated: 2026-04-17
---
## Definition
Milvus 是开源向量数据库,为 memsearch 提供向量存储后端。
## Role
- 存储 memsearch 生成的向量嵌入
- 提供高效向量相似度检索
## Aliases
- Milvus

View File

@@ -24,4 +24,5 @@ Prismer 是提供 Docker 容器化 LaTeX 编译环境的服务端项目,通过
## Connections
- [[latex-compiler]]:使用 Prismer 提供的 LaTeX 编译服务
- [[Docker]]:容器化部署基础
- [[Docker]]:容器化部署基础
- [[arxiv-reader skill]]Prismer 项目提供的 arXiv 读取 skill

View File

@@ -0,0 +1,23 @@
---
title: "memsearch"
type: entity
tags: []
sources: [https://github.com/zilliztech/memsearch]
last_updated: 2026-04-17
---
## Definition
memsearch 是由 Zilliz Tech 开发的开源向量搜索 CLI/库,为 markdown 文件提供语义搜索能力。
## Role
- 为 OpenClaw 的 markdown 内存系统提供向量语义搜索
## Key Features
- 单命令索引所有 markdown 文件到 Milvus 向量数据库
- 混合搜索(密集向量 + BM25 全文)结合 RRF reranking
- SHA-256 内容哈希去重,未更改文件永不重新嵌入
- 文件监视器自动实时索引
- 支持多种 embedding 提供商OpenAI、Google、Voyage、Ollama、local
## Aliases
- memsearch