
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@agentuity/core
Advanced tools
Core utilities and shared types for the Agentuity framework.
bun add @agentuity/core
@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.
import type { StandardSchemaV1 } from '@agentuity/core';
Provides a standard interface for schema validation that works with libraries like Zod, Valibot, and others.
import {} from /* type utilities */ '@agentuity/core';
TypeScript utility types for enhanced type safety.
import type { KeyValueStorage, ObjectStorage, StreamStorage, VectorStorage } from '@agentuity/core';
Interfaces for various storage backends used in Agentuity applications.
import {} from /* JSON utilities */ '@agentuity/core';
Helpers for working with JSON data.
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.
Apache 2.0
FAQs
Unknown package
The npm package @agentuity/core receives a total of 3,007 weekly downloads. As such, @agentuity/core popularity was classified as popular.
We found that @agentuity/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.