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-proandtext-embedding-004). - Intent classification and action planning.
- In-memory vector store for retrieval.
Installation
npm install autoverse-agentUsage
Refer to examples/demo.ts.