JSPM

autoverse-agent

2.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 9
    • Score
      100M100P100Q67987F
    • License MIT

    Universal bilingual (Urdu/English) RAG-based customer service agent powered by local Ollama. Auto-scrapes any website and answers queries with product images.

    Package Exports

    • autoverse-agent
    • autoverse-agent/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (autoverse-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Autoverse Agent

    Domain-adaptive autonomous RAG-based commerce assistant.

    Features

    • Deep crawling and product extraction.
    • RAG using Google Gemini (gemini-1.5-pro and text-embedding-004).
    • Intent classification and action planning.
    • In-memory vector store for retrieval.

    Installation

    npm install autoverse-agent

    Usage

    Refer to examples/demo.ts.