AtlasMind is an AI agent that lives where scientific discovery happens. We pivot from a centralized platform to a browser-first experience to reduce friction, eliminate ingestion lag, and build knowledge graphs passively during your research sessions.
- Background Orchestrator (Service Worker): The global brain of the extension. Manages cross-tab knowledge synthesis and long-term memory.
-
- Content Extraction Shells: Specialized parsers for arXiv, PubMed, Scholar, and Semantic Scholar.
-
- Local Graph RAG: An indexedDB-backed knowledge graph that builds relationships between entities as you browse.
-
-
Overlay Agent: A sleek UI that injects summaries, critiques, and contradiction alerts directly into research pages.
-
/src/background: Logic for the persistent Service Worker.-
/src/content: DOM interaction and page-specific extraction.-
/src/popup: Quick-access agent summaries and status.-
/src/lib: Common AI, Graph, and Utility modules.-
manifest.json: The extension descriptor.
-