🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@agentuity/core

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentuity/core

latest
npmnpm
Version
0.0.95
Version published
Weekly downloads
3.4K
59.52%
Maintainers
2
Weekly downloads
 
Created
Source

@agentuity/core

Core utilities and shared types for the Agentuity framework.

Installation

bun add @agentuity/core

Overview

@agentuity/core provides foundational utilities, type helpers, and standard schema interfaces used across the Agentuity ecosystem. This package is a dependency for both @agentuity/runtime and @agentuity/react.

Features

  • Standard Schema: Type-safe schema validation interfaces compatible with various validation libraries
  • Type Helpers: Utility types for TypeScript development
  • JSON Utilities: JSON parsing and serialization helpers
  • Storage Services: Interfaces for key-value, object, stream, and vector storage

Exports

Standard Schema

import type { StandardSchemaV1 } from '@agentuity/core';

Provides a standard interface for schema validation that works with libraries like Zod, Valibot, and others.

Type Helpers

import {} from /* type utilities */ '@agentuity/core';

TypeScript utility types for enhanced type safety.

Storage Services

import type { KeyValueStorage, ObjectStorage, StreamStorage, VectorStorage } from '@agentuity/core';

Interfaces for various storage backends used in Agentuity applications.

JSON Utilities

import {} from /* JSON utilities */ '@agentuity/core';

Helpers for working with JSON data.

Usage

This package is typically used as a peer dependency and not directly imported in user code. The @agentuity/runtime and @agentuity/react packages expose the necessary types and utilities.

License

Apache 2.0

FAQs

Package last updated on 12 Dec 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