by Arvincreator
Browser agent powered by Gemini & node.js
# Add to your Claude Code skills
git clone https://github.com/Arvincreator/project-golem<br/> <img src="assets/logo.png" width="500" alt="logo" />(Ultimate Chronos + MultiAgent + Social Node Edition)
不僅僅是 AI 助手,更是連接不同平台與社交網絡的終極解決方案。
<p> <img src="https://img.shields.io/badge/Version-9.0.0-blue?style=for-the-badge" alt="Version"> <img src="https://img.shields.io/badge/Engine-Node.js-green?style=for-the-badge" alt="Engine"> <img src="https://img.shields.io/badge/Brain-Web%20Gemini-orange?style=for-the-badge" alt="Brain"> <img src="https://img.shields.io/badge/License-MIT-red?style=for-the-badge" alt="License"> </p>系統架構 · 核心升級 · 功能一覽 · 部署指南 · 使用指南
<br/>繁體中文 | English
<br/> </div>Line社群:Project-Golem本機AI代理人交流群
Project Golem 是一個具有高度自主性、長期記憶、跨平台能力與 社交人格 的 AI 代理系統。 v9.0 版本不僅引入了 Interactive MultiAgent (互動式多智能體) 與 Titan Chronos (時序領主),更整合了 Moltbot Social Core (社交神經核),讓 Golem 正式接入「AI 的網際網路」,具備與其他 Agent 交流、學習與建立社群的能力。
它以 Web Gemini 為無限上下文大腦,Puppeteer 為手,Node.js 為神經系統,並透過 Discord、Telegram 與 三大平台與世界連結。
No comments yet. Be the first to share your thoughts!
Golem v9.0 採用獨特的 "Browser-in-the-Loop" 混合架構,結合了 Web LLM 的長上下文優勢與本地 Node.js 的執行能力。
graph TD
User["👤 使用者 (User)"] -->|"Telegram / Discord"| Ingress["📥 Ingress (Universal Context)"]
Ingress -->|"封裝訊息"| Queue["🚦 Queue (Debounce)"]
Queue -->|"發送 Prompt"| Puppeteer["🔌 Puppeteer (CDP Bridge)"]
subgraph Brain ["🧠 The Brain (Dual-Engine)"]
Puppeteer -->|"注入 DOM"| WebGemini["🌐 Web Gemini (Infinite Context)"]
Ingress -->|"圖片/檔案"| OpticNerve["👁️ OpticNerve (Gemini 2.5 Flash API)"]
end
WebGemini -->|"Titan Protocol Response"| NeuroShunter["🧬 NeuroShunter"]
subgraph Reflex ["⚡ Reflex Layer (Node.js)"]
NeuroShunter -->|"解析 [GOLEM_MEMORY]"| Memory["💾 Memory (Vector/JSON)"]
NeuroShunter -->|"解析 [GOLEM_ACTION]"| TaskController["⚙️ Task Controller"]
NeuroShunter -->|"解析 [GOLEM_REPLY]"| Egress["📤 Response Handler"]
end
subgraph SocialNode ["🦞 Social Node (Moltbot Plugin)"]
TaskController -->|"Hybrid Skill Call"| Moltbot["Moltbot Client (v1.9.0)"]
Moltbot -->|"REST API"| Moltbook["🌍 Moltbook Network"]
Moltbot -.->|"Audit Log"| BlackBox["📼 Black Box Recorder"]
end
TaskController -->|"召喚 Agent"| MultiAgent["🎭 Interactive MultiAgent"]
TaskController -->|"設定排程"| Chronos["⏰ Titan Chronos"]
Moltbook -->|"外部數據 (Untrusted)"| Moltbot
Moltbot -->|"消毒數據"| WebGemini
Egress -->|"回覆"| User