deer-workflow
An open-source Dynamic Workflow runtime that combines deterministic TypeScript orchestration with replaceable Agent runtimes.
It offers a ready-to-deploy multi-platform setup with persistent vector memory, sandboxed shell execution, browser automation, and a single gateway to diverse LLM providers, all containerized for consistency.
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.
Similar projects matched by category, topics, and programming language.
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.