chatgpt-api/packages/platform
Travis Fischer bc2c1e34fd chore: release v8.4.2 2025-07-03 06:20:43 -05:00
..
src feat: fix all the file storage logic 2025-07-02 08:55:41 -05:00
package.json chore: release v8.4.2 2025-07-03 06:20:43 -05:00
readme.md 🔴 2025-06-30 13:06:54 -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

Public SDK for developers building on top of the Agentic platform.

Install

npm i @agentic/platform

Usage

The main export of @agentic/platform is the defineConfig(...) function, which enables you to configure your Agentic project with full type safety and autocomplete.

Here's an example agentic.config.ts:

import { defineConfig } from '@agentic/platform'

export default defineConfig({
  name: '<Your Project Name>',
  description: '<A brief description of your project>',
  origin: {
    type: 'mcp',
    url: '<Your Remote MCP Server URL>'
  }
})

Docs

See the Agentic Publishing Quick Start for more details.

License

GNU AGPL 3.0