@autonia/stores
v0.1.25
Published
Storage adapters for files and data
Readme
@autonia/stores
Storage adapters for files and data
Purpose
Provides storage abstractions for files, memory, and RAG data management.
Features
- File storage (AWS S3, Supabase)
- Memory storage
- RAG data storage
Installation
npm install @autonia/stores
# or
pnpm add @autonia/stores
# or
yarn add @autonia/storesUsage
import /* exports */ "@autonia/stores";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @autonia/actors
- @autonia/messages
- @autonia/providers
- @autonia/tools
- @autonia/types
Development
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
