chatgpt-api/packages/platform-core
Travis Fischer bc2c1e34fd chore: release v8.4.2 2025-07-03 06:20:43 -05:00
..
src
package.json chore: release v8.4.2 2025-07-03 06:20:43 -05:00
readme.md fix: make readme images fully qualified urls so npm readmes don't 404 on them 2025-06-30 12:59:49 -05:00
tsconfig.json

readme.md

Agentic

Build Status NPM Prettier Code Formatting

@agentic/platform-core

Core utilities shared across the Agentic platform.

[!TIP] You likely don't need this package directly. See @agentic/cli, @agentic/platform, and @agentic/platform-tool-client for more public-facing packages.

Install

npm i @agentic/platform-core

Usage

import {
  assert,
  omit,
  pick,
  parseJson,
  parseZodSchema,
  sha256,
  getEnv,
  sanitizeSearchParams,
  pruneUndefined,
  slugify
  // etc...
} from '@agentic/platform-core'

License

GNU AGPL 3.0