What problem does it solve?
Meetings produce decisions, action items, and context that are hard to surface later; minutes-ingest automates extracting those facts and updating a structured knowledge base so information is discoverable and actionable.
Core Features & Use Cases
- Structured Extraction: Reads meeting YAML frontmatter and extracts decisions, action_items, entities, and intents with confidence and provenance.
- Knowledge Updates: Appends timestamped log entries, updates person profiles, and maintains an index while deduplicating existing facts.
- Adapters & Backfills: Supports PARA, Obsidian, and wiki adapters, and can process single meetings or backfill entire archives with a dry-run preview.
- Safety & Validation: Honors confidence thresholds, skips low-confidence facts, records provenance, and recommends dry-run before writing.
Quick Start
Run minutes ingest --all --dry-run to preview extracted facts and ensure your knowledge adapter is configured.