Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@agentuity/core

Package Overview
Dependencies
Maintainers
3
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentuity/core

Core utilities and shared types for the Agentuity framework.

npmnpm
Version
3.0.0
Version published
Weekly downloads
3.2K
-48.21%
Maintainers
3
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, schema interfaces, and the underlying API client used by Agentuity's service-client packages (@agentuity/keyvalue, @agentuity/queue, @agentuity/vector, @agentuity/db, @agentuity/storage, etc.) and CLI tooling.

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 pulled in transitively through one of the service-client packages or @agentuity/cli. You generally don't need to depend on it directly.

License

Apache 2.0

FAQs

Package last updated on 25 May 2026

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