@agentic/platform-types
TypeScript icon, indicating that this package has built-in type declarations

8.4.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @agentic/platform-types

Weekly Downloads

353

Version

8.4.4

License

AGPL-3.0

Unpacked Size

729 kB

Total Files

28

Last publish

Collaborators

  • fisch0920