AIAny
AI Client2025
Icon for item

Rowboat

Connects to Gmail, Calendar, and meeting notes to build a local, Obsidian-compatible Markdown graph it acts on — drafting emails, briefs, and decks. Memory accumulates instead of resetting each session; runs on local or hosted models, extensible via MCP.

Introduction

Most AI assistants re-read your inbox and transcripts cold on every request, so the context dies the moment the chat window closes. The bet here is different: the real bottleneck isn't model quality, it's whether the assistant keeps a durable, inspectable memory of your work — and that memory should be plain files you own, not a vendor's black box.

What Sets It Apart
  • Turns Gmail, Calendar, and meeting notes (e.g. Fireflies) into a knowledge graph stored as an Obsidian-compatible vault of Markdown with backlinks — you can open, edit, and grep it directly.
  • "Live notes" auto-update around people, topics, and projects as new context arrives, so briefs and recaps stay current without manual stitching.
  • Acts on that graph: generates email drafts, briefs, decks, and PDFs grounded in your accumulated context, with voice in/out via Deepgram and ElevenLabs.
  • Runs against local models (Ollama, LM Studio) or hosted APIs, and extends to external tools through MCP — no single-provider lock-in.
Great Fit If

You live in email, meetings, and notes and want an assistant whose memory compounds over weeks rather than resetting each chat — and you value owning your data as plain Markdown you can inspect. Look elsewhere if you want a turnkey hosted product: this is self-hosted, wires into your own accounts and model keys, and the graph's usefulness depends on feeding it your real workflow.

Information

  • Websitegithub.com
  • AuthorsRowboat Labs
  • Published date2025/01/13

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.