@autonia/queue
v0.1.25
Published
Queue adapters for AgentGraph
Readme
@autonia/queue
Queue management and job processing
Purpose
Handles background job processing and queue management for asynchronous operations.
Features
- Queue management
- Job processing
- Background tasks
Installation
npm install @autonia/queue
# or
pnpm add @autonia/queue
# or
yarn add @autonia/queueUsage
import /* exports */ "@autonia/queue";
// Usage examples will be added as the API stabilizesDependencies
This package depends on the following AGX packages:
- @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.
