Agentic

Build Status NPM Prettier Code Formatting

# @agentic/platform > Public SDK for developers building on top of the Agentic platform. - [Website](https://agentic.so/publishing) - [Docs](https://docs.agentic.so) ## 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: '', description: '', origin: { type: 'mcp', url: '' } }) ``` ## Docs See the [Agentic Publishing Quick Start](https://docs.agentic.so/publishing/quickstart) for more details. ## License [GNU AGPL 3.0](https://choosealicense.com/licenses/agpl-3.0/)