@autonia/core
v0.1.26
Published
Core functionality for AgentGraph
Downloads
24
Readme
@autonia/core
Core functionality and utilities for AgentGraph
Purpose
Foundation package providing essential utilities, queue management, and core abstractions.
Features
- Queue management with BullMQ
- Core utilities
- Base abstractions
Installation
npm install @autonia/core
# or
pnpm add @autonia/core
# or
yarn add @autonia/coreUsage
import /* exports */ "@autonia/core";
// 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.
