M
Give Moltbot superpowered memory with one command
Install Now
All Features

Agents That Work
While You Sleep

Extend Onelist with AI-powered agents that organize, summarize, and enhance your knowledge automatically.

What Are Agents?

Agents are background services that process your entries automatically. They read from Onelist via API, perform intelligent operations, and write results back.

Run locally or in cloud
Read and write via API
Open ecosystem
Build your own
🌊
MVP

River: The Unified Onelist AI

River is your unified life assistant - combining knowledge navigation, GTD methodology, proactive coaching, and intelligent automation into one trusted system that achieves "mind like water."

Knowledge Navigator

Natural language queries across your entire life database. Synthesize insights from memories, projects, and goals.

Life Operations Manager

GTD-powered organization: Domains, Scopes, Projects, and Buckets. Capture to clarify to engage.

Proactive Coach

Daily briefings, weekly reviews, and gentle nudges. River keeps you aligned with your goals.

Virtual Assistant

Smart scheduling, reminder management, and context-aware suggestions for your next actions.

Agent Orchestrator

River coordinates specialized agents (Searcher, Asset Enrichment, etc.) to handle complex requests.

Intelligent Filing

Auto-categorizes captures into the right project, suggests tags, and maintains your GTD contexts.

River unifies query/synthesis, personal assistant, and GTD life management into one seamless experience - your trusted external brain.

Learn More About River

Specialized Agents

While River is the unified interface, these specialized agents handle specific tasks in the background.

Available Now

Coming Soon

M

Moltbot + Onelist

The definitive AI memory solution

10x
Cost reduction via summary-first loading
4-Layer
Memory hierarchy for intelligent retrieval
98.5%
Storage reduction via compaction
Proactive pre-loading pipeline - memories ready before LLM invocation
E2EE security - your memories encrypted at rest and in transit
Version history - full audit trail, easy rollback
Hybrid search - semantic + keyword for accurate retrieval
Read the Integration Guide

Build Your Own Agent

Agents are just API clients. Build them in any language.

# Simple Python agent example
import onelist

client = onelist.Client(api_key="...")

# Find entries that need processing
entries = client.entries.list(
    tags=["needs-summary"],
    limit=10
)

for entry in entries:
    # Generate summary using your favorite LLM
    summary = generate_summary(entry.content)

    # Update entry with summary
    client.entries.update(
        entry.id,
        metadata={"summary": summary},
        tags=entry.tags + ["summarized"]
    )

Run Agents Your Way

Run Locally

  • • Maximum privacy
  • • Your hardware, your control
  • • No additional costs
  • • Requires local resources

Cloud Agents

  • • Always running
  • • No setup required
  • • Managed for you
  • • Available on paid plans

Automate Your Knowledge Work

Let agents handle the tedious parts while you focus on what matters.