Quickstart
Set up, ingest, ask.
Set up
pond init # interactive
pond init -y --every 5m # non-interactive: enable every discovered adapter, sync every 5minit walks storage, adapters, MCP registration, and an optional schedule, then writes config.toml in one pass. An interactive run offers to run the first sync in the foreground with full progress, and registers the schedule once that sync completes. Idempotent - re-run to repair. -y takes defaults; --every is opt-in (-y alone never schedules).
Ingest
pond sync # import, embed, index - every enabled adaptersync only ingests already-enabled adapters; it never enables on its own. Manage the set with pond adapters list|discover|enable|disable.
Ask your agent
It searches your history through pond:
- "find how we fixed the OCC retry race"
- "what did we decide about the storage substrate, and why?"
- "pick up where we left off on the tokenizer experiment"
Search spans every client - including sessions made in a different tool. Re-run pond sync (or let the schedule) to pick up new sessions.
Next: Connect your agents.
