chatgpt-api/packages/types
Travis Fischer 9b451cef57 chore: release v8.2.0 2025-06-30 12:53:24 -05:00
..
bin feat: WIP kittens 2025-05-31 15:41:35 +07:00
src 🛰 2025-06-28 03:00:51 -05:00
package.json chore: release v8.2.0 2025-06-30 12:53:24 -05:00
readme.md docs: add sub-readmes 2025-06-30 12:49:00 -05:00
tsconfig.json feat: WIP kittens 2025-05-31 15:41:35 +07:00

readme.md

Agentic

Build Status NPM Prettier Code Formatting

@agentic/platform-types

Core schemas and types 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-types

Usage

import {
  agenticProjectConfigSchema,
  type AgenticProjectConfigInput,
  resolvedAgenticProjectConfigSchema,
  type ResolvedAgenticProjectConfig,
  type User,
  type Project,
  type Deployment,
  type Consumer,
  type AdminMcpRequestMetadata
  // etc...
} from '@agentic/platform-types'

Notes

Some types are raw TS, some are derived from zod schemas, and most of the core database models are inferred from a generated OpenAPI spec exposed by Agentic's backend API.

License

GNU AGPL 3.0