New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@autonia/core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autonia/core

Core functionality for AgentGraph

latest
npmnpm
Version
0.1.26
Version published
Maintainers
1
Created
Source

@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/core

Usage

import /* exports */ "@autonia/core";

// Usage examples will be added as the API stabilizes

Dependencies

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 develop

License

MIT - See LICENSE file for details.

Contributing

This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.

FAQs

Package last updated on 27 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts