deer-workflow
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.
它提供了一个开箱即用的多平台部署方案,具备持久化向量记忆、沙盒化 Shell 执行、浏览器自动化以及统一的 LLM 供应商网关,全部通过容器化实现一致性。
Mavent-claw is a personal deployment configuration for OpenClaw — an open-source, tool-enabled AI agent — connected through 9Router as a unified OpenAI-compatible gateway to multiple LLM providers (NVIDIA NIM, Groq, DeepSeek, MiniMax, and more).
The agent runs as a 24/7 Telegram-reachable automation agent, with browser control, filesystem access, persistent vector memory, and sandboxed shell execution — deployed via Docker for consistency across macOS, Windows, and Ubuntu.
| Feature | Provider | Status |
|---|---|---|
| 💬 Chat / Reasoning | Custom combo via 9Router (multi-model fallback) | ✅ Active |
| 👁️ Vision (Image Input) | NVIDIA Nemotron 3 Omni via 9Router | ✅ Active |
| 🔍 Web Search | DuckDuckGo (experimental) | ✅ Active |
| 🧠 Persistent Memory | Memory LanceDB (vector-based, auto-capture + auto-recall) | ✅ Active |
| 🧮 Embeddings | nemotron-3-embed-1b via 9Router | ✅ Active |
| 🖥️ Sandboxed Shell | OpenShell Sandbox (mirror mode) | ✅ Active |
| 🌐 Browser Automation | Chrome-based control (incl. Google Meet integration) | ✅ Active |
| 📞 Voice Call | Mock provider (dev/testing only) | ⏸️ Inactive (mock) |
| 📱 Telegram | Paired via onboarding wizard | ✅ Active |
graph TB
User[Telegram User] -->|Message| Gateway[OpenClaw GatewayDocker Container :18789]
Gateway -->|OpenAI-compatible API| Router[9Routerlocalhost:20128]
Router -->|Route| M1[NVIDIA NIM Models]
Router -->|Route| M2[Groq Models]
Router -->|Route| M3[DeepSeek / MiniMax]
Router -->|Route| M4[NVIDIA Nemotron 3 OmniVision + Embeddings]
Gateway --> Memory[(Memory LanceDBVector Store)]
Gateway --> Shell[OpenShell Sandboxmirror mode]
Gateway --> Browser[Chrome AutomationWeb + Google Meet]
Gateway -->|Volume Mount| Workspace[(Local Workspace)]
style Gateway fill:#f97316,color:#fff
style Router fill:#6366f1,color:#fff
style Memory fill:#10b981,color:#fff
Key components:
18789Personal deployment config for OpenClaw + 9Router — a 24/7 Telegram-reachable AI agent with browser automation, vector memory, and sandboxed execution, running via Docker on macOS, Windows, and Ubuntu.
根据分类、Topic 和编程语言匹配的相似项目。
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.