pull/717/head
Travis Fischer 2025-06-30 13:06:54 -05:00
rodzic 6178340f5c
commit cc4b875a70
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,8 @@ npm i @agentic/platform
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'