chatgpt-api/packages/types
Travis Fischer 33742ba47f chore: release v8.4.3 2025-07-08 19:37:35 -07:00
..
bin feat: WIP kittens 2025-05-31 15:41:35 +07:00
src feat: add github mcp server example and support mcp connection headers 2025-07-08 17:53:07 -07:00
package.json chore: release v8.4.3 2025-07-08 19:37:35 -07: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 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