Skip to content

AtlasMindAI/atlasmind-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AtlasMind: Browser-Native Scientific Agent

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.

Core Architecture (Manifest V3)

  • 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.

        • Directory Layout

          • /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.

About

The browser-native AI agent for AtlasMind. Meet scientific research where it lives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors