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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.