Back to Agentic

@agentic/platform

packages/platform/readme.md

8.4.41.6 KB
Original Source
<p align="center"> <a href="https://agentic.so/publishing"> </a> </p> <p> <a href="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml"></a> <a href="https://www.npmjs.com/package/@agentic/platform"></a> <a href="https://prettier.io"></a> </p>

@agentic/platform <!-- omit from toc -->

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

Install

bash
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:

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