What problem does it solve?
Provides reliable, context-aware retrieval and long-term memory management from a user's Obsidian vault so conversational agents avoid missing prior notes, preferences, and decisions when answering user queries.
Core Features & Use Cases
- Session indexing on start: generate a compact index that surfaces user profile and recent notes to guide subsequent retrieval decisions.
- Retrieval-augmented QA: trigger fuzzy, synonym-aware searches on keywords or contextual signals and inject matched note summaries into replies.
- Automated knowledge management: classify, tag, backlink and write profile/qa/fact notes when the conversation contains storable information or explicit /remember commands.
- Use case: automatically load a developer's profile and previous design decisions at session start, search for related notes when asked about a prior project, and create a fact entry when the user provides an API endpoint.
Quick Start
Ask the assistant to load your Obsidian knowledge index and search your vault for notes about the specified topic before answering.