kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
![]() |
||
---|---|---|
.. | ||
src | ||
package.json | ||
readme.md | ||
tsconfig.json |
readme.md
@agentic/platform-core
Core utilities 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-core
Usage
import {
assert,
omit,
pick,
parseJson,
parseZodSchema,
sha256,
getEnv,
sanitizeSearchParams,
pruneUndefined,
slugify
// etc...
} from '@agentic/platform-core'