Agentic

Build Status NPM Prettier Code Formatting

# @agentic/platform-core > Core utilities shared across the Agentic platform. - [Website](https://agentic.so/publishing) - [Docs](https://docs.agentic.so) > [!TIP] > You likely don't need this package directly. See [@agentic/cli](https://github.com/transitive-bullshit/agentic/tree/main/packages/cli), [@agentic/platform](https://github.com/transitive-bullshit/agentic/tree/main/packages/platform), and [@agentic/platform-tool-client](https://github.com/transitive-bullshit/agentic/tree/main/packages/platform-tool-client) for more public-facing packages. ## Install ```bash npm i @agentic/platform-core ``` ## Usage ```ts import { assert, omit, pick, parseJson, parseZodSchema, sha256, getEnv, sanitizeSearchParams, pruneUndefined, slugify // etc... } from '@agentic/platform-core' ``` ## License [GNU AGPL 3.0](https://choosealicense.com/licenses/agpl-3.0/)