Autonomous multi-tool search agent that dynamically selects search strategies, evaluates results, and iterates until sufficient context is gathered to answer complex questions
Search X (Twitter) posts via Grok API and ingest results into the knowledge graph.
Convert YouTube video to structured Markdown via markitdown (metadata + transcript) and ingest into the knowledge graph.
Add knowledge directly to the graph from free-form text input without requiring a document file. Supports Note, WebSource, Conversation, or any custom source type.
Convert PDF to structured Markdown via markitdown and ingest into the knowledge graph. Preserves tables, headings, and formatting better than plain-text extraction.
Spaced repetition quiz using GraphRAG entities. Generates questions, grades answers, and tracks learning progress with optimal review intervals.
Hybrid search combining vector similarity with graph traversal for multi-hop reasoning over the knowledge graph
Remove previously ingested files from the GraphRAG knowledge graph