@autonia/data
v0.1.26
Published
Data handling utilities for AgentGraph
Downloads
26
Readme
@autonia/data
Data management and state handling
Purpose
Manages data flow, state, and provides hooks for data operations.
Features
- Data management
- State handling
- React hooks for AGX operations
Installation
npm install @autonia/data
# or
pnpm add @autonia/data
# or
yarn add @autonia/dataUsage
import /* exports */ "@autonia/data";
// Usage examples will be added as the API stabilizesDevelopment
# 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.
